-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
509 lines (466 loc) · 26.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to the Youth Code Camp Hackathon, a day-long event designed to bring together young programmers for collaborative coding and innovation.">
<meta name="keywords" content="Youth Code Camp, Hackathon, Coding Event, Programming Competition, Learn to Code">
<title>Youth Code Camp Hackaton</title>
<link rel="canonical" href="https://www.youthcodecamp.net/index.html">
<link rel="stylesheet" href="styles/style.css">
<link rel="shortcut icon" href="assets/Pictures/Logo.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/db3392cfd6.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/dayjs.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.10/plugin/duration.min.js"></script>
</head>
<body>
<header>
<div class="logo">
<img src="assets/Pictures/Logo.png" alt="">
</div>
<input type="checkbox" id="nav_check" hidden>
<nav>
<ul>
<li>
<a href="#" class="active" id="a_nav">Home</a>
</li>
<li>
<a href="#about" id="a_nav">About us</a>
</li>
<li>
<a href="https://hcb.hackclub.com/donations/start/youth-code-camp" target="_blank" id="a_nav">Donate</a>
</li>
<li>
<a href="#faq" id="a_nav">Faq</a>
</li>
<li>
<a href="register.html" class="btnregister" target="_blank" id="a_nav">Register Now</a>
</li>
</ul>
</nav>
<label for="nav_check" class="hamburger">
<div></div>
<div></div>
<div></div>
</label>
</header>
<section class="hero_section">
<div class="hero_left">
<p class="hero_youth">Youth Code Camp Hackathon</p>
<p class="hero_place">An event where young & expert coders collaborate, learn, and showcase their coding projects!</p>
<p class="hero_join">
Welcome to the Youth Code Camp Hackathon, a day-long event designed to bring together high school programmers for collaborative coding and innovation.</p>
<div class="hero_button">
<a href="register.html" target="_blank"><button class="hero_button_one">Claim Your Spot Now</button></a>
<a href="https://discord.com/invite/h5dfqzGZ22" target="_blank"><button class="hero_button_two">Join Discord community</button></a>
</div>
<div class="project_time" id="myCountdown">
<p class="project_head">Registration Closed</p>
</div>
</div>
<div class="hero_right">
<img src="./assets/Pictures/Hero section.svg" alt="Hero Section">
</div>
</section>
<section class="sponsor">
<div class="sponsor_heading">
<h1 class="sponsor_title">Our Special Partner</h1>
<p class="sponsor_subtitle"> We are a part of the Hack Club community
<br>
</p>
</div>
<div class="sponsor_container">
<section class="sponsor_about">
<div class="sponsor_image">
<img src="assets/Pictures/Hack club.png" alt=" Hack Club">
</div>
<div class="sponsor_content">
<h2>Hack Club</h2>
<p>Hack Club is a global nonprofit network of high school computer hackers, makers and coders
founded in 2014 by Zach Latta. It now includes more than 400 high school clubs and 29,000
students.</p>
<a href="https://hackclub.com/" class="know_more" target="_blank">Know More</a>
</div>
</section>
</div>
<h3 class="partner_title">Other Partners</h3>
<section class="partner">
<div class="partner-logo">
<a href="https://www.ricem.rw/" target="_blank">
<img src="assets/Pictures/ricem.png" alt="RICEM">
</a>
</div>
</section>
</section>
<section class="About" id="about">
<div class="about_heading">
<h1 class="about_title">About us</h1>
<p class="about_subtitle">Discover What Awaits You at the Upcoming Youth Code Camp</p>
<span class="about_span">Hackathon!</span>
</div>
<div class="about_container">
<section class="about_us">
<div class="about_image">
<img src="assets/Pictures/about us.svg" alt=" About us">
</div>
<div class="about_content">
<a href="https://github.com/Youth-codecamp" class="about_know_more" target="_blank">Know More</a>
<p>
At the Youth Code Camp Hackathon, participants will work on cool coding projects in web development to solve a given challenge that will be provided during the hackathon. They will show their projects in a competition to see the innovation and skills.
</p>
</div>
</section>
</div>
</section>
<section class="faq_faq_faq" id="faq">
<div class="faq_faq_one">
<div class="faq_faq">
<h3>FAQ</h3>
</div>
<div class="qtn">
<p>Got Questions? We've Got Answers! </p>
</div>
</div>
<div class="faq_container">
<div class="faq_container_1">
<div class="container_1_faq" onclick="changeBackground(this)">
<div class="" style="display: flex; gap: 10px;">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">What is Youth Code Camp Hackathon?</p>
<div class="slide_in">
<p collapsible-id="1" class="answer hidden slide-in">
a day-long event designed to bring together young programmers for collaborative coding and innovation.
</p>
</p>
</div>
</div>
</div>
<i trigger-id="1" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">When and where is the Hackathon taking place?</p>
<div class="slide_in">
<p collapsible-id="2" class="answer hidden slide-in">
The hackathon is scheduled for August 24th, 2024, and will be hosted at RICEM (KN 193 ST, Kabusunzu, Nyakabanda, Kigali, Rwanda). Please check the event details for specific times and location.
</p>
</div>
</div>
<i trigger-id="2" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">Who can participate in the hackathon?</p>
<div class="slide_in">
<p collapsible-id="3" class="answer hidden slide-in">
The hackathon is open to both experienced coders and beginners who are currently in high school (secondary school) and have basic knowledge of HTML, CSS, and JavaScript. Whether you're familiar with these or just starting out, everyone is welcome to join and contribute their skills and ideas.
</p>
</div>
</div>
<i trigger-id="3" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">How do I register for the hackathon?</p>
<div class="slide_in">
<p collapsible-id="4" class="answer hidden slide-in">
To register, simply visit our website and fill out the online registration form.
</p>
</div>
</div>
<i trigger-id="4" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">Are there any registration fees?</p>
<div class="slide_in">
<p collapsible-id="6" class="answer hidden slide-in">
No, participation in the Youth Code Camp Hackathon is free of charge.
</p>
</div>
</div>
<i trigger-id="6" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
</div>
<div class="faq_container_2">
<div class="container_1_faq" onclick="changeBackground(this)">
<div class="" style="display: flex; gap: 10px;">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">What should participants prepare for registration?</p>
<div class="slide_in">
<p collapsible-id="7" class="answer hidden slide-in">
Participants should be ready to provide details such as their personal information, contact details, and any other relevant information requested during the registration process.
</p>
</div>
</div>
</div>
<i trigger-id="7" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">Is there a registration deadline?</p>
<div class="slide_in">
<p collapsible-id="8" class="answer hidden slide-in">
Yes, participants must register by the deadline specified for the hackathon. Late registrations may not be accepted.
</p>
</div>
</div>
<i trigger-id="8" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">What are the benefits of participating?</p>
<div class="slide_in">
<p collapsible-id="10" class="answer hidden slide-in">
Participants will have the opportunity to earn verified certificates and other prizes at the event. They can also connect with fellow programmers and learn from workshops
</p>
</div>
</div>
<i trigger-id="10" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">How can I become a sponsor or partner for the hackathon?</p>
<div class="slide_in">
<p collapsible-id="11" class="answer hidden slide-in">
If you are interested in becoming a sponsor or partner, please contact us at
[email protected]. We welcome collaboration with organizations that share our vision
for supporting young programmers.
</p>
</div>
</div>
<i trigger-id="11" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
<div class="container_1_faq" onclick="changeBackground(this)">
<i class="fa-regular fa-circle-question circleIcon"></i>
<div class="container_1_faq_what">
<p class="p_question">What safety measures are in place for the event?</p>
<div class="slide_in">
<p collapsible-id="12" class="answer hidden slide-in">
We prioritize the safety of our participants. We will adhere to all relevant health and
safety guidelines, and any specific measures will be communicated closer to the event
date.
</p>
</div>
</div>
<i trigger-id="12" class="fa-solid fa-chevron-down qn_trigger" onclick="toggleChevron(this)"></i>
</div>
</div>
</div>
</section>
<section class="mission" id="mission">
<div class="mission_heading">
<h1 class="mission_title">our mission</h1>
<p class="mission_subtitle">Bringing Coders Together to </p>
<span class="mission_span">Learn ,Work Together, and Create</span>
</div>
<div class="mission_container">
<section class="mission_section">
<div class="mission_content">
<a href="#mission" class="mission_know_more">Core objectives</a>
<p>
Our aim is to create a welcoming environment where experienced coders and beginners can come together, collaborate, and bring their ideas to life in the world of technology. We want everyone to feel welcome, explore new opportunities, and contribute to the future of tech.
</p>
</div>
<div class="mission_image">
<img src="assets/Pictures/mission.svg" alt="our mission">
</div>
</section>
</div>
</section>
<section class="ready">
<div class="ready_heading">
<h1 class="ready_title">Ready to Join?</h1>
<p class="ready_subtitle">Check Out Our Simple Participation Rules and</p>
<p class="ready_subtitle">Requirement!</p>
<div class="ready_rules">
<div class="ready_rules_lists">
<div class="ready_rules_lists_section">
<div class="ready_rules_number">1</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Who Can Join</p>
<p class="ready_rules_para_two">To join the Youth Code Camp Hackathon, you need to be a high school student (also known as secondary school).</p>
</div>
</div>
<div class="ready_rules_lists_section">
<div class="ready_rules_number">2</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Work Together Respectfully</p>
<p class="ready_rules_para_two">Be nice and work well with others.So be respectful and considerate of others' feelings and ideas.</p>
</div>
</div>
</div>
<div class="ready_rules_lists">
<div class="ready_rules_lists_section">
<div class="ready_rules_number">3</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Bring Your Own equipment</p>
<p class="ready_rules_para_two">Don't forget to bring your own laptop and any other things you need.</p>
</div>
</div>
<div class="ready_rules_lists_section">
<div class="ready_rules_number">4</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Follow the Rules</p>
<p class="ready_rules_para_two">By respecting and following the rules, we can keep things organized and fair for everyone involved.</p>
</div>
</div>
</div>
<div class="ready_rules_lists">
<div class="ready_rules_lists_section">
<div class="ready_rules_number">5</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Register on Time</p>
<p class="ready_rules_para_two">Make sure to register for the event before the registration deadline.</p>
</div>
</div>
<div class="ready_rules_lists_section">
<div class="ready_rules_number">6</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Code of Conduct</p>
<p class="ready_rules_para_two"> All participants must adhere to the event's code of conduct to maintain a positive and inclusive environment.</p>
</div>
</div>
</div>
<div class="ready_rules_lists">
<div class="ready_rules_lists_section">
<div class="ready_rules_number">7</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Active Participation in Workshops</p>
<p class="ready_rules_para_two">Stay involved and participate actively throughout the hackathon to contribute to your team's success.
</p>
</div>
</div>
<div class="ready_rules_lists_section">
<div class="ready_rules_number">8</div>
<div class="ready_rules_para">
<p class="ready_rules_para_one">Respect Intellectual Property</p>
<p class="ready_rules_para_two">Respect copyrights and trademarks. Use only materials and assets that you have the right to use.</p>
</div>
</div>
</div>
</div>
</div>
<div class="anime_one"></div>
<div class="anime_two"></div>
<div class="anime_three"></div>
</section>
<section class="register">
<div class="register_heading">
<h1 class="register_title">Register Now</h1>
<p class="register_subtitle">Join us at the Youth Code Camp Hackathon on</p>
<span class="register_span">August 15th, 2024!</span>
</div>
<h4>Ready to demonstrate your skills and passion for technology?</h4>
<div class="register_buttons">
<a href="register.html" class="register_btn_1" target="_blank">Register now</a>
<a href="scheduler.pdf" class="register_btn_2" target="_blank">Download scheduler</a>
</div>
</section>
<section class="team-section">
<div class="team_heading">
<h1 class="team_title">Team member</h1>
<h3 class="team_subtitle">Introducing the Heart of Innovation</h3>
<p class="team_par">Get to Know the Hardworking and Creative Team Bringing </p>
<p class="team_par">Your Ideas to Life at Youth Code Camp!</p>
</div>
<div class="team">
<div class="team-box">
<img src="assets/Pictures/Team/Chaste.jpg" alt="Chaste">
<h3>Shyaka Chaste</h3>
<p>CEO and Developer</p>
<div class="social-icons">
<a href="https://github.com/shyakachaste" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/shyaka-chaste-982a32272/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/iamchaste.rw/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/Shyakachaste" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
<div class="team-box">
<img src="assets/Pictures/Team/Kevine.png" alt="Chaste">
<h3>Ishimwe Kevine</h3>
<p>UX/UI designer</p>
<div class="social-icons">
<a href="https://github.com/Ikevine"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/ishimwe-kevine-3107a8233/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/__ikevine/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
<div class="team-box">
<img src="assets/Pictures/Team/akuzwe.jpg" alt="Chaste">
<h3>Akuzwe Gisele</h3>
<p>Full Stack developer</p>
<div class="social-icons">
<a href="https://github.com/Gisele-123" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/migisha-akuzwe-gisele-40426a256/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/gi__eli/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/GiseleAkuzwe1" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
<div class="team-box">
<img src="assets/Pictures/Team/david.png" alt="Chaste">
<h3>Ntwali David</h3>
<p>Full Stack developer</p>
<div class="social-icons">
<a href="https://github.com/Daweed234" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/ntwali-david-a44a34301/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/dn.avid/" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/NTWALIDavi18474" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
</div>
</div>
</div>
</section>
<a href="#" class="back-to-top">
<span class="fa-solid fa-chevron-up"></span>
</a>
<div class="separator-line"></div>
<footer class="footer">
<div class="footer_partI">
<h2>Quick links</h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about">About us</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="https://github.com/Youth-codecamp/YouthCodeCampHackaton/blob/main/CODE_OF_CONDUCT.md" target="_blank">Code Of Conduct</a></li>
<li><a href="https://hcb.hackclub.com/donations/start/youth-code-camp" target="_blank">Donate</a></li>
<li><a href="register.html" target="_blank">Register<a></li>
</ul>
</div>
<div class="footer_partII">
<h2>Contact info</h2>
<ul>
<li class="contact-list">Whatsapp: <span>0789651172</span></li>
<li class="contact-list">Email: <span>[email protected]</span></li>
</ul>
<div class="footer_icons">
<a href="https://github.com/Youth-codecamp" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/company/youth-code-camp/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/youthcodecamp" target="_blank"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
<div class="footer_partIII">
<h2>Join our community</h2>
<p>Join the Youth Hackathon Discord and enhance your coding journey. Connect with fellow developers, exchange ideas, and stay updated on innovation. Don't miss out!</p>
<a href="https://discord.com/invite/h5dfqzGZ22" class="footer_btn" target="_blank">Join Discord
Community</a>
</div>
</footer>
<section>
<div class="footer_bottom">
<p>© 2024 Youth Code Camp. All rights reserved</p>
</div>
</section>
<script src="js/collapsable.js"></script>
<script src="js/back-to-top.js"></script>
</body>
</html>