new pages
This commit is contained in:
parent
01da60e3ec
commit
6b5569282e
|
|
@ -19,18 +19,20 @@
|
||||||
</NavLink>
|
</NavLink>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="#">Career</a>
|
<NavLink href="terms">
|
||||||
|
Terms & Condition
|
||||||
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#">Terms & Condition</a>
|
<NavLink href="privicy">
|
||||||
</li>
|
Privacy Policy
|
||||||
<li>
|
</NavLink>
|
||||||
<a href="#">Privacy Policy</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<NavLink href="contact">
|
<NavLink href="contact">
|
||||||
Contact
|
Contact
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
@page "/privacy"
|
||||||
|
|
||||||
|
@code {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-sm-12 col-md-4">
|
<div class="col-sm-12 col-md-4" style="max-height:80vh; overflow-y:hidden;">
|
||||||
|
|
||||||
<!--search widget-->
|
<!--search widget-->
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
|
|
@ -22,10 +22,8 @@
|
||||||
<!--search widget-->
|
<!--search widget-->
|
||||||
<!--author widget-->
|
<!--author widget-->
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
<div class="heading-title-alt text-left heading-border-bottom">
|
|
||||||
<h6 class="text-uppercase">about author</h6>
|
<div class="full-width avatar" style="max-height:250px; overflow-y:hidden">
|
||||||
</div>
|
|
||||||
<div class="full-width avatar">
|
|
||||||
<img src="_content/MissNationSharedUI/assets/img/portfolio/masonry/2.jpg" alt="" />
|
<img src="_content/MissNationSharedUI/assets/img/portfolio/masonry/2.jpg" alt="" />
|
||||||
</div>
|
</div>
|
||||||
<p>Persuaded to return to the shoemaker's shop, young Edward struggled on till three years of his wretched apprenticeship had passed over.</p>
|
<p>Persuaded to return to the shoemaker's shop, young Edward struggled on till three years of his wretched apprenticeship had passed over.</p>
|
||||||
|
|
@ -37,7 +35,7 @@
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-12 col-md-8">
|
<div class="col-sm-12 col-md-8" style="max-height:80vh; overflow-y:scroll;">
|
||||||
<!--classic image post-->
|
<!--classic image post-->
|
||||||
<MissNationSharedUI.Shared.Components.Layout.FeedComponent></MissNationSharedUI.Shared.Components.Layout.FeedComponent>
|
<MissNationSharedUI.Shared.Components.Layout.FeedComponent></MissNationSharedUI.Shared.Components.Layout.FeedComponent>
|
||||||
<!--classic image post-->
|
<!--classic image post-->
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
@page "/terms"
|
||||||
|
|
||||||
|
@code {
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue