Skip to content

Commit

Permalink
Merge pull request #40 from john-bagiliko/main
Browse files Browse the repository at this point in the history
fixed nav-bar issue on news page.
  • Loading branch information
john-bagiliko authored Mar 20, 2024
2 parents 7d39a09 + 21a6af4 commit 50fb830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@
<!-- Nav Menu -->
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html" style="font-weight: bold; font-size: larger; color: #000;" class="active">Home</a></li>
<li><a href="index.html" style="font-weight: bold; font-size: larger;">Home</a></li>
<li><a href="About.html" style="font-weight: bold; font-size: larger;">About Us</a></li>
<li><a href="Team.html" style="font-weight: bold; font-size: larger;">Team</a></li>
<li><a href="Work.html" style="font-weight: bold; font-size: larger;">How We Work</a></li>
<li><a href="Our_works.html" style="font-weight: bold; font-size: larger;">Our Works</a></li>
<li><a href="news.html" style="font-weight: bold; font-size: larger;">News</a></li>
<li><a href="news.html" style="font-weight: bold; font-size: larger; color: #000;" class="active">News</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav><!-- End Nav Menu -->
Expand Down

0 comments on commit 50fb830

Please sign in to comment.