Skip to content

Commit

Permalink
Update navbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GautamAnjali569 authored Dec 21, 2024
1 parent 95d24ac commit 325f4bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@

<nav class="navbarr" style="color: white">
<div class="logo">
<a href="../index.html">Dots & Boxes</a>
<a href="../index.html">Dots & Boxes</a>
</div>

<ul class="nav-links" id="nav-links-toggled">
<li>
<a href="../index.html"><i class="fas fa-home"></i>Home</a>
</li>

<li>
<a href="../pages/about.html"><i class="fas fa-info-circle"></i>About Us</a>
</li>

<li>
<a href="../pages/FAQs.html"><i class="fas fa-question-circle"></i>FAQs</a>
</li>

<li>
<a href="../pages/contributors.html"><i class="fas fa-users"></i>Contributors</a>
</li>

<li>
<a href="../pages/game.html"><i class="fas fa-gamepad"></i>Let's Go</a>
</li>
Expand All @@ -36,4 +40,4 @@
<!-- Js and CSS files for hamburger-menu -->
<link href="../styles/navbar.css" rel="stylesheet" />
<script type="text/javascript" src="../js/navbar.js"></script>
</nav>
</nav>

0 comments on commit 325f4bd

Please sign in to comment.