forked from Adityasrinivas24/codered
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
632 lines (543 loc) · 27.2 KB
/
index.html
File metadata and controls
632 lines (543 loc) · 27.2 KB
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
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="title" content="CodeRed'25">
<meta name="description" content="25 Hour Hackathon">
<meta name="author" content="Ecell BMSITM">
<meta name="keywords" content="CodeRed'25">
<meta property ="og:image" content="img/logo200.png">
<title>CODE RED'25 Hackathon</title>
<meta name="description"
content="Join CODE RED'25, a 25-hour hackathon at BMSIT, Bangalore! Compete for a prize pool of ₹1,00,000. Showcase your coding skills, collaborate with peers, and innovate.">
<meta name="keywords"
content="hackathon, CODE RED'25, BMSIT, Bangalore, coding competition, 25-hour hackathon, prize pool ₹1,00,000, software development, student hackathon, innovation, tech event">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/timeline.css">
<link rel="stylesheet" href="./css/prize.css">
<link rel="icon" href="./img/logo.png">
<link rel="stylesheet" href="./css/whyparticipate.css">
<link rel="stylesheet" href="./css/faq.css">
<link rel="stylesheet" href="./css/sponsor.css">
<link rel="stylesheet" href="./css/gallery.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="./css/nav.css">
<script src="https://kit.fontawesome.com/57a0898944.js" crossorigin="anonymous"></script>
<script src="./js/gallery.js"></script>
<script src="./js/faq.js"></script>
</head>
<body class="bg-black">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top cyber-nav">
<div class="container">
<a class="navbar-brand" href="#">
<img src="./img/logoBMS.png" alt="BMSIT Logo" class="nav-logo">
<img src="./img/logo.png" alt="CodeRed Logo" class="nav-logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<input type="checkbox" name="toggle-menu" id="toggle-menu">
<label for="toggle-menu" type="button" class="toggle-btn">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</label>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hackers.html">Hackers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="timeline.html">Timeline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ecell.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ps.html">Problems</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">Faq</a>
</li>
</ul>
</div>
</div>
<script>
const navbarCollapse = document.getElementById('navbarNav');
const body = document.body;
const toggleMenu = document.getElementById('toggle-menu');
navbarCollapse.addEventListener('show.bs.collapse', () => {
body.classList.add('blur-active');
});
navbarCollapse.addEventListener('hidden.bs.collapse', () => {
body.classList.remove('blur-active');
});
document.addEventListener('click', (event) => {
const isClickInside = navbarCollapse.contains(event.target) ||
event.target.matches('.navbar-toggler, .nav-link');
if (!isClickInside) {
const bsCollapse = bootstrap.Collapse.getInstance(navbarCollapse);
if (bsCollapse && navbarCollapse.classList.contains('show')) {
bsCollapse.hide();
body.classList.remove('blur-active');
toggleMenu.checked = false;
}
}
});
</script>
</nav>
<!-- Hero Section -->
<header class="hero-section">
<div class="cyber-grid"></div>
<div class="container">
<div class="row min-vh-100 align-items-center justify-content-center text-center">
<div class="col-lg-12">
<p class="cyber-text">BMSIT&M Presents</p>
<span class="display-1 cyber-main-text" data-baffle>CODE RED</span><span class="maintext-year"
data-baffle>'25</span> <br />
<p class="cyber-text">Code Till You Drop.</p>
<h2 class="cyber-subtitle">National Level Hackathon</h2>
<h2 class="cyber-subtitle">9 & 10 January,2025</h2>
</div>
<div class="hero-buttons">
<a href="https://unstop.com/o/Wts8AFv?lb=8XwWIxhy&utm_medium=Share&utm_source=shortUrl"
target="_blank" class="btn cyber-btn">
Register
</a>
<a href="https://drive.google.com/file/d/1v08tms7yRWLI0gbHjOGK4Eb7vJQZ-k17/view?usp=sharing"
target="_blank" class="btn cyber-btn">
Brochure
</a>
</div>
<p class="cyber-text" style="font-size: 1.5rem; color: var(--cyber-red); margin-top: 2rem;">
Round 1 Results are Live Go to Hackers Tab to check!
</p>
<p class="cyber-text">Keep Hacking !</p>
</div>
</div>
</div>
</header>
<div id="particles-bg"></div>
<!-- About Section -->
<section id="about" class="cyber-section">
<div class="container">
<h2 class="cyber-section-title">About The Event</h2>
<div class="row">
<div class="col-lg-6">
<p class="cyber-text about-text">BMSIT&M presents "CODE RED '25," a 25-hour National level hackathon for students, focused on real-world problems that bridge academia and industry. Participants will innovate and prototype solutions to practical challenges. This event offers a platform for students to showcase their skills and gain valuable experience.</p>
</div>
<div class="col-lg-6">
<div class="cyber-stats">
<div class="stat-item">
<span class="number">25</span>
<span class="label">Hours</span>
</div>
<div class="stat-item">
<span class="number">200+</span>
<span class="label">Hackers</span>
</div>
<div class="stat-item">
<span class="number">100K</span>
<span class="label">Prize Pool</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Prizes Section -->
<section id="prizes" class="cyber-section">
<div class="container">
<h2 class="cyber-section-title">Prizes</h2>
<div class="prize-container">
<div class="prize-card second">
<div class="prize-medal">2nd</div>
<div class="prize-amount">₹25,000</div>
</div>
<div class="prize-card first">
<div class="prize-medal">1st</div>
<div class="prize-amount">₹35,000</div>
</div>
<div class="prize-card third">
<div class="prize-medal">3rd</div>
<div class="prize-amount">₹20,000</div>
</div>
<div class="consolation">
<div class="prize-card consolation">
<div class="prize-medal consolation-text">Consolation 1</div>
<div class="prize-amount">₹10,000</div>
</div>
<div class="prize-card consolation">
<div class="prize-medal consolation-text">Consolation 2</div>
<div class="prize-amount">₹10,000</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Timeline Section -->
<section id="timeline" class="cyber-section">
<div class="container">
<h2 class="cyber-section-title">Timeline</h2>
<div class="timeline-container">
<div class="timeline-line"></div>
<div class="timeline-item scroll-reveal-left">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">4th December</div>
<h3>CODE RED’25 Launch </h3>
<p></p>
</div>
</div>
<div class="timeline-item right scroll-reveal-right">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time"> 5th December</div>
<h3><a href="ps.html" style="color: inherit; text-decoration: none;">Problem Statements Unleashed <i class="fas fa-external-link-alt"></i></a></h3>
<p>Kickoff and problem statement reveal</p>
</div>
</div>
<div class="timeline-item scroll-reveal-left">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">6th December</div>
<h3>Registration is set to commence</h3>
<p></p>
</div>
</div>
<div class="timeline-item right scroll-reveal-right">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">7th December</div>
<h3>Start of Idea Submission</h3>
<p>ROUND 1</p>
</div>
</div>
<div class="timeline-item scroll-reveal-left">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">extended to 23rd December</div>
<h3>Idea Submission Deadline</h3>
<p>Round 1 ends at 11:59 PM</p>
</div>
</div>
<div class="timeline-item right scroll-reveal-right">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">1st January</div>
<h3>Announcement of Finalists</h3>
<p>Top 50 Teams</p>
</div>
</div>
<div class="timeline-item scroll-reveal-left">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">5th January</div>
<h3>Round 2 Registration starts</h3>
<p>Deadline at 11:59 PM</p>
</div>
</div>
<div class="timeline-item right scroll-reveal-right">
<div class="timeline-dot"></div>
<div class="timeline-content">
<div class="timeline-time">9th and 10th January</div>
<h3>Grand Finale of CODE RED '25</h3>
<p>Buckle Up</p>
</div>
</div>
</div>
</div>
</section>
<!--gallery section-->
<section id="gallery" class="cyber-section">
<div class="container">
<h2 class="cyber-section-title">Gallery</h2>
<swiper-container lass="mySwiper" space-between="30" slides-per-view="auto" loop="true" autoplay="true"
autoplay-delay="2000" autoplay-disable-on-interaction="false">
<swiper-slide><img src="img/Codered-23-pictures/12.jpeg" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/11.jpg" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/7.webp" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/2.webp" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/1.webp" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/5.webp" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/8.webp" alt=""></swiper-slide>
<swiper-slide><img src="img/Codered-23-pictures/13.jpeg" alt=""></swiper-slide>
</swiper-container>
</div>
</section>
<!--Why Participate section-->
<section class="participate-section">
<div class="participate-container">
<h2 class="participate-title">Why Participate</h2>
<div class="participate-content">
<div class="participate-image">
<img src="./img/codered24.jpg" alt="CodeRed 24">
</div>
<div class="participate-reasons">
<div class="participate-reason">
<h3>Collaborate and Innovate</h3>
<p>Work with diverse groups of talented individuals, all passionate about making a difference
</p>
</div>
<div class="participate-reason">
<h3>Showcase your Skills</h3>
<p>This is your opportunity to showcase your skills in Real world projects and getting
recognized by industry experts</p>
</div>
<div class="participate-reason">
<h3>Win Big</h3>
<p>Compete for a chance to win big cash prizes from a total prize pool of 1 Lakh INR</p>
</div>
<div class="participate-reason">
<h3>Build Your Portfolio</h3>
<p>Create real world Projects for your resume, document your hackathon journey get certificates
of participation and achievement</p>
</div>
</div>
</div>
</div>
</section>
<section class="sponsors-section">
<h2 class="sponsors-title">Our Sponsors</h2>
<div class="sponsors-grid" id="sponsorsGrid"></div>
</section>
<!-- FAQ Section -->
<section id="faq" class="cyber-section">
<div class="faq-header">
<h2>Frequently Asked Questions</h2>
</div>
<div class="faq-container">
<div class="faq-item">
<div class="faq-question">
<h3>What is CODE RED'25?</h3>
<span class="icon">+</span>
</div>
<div class="faq-answer">
<p>CODE RED ‘25 is a 25-hour hackathon where we'll be solving real-world problems. Also remember
caffeine is our co-founder, sleep is for the weak, and innovation is for the wickedly brilliant.
</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Is it a remote or an on-site Hackathon?</h3>
<span class="icon">+</span>
</div>
<div class="faq-answer">
<p>CODE RED ‘25 is a hybrid hackathon, where preliminary round will be conducted completely online.
The Main Hackathon will be conducted on 9th and 10th January 2025 at BMS Institute of Technology
and
Management (BMSIT&M), Bangalore.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Who can participate in the hackathon?</h3>
<span class="icon">+</span>
</div>
<div class="faq-answer">
<p>
We don't care if your GPA is higher than your daily caffeine intake or if you once wrote an
essay on the philosophical implications of pizza toppings as long as you're a student pursuing
any undergraduate course, you're in!</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How many members are allowed in a team?</h3>
<span class="icon">+</span>
</div>
<div class="faq-answer">
<p>Teams can consist of 3 to 4 members. Each participant can join only one team and cannot be part
of multiple teams.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Where to ask my question?</h3>
<span class="icon">+</span>
</div>
<div class="faq-answer">
<p>Feel free to reach out with any questions!Join
<a class="btn btn-primary" href="https://discord.gg/5kntf93DMC" target="_blank">
<i class="fab fa-discord"></i>
Our Discord</a> Community
or email us at:
<a href="mailto:ecell@bmsit.in">ecell@bmsit.in</a>
</p>
</div>
</div>
<div class="faq-more">
<a href="faq.html" class="more-button">More</a>
</div>
</div>
</section>
<!-- Updated Footer -->
<footer class="cyber-footer">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 text-center text-md-left mb-4 mb-md-0">
<div class="cyber-footer-links">
<h4 class="cyber-footer-title">Quick Links</h4>
<ul class="cyber-footer-links">
<li><a href="https://www.google.com/maps/place/BMS+Institute+of+Technology+and+Management/@13.133363,77.5673768,15z/data=!4m2!3m1!1s0x0:0x49c4c47a68a60b9c?sa=X&ved=2ahUKEwie0qXhxqODAxVdyzgGHc2iBo0Q_BJ6BAhdEAA"
target="_blank" class="cyber-footer-links">Campus Map</a></li>
<li><a href="./assets/CODE RED '25 - Code Of Conduct.pdf" target="_blank" class="cyber-footer-links">Code of Conduct</a></li>
<li><a href="./assets/CODE RED '25 - Privacy Notice.pdf" target="_blank" class="cyber-footer-links">Privacy Policy</a></li>
<li><a href="./assets/CODE RED '25 - Terms and Conditions.pdf" target="_blank" class="cyber-footer-links">Terms & Conditions</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-4 text-center mb-4 mb-md-0">
<h5 class="cyber-footer-title">BMS Institute of Technology and Management</h5>
<p class="cyber-footer-text">Doddaballapur Main Road, Avalahalli, Yelahanka, Bengaluru, Karnataka
560064</p>
</div>
<div class="col-12 col-md-4 text-center">
<div class="cyber-footer-contact">
<h4 class="cyber-footer-title">Contact Us</h4>
<div class="d-flex flex-column align-items-center">
<p>
<a href="tel:+916363967172" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Shashank Gowda S
</a>
</p>
<p>
<a href="tel:+919500144964" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Nishitha Bodipati
</a>
</p>
<p>
<a href="tel:+918867162414" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Maxson Mathew
</a>
</p>
<p>
<a href="tel:+919008551551" class="cyber-footer-links">
<i class="fa fa-phone mr-2" id="phoneIcon"></i> Mohit Monnappa T N
</a>
</p>
</div>
</div>
<div class="cyber-footer-social mt-4">
<a href="https://www.instagram.com/ecell.bmsit/" target="_blank" class="cyber-footer-links">
<i class="fab fa-instagram fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/ecellbmsit/" target="_blank" class="cyber-footer-links">
<i class="fab fa-linkedin fa-2x m-2"></i>
</a>
<a href="mailto:ecell@bmsit.in" target="_blank" target="_blank" class="cyber-footer-links">
<i class="fa fa-envelope fa-2x"></i>
</a>
<a href="https://discord.gg/5kntf93DMC" target="_blank" class="cyber-footer-links">
<i class="fa-brands fa-discord fa-2x"></i>
</a>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12 text-center">
Made with
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="red">
<path
d="M12 21.35l-1.45-1.32C5.4 14.36 2 11.25 2 7.5 2 4.42 4.42 2 7.5 2 9.12 2 10.68 2.81 12 4.05 13.32 2.81 14.88 2 16.5 2 19.58 2 22 4.42 22 7.5c0 3.75-3.4 6.86-8.55 12.54L12 21.35z" />
</svg> by E-CELL BMSIT&M
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baffle.js/0.3.6/baffle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.6.1/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-element-bundle.min.js"></script>
<script data-goatcounter="https://binbasri.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
let b = baffle('.cyber-main-text', {
characters: '▓▒░█ <>/[]{}'.split(''),
speed: 50
});
b.start()
.reveal(2000, 800);
setInterval(() => {
b.start()
.reveal(2000, 800);
}, 10000);
let c = baffle('.maintext-year', {
characters: '▓▒░█ <>/[]{}'.split(''),
speed: 50
});
c.start()
.reveal(2000, 800);
setInterval(() => {
c.start()
.reveal(2000, 800);
}, 10000);
});
const sponsors = [
{
logo: './img/sponsors/quantech.png',
name: 'Quantech'
},
{
logo: './img/sponsors/metamorf.jpeg',
name: 'metamorf'
},
{
logo: './img/sponsors/predator.jpg',
name: 'Predator Energy'
}
];
const sponsorsGrid = document.getElementById('sponsorsGrid');
sponsors.forEach(sponsor => {
const sponsorCard = document.createElement('div');
sponsorCard.classList.add('sponsor-card');
const logo = document.createElement('div');
logo.classList.add('sponsor-logo');
const img = document.createElement('img');
img.src = sponsor.logo;
img.alt = sponsor.name;
const name = document.createElement('div');
name.classList.add('sponsor-name');
name.textContent = sponsor.name;
logo.appendChild(img);
sponsorCard.appendChild(logo);
sponsorCard.appendChild(name);
sponsorsGrid.appendChild(sponsorCard);
});
</script>
<script src="./js/common.js"></script>
<script src="./js/index.js"></script>
<script>
const scrollUpBtn = document.getElementById("scrollUpBtn");
document.addEventListener("DOMContentLoaded", function () {
const scrollUpBtn = document.getElementById("scrollUpBtn");
window.onscroll = function () {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
scrollUpBtn.style.display = "block";
} else {
scrollUpBtn.style.display = "none";
}
};
scrollUpBtn.onclick = function () {
window.scrollTo({ top: 0, behavior: "smooth" });
};
});
</script>
<button id="scrollUpBtn" class="cyber-btn-scroll" title="Go to top">
<i class="fa-solid fa-angle-up"></i>
</button>
</body>
</html>