Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
theprince29 authored Sep 22, 2023
1 parent c055a58 commit d926103
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/helpdesk/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="/index.html#resources">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="/helpdesk/index.html#resources">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="#community">community</a></li>
<li class="nav-item"><a class="nav-link" href="#connect">connect with-us</a></li>
</ul>
Expand Down Expand Up @@ -177,10 +177,10 @@ <h5>Follow Us:</h5>
<!-- Quick links -->
<h5>Quick Links:</h5>
<ul class="list-unstyled">
<li><a style="text-decoration: none;font-size:small;" href="#">Home</a></li>
<li><a style="text-decoration: none;font-size:small;" href="/helpdesk/index.html">Home</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#">About Us</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#">Resources</a></li>
<li><a style="text-decoration: none;font-size:small;" href="/index.html#community">Community</a></li>
<li><a style="text-decoration: none;font-size:small;" href="/helpdesk/index.html#community">Community</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#connect">Connect with-us</a></li>
</ul>
</div>
Expand All @@ -207,4 +207,4 @@ <h5>Quick Links:</h5>
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>

</html>
</html>

0 comments on commit d926103

Please sign in to comment.