Compare commits
No commits in common. "731216e60d9c43b2ad0a1a4437be2f3248b2305e" and "01da60e3ec3063f6ae98e99b6c61a2c962bfd97f" have entirely different histories.
731216e60d
...
01da60e3ec
|
|
@ -19,20 +19,18 @@
|
||||||
</NavLink>
|
</NavLink>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<NavLink href="terms">
|
<a href="#">Career</a>
|
||||||
Terms & Condition
|
|
||||||
</NavLink>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<NavLink href="privacy">
|
<a href="#">Terms & Condition</a>
|
||||||
Privacy Policy
|
</li>
|
||||||
</NavLink>
|
<li>
|
||||||
|
<a href="#">Privacy Policy</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<NavLink href="contact">
|
<NavLink href="contact">
|
||||||
Contact
|
Contact
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
|
|
@ -44,16 +44,16 @@
|
||||||
Log in
|
Log in
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
@* <li>
|
<li>
|
||||||
<NavLink href="profile">
|
<NavLink href="profile">
|
||||||
Profile
|
Profile
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li> *@
|
</li>
|
||||||
@* <li>
|
<li>
|
||||||
<NavLink href="feed">
|
<NavLink href="feed">
|
||||||
Feed
|
Feed
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li> *@
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<NavLink href="https://www.facebook.com/missnationglobal/">
|
<NavLink href="https://www.facebook.com/missnationglobal/">
|
||||||
<i class="fa fa-facebook"></i>
|
<i class="fa fa-facebook"></i>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
@page "/privacy"
|
|
||||||
|
|
||||||
<div class="container" style="height:80vh;">
|
|
||||||
</div>
|
|
||||||
@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" style="max-height:80vh; overflow-y:hidden;">
|
<div class="col-sm-12 col-md-4">
|
||||||
|
|
||||||
<!--search widget-->
|
<!--search widget-->
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
|
|
@ -22,8 +22,10 @@
|
||||||
<!--search widget-->
|
<!--search widget-->
|
||||||
<!--author widget-->
|
<!--author widget-->
|
||||||
<div class="widget">
|
<div class="widget">
|
||||||
|
<div class="heading-title-alt text-left heading-border-bottom">
|
||||||
<div class="full-width avatar" style="max-height:250px; overflow-y:hidden">
|
<h6 class="text-uppercase">about author</h6>
|
||||||
|
</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>
|
||||||
|
|
@ -35,7 +37,7 @@
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</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-->
|
<!--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-->
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
@page "/terms"
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container" style="height:80vh;">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
@code {
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue