Skip to content

Commit

Permalink
Merge pull request #3228 from Subhajit-2023-44/1
Browse files Browse the repository at this point in the history
Added the missing button to the About Us page dropdown ! 🌟🌟
  • Loading branch information
deepeshmlgupta authored Nov 10, 2024
2 parents ffc1f12 + 533f0a0 commit 4e0d5f4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@
<i class="fas fa-chevron-down icon-hover" style="margin: 5px;"></i> Explore More
</a>
<ul class="dropdown-menu">
<li>
<a href="./finance.html">
<i class="fas fa-graduation-cap icon-hover" style="margin: 5px;"></i> Courses
</a>
</li>
<li><a href="./trends.html"><i class="fas fa-chart-line icon-hover" style="margin: 5px;"></i>
Trends</a></li>
<li><a href="./tools/sip.html"><i class="fas fa-tools icon-hover" style="margin: 5px;"></i>
Expand All @@ -176,9 +181,12 @@
</li>
<li><a href="./quiz.html"><i class="fas fa-question icon-hover" style="margin: 5px;"></i> Quiz</a>
</li>
<li><a href="./Games/Games.html"><i class="fas fa-gamepad icon-hover" style="margin: 5px;"></i>
Games</a>
</li>
<li><a href="./maps.html"><i class="fas fa-map icon-hover" style="margin: 5px;"></i> MAPS</a></li>
</ul>
</li>
</li>
<!-- Navigation item placeholder for Login/Register or Logout button -->
<li class="nav-item no-underline" id="auth-btn-container">
<a class="main-btn navbar-btn" style="padding: 2px 20px;" data-scroll-nav="0"
Expand Down

0 comments on commit 4e0d5f4

Please sign in to comment.