Skip to content

Commit

Permalink
Merge pull request #92 from Vaishnavi7854/updatednavbar
Browse files Browse the repository at this point in the history
Fixed the navbar
  • Loading branch information
rajatrajputdev authored Oct 15, 2024
2 parents bb6e4ae + 0bca0b4 commit 00438cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ <h1>Badge Website</h1>
<li><a href="./pages/about.html">About</a></li>
<li><a href="./pages/contact.html">Contact</a></li>
<li><a href="./pages/badges.html">Badges</a></li>

<!-- The navigation menu contains duplicate items for "About," "Badges," and "Contact."
So I've removed the duplicates to simplify the navigation structure. -->
<!-- <li><a href="pages/about.html">About</a></li>
<li><a href="pages/badges.html">badges</a></li>
<li><a href="pages/contact.html">contact</a></li> -->

</ul>
</nav>
</div>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00438cd

Please sign in to comment.