Compare commits

..

2 Commits

Author SHA1 Message Date
Kriszti 731216e60d new pages 2 2024-02-05 15:21:48 +01:00
Kriszti 6b5569282e new pages 2024-02-05 15:21:37 +01:00
5 changed files with 32 additions and 16 deletions

View File

@ -19,18 +19,20 @@
</NavLink>
</li>
<li>
<a href="#">Career</a>
<NavLink href="terms">
Terms & Condition
</NavLink>
</li>
<li>
<a href="#">Terms & Condition</a>
</li>
<li>
<a href="#">Privacy Policy</a>
<NavLink href="privacy">
Privacy Policy
</NavLink>
</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

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

View File

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