new pages

This commit is contained in:
Kriszti 2024-02-05 15:21:37 +01:00
parent 01da60e3ec
commit 6b5569282e
4 changed files with 22 additions and 12 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="privicy">
Privacy Policy
</NavLink>
</li>
<li>
<NavLink href="contact">
Contact
Contact
</NavLink>
</li>
</ul>

View File

@ -0,0 +1,5 @@
@page "/privacy"
@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,5 @@
@page "/terms"
@code {
}