Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi authored Jul 10, 2024
1 parent 431af6c commit 6821ac0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@
<nav class="navbar">
<div class="navbar-container">

<a href="#" class="navbar-logo"><img src="../public/logo1.png" alt="Logo"></a>
<a href="#" class="navbar-logo"><img src="./logo1.png" alt="Logo"></a>

<ul class="navbar-menu">
<li class="navbar-item"><a href="#home" class="navbar-link">Home</a></li>
<li class="navbar-item"><a href="#projects" class="navbar-link">Projects</a></li>
<li class="navbar-item"><a href="#about" class="navbar-link">About</a></li>
<li class="navbar-item"><a href="#contact" class="navbar-link">Contact</a></li>
<li class="navbar-item"><a href="https://www.linkedin.com/in/dhairya-gothi-65945b288/" class="navbar-link">Contact</a></li>
</ul>
<a id="github-logo" href ="https://github.com/dhairyagothi" target="_blank">
<img src="../public/github1.png" alt="GitHub" width="40" height="40">
<img src="./github1.png" alt="GitHub" width="40" height="40">
</a>
</div>
</nav>

<div class="content">
<div class="content" id="projects">
<div class="header">50_days_50_webprojects</div>
<p class="subheader">HERE IS LIVE DEMO OF ALL PROJECTS</p>

Expand Down

0 comments on commit 6821ac0

Please sign in to comment.