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> </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="privacy">
</li> Privacy Policy
<li> </NavLink>
<a href="#">Privacy Policy</a>
</li> </li>
<li> <li>
<NavLink href="contact"> <NavLink href="contact">
Contact Contact
</NavLink> </NavLink>
</li> </li>
</ul> </ul>

View File

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

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="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,9 @@
@page "/terms"
<div class="container" style="height:80vh;">
</div>
@code {
}