Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-Johnson authored May 12, 2024
1 parent 054e0db commit bede9ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,8 @@ <h1 class="title">About Us</h1>
</div>
</div>

<!-- Gallery Button -->
<a href="gallery.html" class="gallery-button">View Gallery</a>


<!-- Sponsors Section -->
<div class="sponsors">
<h2>Sponsors</h2>
<div class="sponsor-logos">
Expand All @@ -182,10 +179,8 @@ <h2>Sponsors</h2>
</div>
</div>

<!-- HTML for the home button -->
<a href="#" class="home-button" id="homeButton"></a>

<!-- JavaScript for click event on home button -->
<script>
document.getElementById('homeButton').addEventListener('click', function() {
window.location.href = 'https://mateo-johnson.github.io/index.html';
Expand Down

0 comments on commit bede9ae

Please sign in to comment.