This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
</button>
|
</button>
|
||||||
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
|
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
|
||||||
<ul class="navbar-nav flex-grow-1">
|
<ul class="navbar-nav flex-grow-1">
|
||||||
<li class="nav-item">
|
@* <li class="nav-item">
|
||||||
<a class="nav-link text-dark" asp-area="" asp-page="/index">Home</a>
|
<a class="nav-link text-dark" asp-area="" asp-page="/index">Home</a>
|
||||||
</li>
|
</li> *@
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link text-dark" asp-area="" asp-page="/products">Products</a>
|
<a class="nav-link text-dark" asp-area="" asp-page="/products">Products</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -52,35 +52,22 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||||
<p class="col-md-6 mb-0 text-muted">Copyright © 1999-2022 Ground Zero Tech-Works Inc. All Rights Reserved.</p>
|
<p class="col-md-6 mb-0 text-muted">Copyright © 1999-2022 Ground Zero Tech-Works
|
||||||
|
Inc. All Rights Reserved.</p>
|
||||||
|
|
||||||
<ul class="nav col-md-6 justify-content-end">
|
<ul class="nav col-md-6 justify-content-end">
|
||||||
<li class="nav-item"><a asp-area="" asp-page="/privacy" class="nav-link px-2 text-muted">Privacy Policy</a></li>
|
<li class="nav-item"><a asp-area="" asp-page="/privacy" class="nav-link px-2 text-muted">Privacy
|
||||||
<li class="nav-item"> <a asp-area="" asp-page="/license" class="nav-link px-2 text-muted">License Agreement</a></li>
|
Policy</a></li>
|
||||||
|
<li class="nav-item"> <a asp-area="" asp-page="/license" class="nav-link px-2 text-muted">License
|
||||||
|
Agreement</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@* <footer class="border-top footer text-muted">
|
|
||||||
<div class="container border-top py-3 text-center text-md-left">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-12 col-md-8">
|
|
||||||
<div class="text-muted"><small>Copyright © 1999-2022 Ground Zero Tech-Works Inc.
|
|
||||||
All Rights Reserved.</small>
|
|
||||||
</br> test
|
|
||||||
<ul class="list-unstyled list-inline">
|
|
||||||
<li class="list-inline-item">
|
|
||||||
<a asp-area="" asp-page="/privacy" class="text-muted"><small>Privacy Policy</small></a>
|
|
||||||
</li>
|
|
||||||
<li class="list-inline-item">
|
|
||||||
<a asp-area="" asp-page="/license" class="text-muted"><small>License Agreement</small></a>
|
|
||||||
</li>
|
|
||||||
</ul></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer> *@
|
|
||||||
|
|
||||||
<script src="~/lib/jquery/dist/jquery.min.js"></script>
|
<script src="~/lib/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user