Skip to content

Commit

Permalink
Merge pull request #58 from SaranshBangar/contact
Browse files Browse the repository at this point in the history
Added link to contact button on navbar
  • Loading branch information
MAVRICK-1 authored Jun 3, 2024
2 parents abff0ca + 5443410 commit a94fda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</li>

<li class="navbar-item">
<a href="#" class="navbar-link" data-nav-link>Contact</a>
<a href="#footer" class="navbar-link" data-nav-link>Contact</a>
</li>

</ul>
Expand Down Expand Up @@ -821,7 +821,7 @@ <h3 class="h3">
- #FOOTER
-->

<footer class="footer" style="background-image: url('./assets/images/footer-bg.png')">
<footer class="footer" id="footer" style="background-image: url('./assets/images/footer-bg.png')">

<div class="footer-top section">
<div class="container grid-list">
Expand Down

0 comments on commit a94fda2

Please sign in to comment.