Skip to content

Commit

Permalink
Fixing sitemap links
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix-279 authored Jul 25, 2024
1 parent 8b391e3 commit be09d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ <h2>SITEMAP</h2>
<div class="links">
<a href="index.html" class="footer-link">HOME</a>
<a href="about.html" class="footer-link">ABOUT</a>
<a href="team.html" class="footer-link">TEAM</a>
<a href="team.html" class="footer-link">MENTOR</a>
<a onclick="lenis.scrollTo('.hero')" class="footer-link">PROJECTS</a>
<a href="tools.html" class="footer-link">TOOLS</a>
<a href="apply.html" class="footer-link">APPLY</a>
<a href="events.html" class="footer-link">EVENTS</a>
<a href="cohort.html" class="footer-link">COHORT</a>
<a href="faqs.html" class="footer-link">FAQS</a>
</div>
Expand Down

0 comments on commit be09d56

Please sign in to comment.