Skip to content

Commit 4048e87

Browse files
Update index.html
1 parent e58bf90 commit 4048e87

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,33 @@ <h2>Our Core Team</h2>
267267
</div>
268268
</section>
269269

270-
<section id="events">
271-
<h2>Events</h2>
272-
<p>No upcoming events right now. Stay tuned!</p>
273-
</section>
270+
<section id="events">
271+
<h2>Events</h2>
272+
<div class="team">
273+
<div class="card">
274+
<img src="Vibrant-Summer-Slams-DSA25-Logo.png" alt="TBD">
275+
<h3>Summer Slams DSA25</h3>
276+
<p>Quiz</p>
277+
<a href="https://your-registration-link.com" class="register-button">Register Now</a>
278+
</div>
279+
</div>
280+
</section>
281+
282+
<style>.register-button {
283+
display: inline-block;
284+
margin-top: 0.8rem;
285+
padding: 0.6rem 1.2rem;
286+
background-color: #ff5722;
287+
color: white;
288+
text-decoration: none;
289+
border-radius: 6px;
290+
font-weight: bold;
291+
transition: background-color 0.3s;
292+
}
293+
294+
.register-button:hover {
295+
background-color: #e64a19;
296+
}</style>
274297

275298
<section id="team">
276299
<h2>Our Partners and Supporters</h2>

0 commit comments

Comments
 (0)