Skip to content

Commit

Permalink
Merge pull request #3239 from Subhajit-2023-44/8
Browse files Browse the repository at this point in the history
Added the missing button to the Blogs page dropdown ! 🌟🌟
  • Loading branch information
deepeshmlgupta authored Nov 10, 2024
2 parents 3508029 + 58749cd commit 07138df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@
<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 @@ -137,6 +143,9 @@
style="margin: 5px;"></i> Blogs</a></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>
Expand Down

0 comments on commit 07138df

Please sign in to comment.