Skip to content

Commit

Permalink
Added the missing Menu Bar in the About Page
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushDhimann authored Oct 23, 2023
1 parent 9d4bb4a commit f045fb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
<img src="./assets/images/4x/typography_logo.webp" alt="Logo" width="160px" />
</a>
</div>

<div id="nav-text" class="nav_buttons">
<a href="./index.html" class="nav_button">HOME</a>
<a href="#donates" class="nav_button showPopupButton" data-popup-trigger="donate">DONATE</a>
<a href="./about.html" class="nav_button">ABOUT US</a>
<a href="#footer" class="nav_button">CONTACT US</a>
</div>
</nav>
<!-- Menu Bar -->

Expand Down

0 comments on commit f045fb2

Please sign in to comment.