Compare commits

..

No commits in common. "731216e60d9c43b2ad0a1a4437be2f3248b2305e" and "01da60e3ec3063f6ae98e99b6c61a2c962bfd97f" have entirely different histories.

5 changed files with 16 additions and 32 deletions

View File

@ -19,20 +19,18 @@
</NavLink>
</li>
<li>
<NavLink href="terms">
Terms & Condition
</NavLink>
<a href="#">Career</a>
</li>
<li>
<NavLink href="privacy">
Privacy Policy
</NavLink>
<a href="#">Terms & Condition</a>
</li>
<li>
<a href="#">Privacy Policy</a>
</li>
<li>
<NavLink href="contact">
Contact
Contact
</NavLink>
</li>
</ul>

View File

@ -44,16 +44,16 @@
Log in
</NavLink>
</li>
@* <li>
<li>
<NavLink href="profile">
Profile
</NavLink>
</li> *@
@* <li>
</li>
<li>
<NavLink href="feed">
Feed
</NavLink>
</li> *@
</li>
<li>
<NavLink href="https://www.facebook.com/missnationglobal/">
<i class="fa fa-facebook"></i>

View File

@ -1,7 +0,0 @@
@page "/privacy"
<div class="container" style="height:80vh;">
</div>
@code {
}

View File

@ -6,7 +6,7 @@
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-4" style="max-height:80vh; overflow-y:hidden;">
<div class="col-sm-12 col-md-4">
<!--search widget-->
<div class="widget">
@ -22,8 +22,10 @@
<!--search widget-->
<!--author widget-->
<div class="widget">
<div class="full-width avatar" style="max-height:250px; overflow-y:hidden">
<div class="heading-title-alt text-left heading-border-bottom">
<h6 class="text-uppercase">about author</h6>
</div>
<div class="full-width avatar">
<img src="_content/MissNationSharedUI/assets/img/portfolio/masonry/2.jpg" alt="" />
</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>
@ -35,7 +37,7 @@
</div>
<div class="col-sm-12 col-md-8" style="max-height:80vh; overflow-y:scroll;">
<div class="col-sm-12 col-md-8">
<!--classic image post-->
<MissNationSharedUI.Shared.Components.Layout.FeedComponent></MissNationSharedUI.Shared.Components.Layout.FeedComponent>
<!--classic image post-->

View File

@ -1,9 +0,0 @@
@page "/terms"
<div class="container" style="height:80vh;">
</div>
@code {
}