Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
fixed bugs related to contact page
  • Loading branch information
Amshu-god authored Aug 16, 2024
1 parent c889d74 commit dc23eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<nav class="navbar">
<ul class="nav-links">
<h1 class="logo">G.M.</h1>
<li><a href="index.html" class="nav-item">Home</a></li>
<li><a href="#" class="nav-item">Home</a></li>
<li><a href="about.html" class="nav-item">About</a></li>
<li><a href="#" class="nav-item">Contact</a></li>
<li><a href="contact.html" class="nav-item not">Clear-search</a></li>
<li><a href="contact.html" class="nav-item">Contact</a></li>
<li><a href="index.html" class="nav-item not">Clear-search</a></li>
</ul>
<div class="search-container not">
<input type="text" id="search-input" onkeyup="searchSite()" placeholder="Search..." class="search-input">
Expand Down

0 comments on commit dc23eef

Please sign in to comment.