Skip to content

Commit 0d3fe69

Browse files
Update index.html
1 parent 4048e87 commit 0d3fe69

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,6 @@
202202
<img src="logo.png" alt="Fork & Flow Logo">
203203
<h1>Fork & Flow</h1>
204204
<p>Open Source for Everyone | Learn • Build • Contribute</p>
205-
<p onclick="openPage()">Open Source for Everyone | Learn • Build • Contribute</p>
206-
207-
<script>
208-
function openPage() {
209-
// Change this to your HTML file path
210-
window.open('summer-slams-dsa.html', '_blank'); // Opens in new tab
211-
// Or use: window.location.href = 'another-page.html'; // Opens in same tab
212-
}
213-
</script>
214205
</header>
215206

216207
<!-- Marquee with clickable icons (desktop only) -->
@@ -274,7 +265,7 @@ <h2>Events</h2>
274265
<img src="Vibrant-Summer-Slams-DSA25-Logo.png" alt="TBD">
275266
<h3>Summer Slams DSA25</h3>
276267
<p>Quiz</p>
277-
<a href="https://your-registration-link.com" class="register-button">Register Now</a>
268+
<a href="https://forkandflow.github.io/summer-slams-dsa.html" class="register-button">Register Now</a>
278269
</div>
279270
</div>
280271
</section>

0 commit comments

Comments
 (0)