Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyag309 authored Oct 29, 2024
1 parent f0f5f5b commit d3cf493
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,24 @@
</a>
</div>
<nav class="menu">
<ul>
<ul class="nav-links">
<li>
<a
href="./index.html"
target="_self"
id="home-link"
onclick="changeContent('home')"
>Home</a
>
<a href="./index.html" id="home-link" onclick="changeContent('home')">Home</a>
</li>
<li>
<a
href="features.html"
id="features-link"
onclick="changeContent('features')"
>Features</a
>
<a href="features.html" id="features-link" onclick="changeContent('features')">Features</a>
</li>
<li>
<a href="team.html" id="team-link" onclick="changeContent('team')"
>Team</a
>
<a href="team.html" id="team-link" onclick="changeContent('team')">Team</a>
</li>
<li>
<a
href="contact.html"
id="contact-link"
onclick="changeContent('contact')"
>Contact</a
>
<a href="contact.html" id="contact-link" onclick="changeContent('contact')">Contact</a>
</li>
<li>
<a href="Feedback.html" id="feedback-link" onclick="changeContent('feedback')">Feedback</a>
</li>
<li>
<a href="nearby.html" id="nearby-link" onclick="changeContent('nearby')">Nearby</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit d3cf493

Please sign in to comment.