Skip to content

Commit

Permalink
added link to GDSC
Browse files Browse the repository at this point in the history
  • Loading branch information
sasukexo committed Aug 12, 2023
1 parent cfdc211 commit a5d7eaf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,24 @@ <h4>Organized By</h4>
<span>Panimalar Engineering College</span>
</p>

<div class="icon">
<div class="icon" onclick="redirectToWebsite()">
<h4>In-association with</h4>
<img src="img/sponsors/gdsc.svg" width="300px" alt="gdsc" />
</div>
</div>
</div>
</div>
</section>
<script>
function redirectToWebsite() {
window.location.href = "https://developers.google.com/community/gdsc"; // Replace with the actual website URL
}
</script>
<style>
.icon {
cursor: pointer;
}
</style>

<!-- End About Section -->

Expand Down

0 comments on commit a5d7eaf

Please sign in to comment.