Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rbhatt1999 authored Nov 26, 2022
1 parent 7970881 commit 9b6710a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<img class="hamburger-menu" src="./icons/hamburger-menu.png" alt="Menu">
</a>
<a class="navbars portfolio" href="#">Portfolio</a>
<a class="navbars about" href="#">About</a>
<a class="navbars contact" href="#">Contact</a>
<a class="navbars email-icon" href="#">
<a class="navbars about" href="#aboutMe">About</a>
<a class="navbars contact" href="#contactForm">Contact</a>
<a class="navbars email-icon" href="#mailto:[email protected]">
<img class="email-icon" src="./icons/email-icon.png" alt="email">
</a>
</nav>
Expand Down Expand Up @@ -112,4 +112,4 @@ <h2>About me</h2>
</main>
<script src="./script/main.js"></script>
</body>
</html>
</html>

0 comments on commit 9b6710a

Please sign in to comment.