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,14 +19,16 @@
</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">

View File

@ -0,0 +1,5 @@
@page "/privacy"
@code {
}

View File

@ -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-->

View File

@ -0,0 +1,5 @@
@page "/terms"
@code {
}