Skip to content

Commit

Permalink
Fixed navigation bug on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrathegreat authored Jul 25, 2024
1 parent e14e609 commit da00ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="menu">
<div class="links">
<div class="categories">
<a onclick="goTo('.hero');">HOME</a>
<a href="index.html">HOME</a>
<a onclick="toggleOptions('about-options');">ABOUT</a>
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
Expand All @@ -52,7 +52,7 @@
</div>
<div class="options">
<div class="about-options nav-options">
<a href="about.html">Vision and Mission</a>
<a onclick="goTo('.hero');">Vision and Mission</a>
<a href="team.html">Team</a>
<a href="code-of-conduct.html">Code of Conduct</a>
</div>
Expand Down Expand Up @@ -256,4 +256,4 @@ <h2>SITEMAP</h2>
<script src="parallax_bg.js"></script>
<script src="white-cursor-bg.js"></script>
</body>
</html>
</html>

0 comments on commit da00ca6

Please sign in to comment.