File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments