Skip to content

Commit

Permalink
Merge pull request #84 from AyushDhimann/patch-1
Browse files Browse the repository at this point in the history
Added the missing Menu Bar in the About Page
  • Loading branch information
Virtual4087 authored Oct 24, 2023
2 parents c7c4d99 + f045fb2 commit b67b967
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 b67b967

Please sign in to comment.