Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenziello authored Oct 23, 2023
1 parent 84d03eb commit f768697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div id="nav-text" class="nav_buttons">
<a href="#" class="nav_button">HOME</a>
<a href="#donates" class="nav_button showPopupButton" data-popup-trigger="donate">DONATE</a>
<a href="#goals" class="nav_button">ABOUT</a>
<a href="#goals" class="nav_button">OUR GOALS</a>
<a href="#footer" class="nav_button">CONTACT US</a>
</div>
</nav>
Expand All @@ -41,7 +41,7 @@
<ul>
<li><a href="#" onclick="handleClose()">HOME</a></li>
<li><a href="#donates" onclick="handleClose()">DONATE</a></li>
<li><a href="#goals" onclick="handleClose()">ABOUT</a></li>
<li><a href="#goals" onclick="handleClose()">OUR GOALS</a></li>
<li><a href="#footer" onclick="handleClose()">CONTACT US</a></li>
</ul>
</div>
Expand Down Expand Up @@ -192,7 +192,7 @@ <h2 class="quick-links">Quick Links</h2>
</div>

<div class="column">
<a class="footerLinks" href="#">ABOUT US</a>
<a class="footerLinks" href="about.html">ABOUT US</a>
<a class="footerLinks" href="#">FAQS</a>
<a class="footerLinks" href="#">CONTACT US</a>
<a class="footerLinks" href="#">CAREERS</a>
Expand Down

0 comments on commit f768697

Please sign in to comment.