-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
348 lines (302 loc) · 13.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<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'24">
<meta name="description" content="24 Hour Hackathon">
<meta name="author" content="Ecell BMSITM">
<meta name="keywords" content="CodeRed'24">
<meta property ="og:image" content="img/icon.png">
<title>CODE RED'24</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Favicon for CreatED 2020 -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon_io/favicon.ico">
<script src="js/countdown.js"></script>
<!-- countdown.css styles -->
<link href="css/countdown.css" rel="stylesheet">
<!-- timeline resources -->
<link href="css/timeline.css" rel="stylesheet">
</head>
<a id="bmsit-logo"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://bmsit.ac.in/#gsc.tab=0"
target="_blank"><img src="img/bmsit_logo.png"
alt="BMSIT&M" style="width:100%">
</a>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div id="navbar-container" class="container">
<div id="navbar-top-menu">
<div class="d-flex align-items-center justify-content-between">
<a class="navbar-brand js-scroll-trigger" href="index.html">
<div class="title-icon"></div>
</a>
<button class="navbar-toggler nexa" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu <i class="fas fa-bars"></i></button>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul id="navbar-buttons" class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="selected.html">Hackers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="problems.html">Problems</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="faqs.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="teams.html">Team</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- <div id="particles-js"></div> -->
<div class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center no-select">
<div class="orange mt-4 sub-heading">BICEP and R&C CELL, BMSIT&M</div>
<div class="orange mb-4 sub-heading">Presents</div>
<h1 class="mx-auto my-0 title-text responsive-title ">CODE RED'24</h1>
<h2 class="mx-auto sub-heading responsive-subtitle">Code till you drop</h2>
<br>
<h2 class="powered-by white mb-4 center" style="font-size: small;"> Powered by
<img src="img/Digipix_long.jpeg" alt="Title Sponsor" class="sponsor-logo">
</h2>
<h2 class="orange mt-4 mb-4 sub-heading">Top 50 selected Teams are <strong><a href="selected.html">here!</a></strong></h2>
<h2 class="orange mt-4 mb-4 sub-heading"> Please use <a href="https://discord.gg/HQSx39m5" class="register-button">
<i class="fab fa-discord" style="font-style: normal;"></i> Discord
</a> server for queries</a></strong></h2>
<br>
<h3><div id="countdownText" class="text-center responsive-countdown"></div></h3>
</div>
</div>
</div>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title">About</h1>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa">
<p class="black bold text-center">
</br>
BMSIT&M presents <span style="color: #ff0000"><strong>CODE RED‘24</strong></span>, an overnight hackathon
featuring real-world problem statements that aims at bridging academia
and industry, encouraging participants to solve practical challenges faced by organizations.
This event fosters innovation, rapid prototyping, and industry collaboration.
Participants benefit from exposure to real problems, industry networking
opportunities and the chance to showcase their skills.
</br></br>
Join us for a night of inspiration, collaboration, and innovation as we embark
on a journey to transform ideas into reality.
</br></br>
<p style="text-align: center;"><span style="color: #3D0000;">Let the hacking begin!</span></p>
</p>
</div>
</div>
</section>
<div id=timeline>
<section>
<h1 class="sub-heading diagonal-text orange sub-heading-title" style="padding-bottom: 75px; padding-top: 75px; margin-bottom: 0;">Timeline</h1>
</section>
<section class="diagonal-section white-bg">
<div class="container py-5">
<div class="row">
<div class="col-md-12">
<div id="content">
<ul class="timeline-1 text-black">
<li class="event" data-date="22nd Dec-4th Jan">
<h4 class="mb-3"><span style="color: #ff0000"><strong>CODE RED‘24 </strong></span> Registrations</h4>
<p>Participants register online for the hackathon during this period.</p>
</li>
<li class="event" data-date="28th Dec-6th Jan">
<h4 class="mb-3 pt-3">Idea submission with PPT (Max 5 Slides)</h4>
<p>Registered teams submit their project ideas along with a presentation (maximum of 5 slides) outlining their concept, goals and approach.</p>
</li>
<li class="event" data-date="8th Jan">
<h4 class="mb-3 pt-3">Announcement of the selected 50 teams </h4>
<p>The panel reviews all submitted ideas and presentations. The top 50 teams with the most promising ideas are
selected to proceed to the next round.</p>
</li>
<li class="event" data-date="8th Jan-10th Jan">
<h4 class="mb-3 pt-3">Registrations for second round</h4>
<p>The selected 50 teams must complete
their registration for the second round,
and each team is required to pay a
registration fee of 600 per team.</p>
</li>
<li class="event" data-date="13th Jan">
<h4 class="mb-3 pt-3">Day 1 of <span style="color: #ff0000"><strong>CODE RED‘24</strong></span> Grand Finale</h4>
<p>Day 1 of the hackathon takes place at the BMSIT&M campus.The 50 selected teams work prototyping their Idea.
</p>
</li>
<li class="event" data-date="14th Jan">
<h4 class="mb-3 pt-3">Day 2 of <span style="color: #ff0000"><strong>CODE RED‘24</strong></span> Grand Finale </h4>
<p>Day 2 of the hackathon focuses on presentations and evaluation along with the prize distribution</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- PRIZE POOL -->
<section class="container" style="padding-bottom: 7em; padding-top: 10em;">
<!-- Total Prize Pool -->
<div class="row">
<div class="col-12 col-md-7 mx-auto mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<h4 class="text-uppercase text-center m-0 nexa">TOTAL PRIZE POOL</h4>
<hr class="my-2">
<h2 class="responsive-subtitle"><strong>₹ 48,000</strong></h2>
</div>
</div>
</div>
</div>
<!-- Winner -->
<div class="row">
<div class="col-12 col-md-6 mx-auto mb-md-0 faq-bubble">
<div class="card py-1 h-100">
<div class="card-body text-center">
<img src="img/first.svg" alt="Winner" class="prize-icon">
<h4 class="text-uppercase text-center m-0 nexa">Winner</h4>
<hr class="my-3">
<h2 class="responsive-subtitle"><strong>₹ 20,000</strong></h2>
</div>
</div>
</div>
</div>
<!-- 1st and 2nd Runner Up -->
<div class="row">
<div class="col-12 col-md-6 mb-3 mb-md-0 faq-bubble">
<div class="card py-2 h-100">
<div class="card-body text-center">
<img src="img/second.svg" alt="1st Runner Up" class="prize-icon">
<h4 class="text-uppercase text-center m-0 nexa">1st Runner Up</h4>
<hr class="my-2">
<h2 class="responsive-subtitle"><strong>₹ 16,000</strong></h2>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-3 mb-md-0 faq-bubble">
<div class="card py-2 h-100">
<div class="card-body text-center">
<img src="img/third.svg" alt="2nd Runner Up" class="prize-icon">
<h4 class="text-uppercase text-center m-0 nexa">2nd Runner Up</h4>
<hr class="my-2">
<h2 class="responsive-subtitle"><strong>₹ 12,000</strong></h2>
</div>
</div>
</div>
</div>
</section>
<section class="diagonal-section white-bg">
<div class="mx-auto diagonal-section-content">
<div class="container nexa2">
<p class="black bold">Applications are now open. Click <a href="https://unstop.com/o/mcD5yna?lb=8XwWIxhy">here</a> to Apply.
<br>
Have a question? Checkout our <a href="../codered/faqs.html">FAQs!</a>
</br>
<b>For more details, go through our <a href="https://drive.google.com/file/d/1lGLQzKPkS1WruarW2E8tEJajz8Rfpo8T/view?usp=sharing"> Hackathon Brochure</a>
</p>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
<section class="footer-section black-bg">
<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="footer-navigation">
<h5 class="text-uppercase white nexa mb-4"></h5>
<ul class="list-unstyled">
<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" class="text-white">Campus Map</a></li>
<li><a href="https://drive.google.com/file/d/1MJfJFiUWddrWKEuDXIzvmxdFyn5Ilsc6/view?usp=sharing" class="text-white">Code of Conduct</a></li>
<li><a href="https://drive.google.com/file/d/1KNeE-gVttxuj48JZwoXNnTXIjb9b8Np7/view?usp=sharing" class="text-white">Privacy Policy</a></li>
<li><a href="https://drive.google.com/file/d/1qBv7rnb0pk6Xlzr7Bhvic9v-2C4R1mKl/view?usp=sharing" class="text-white">Terms & Conditions</a></li>
</ul>
</div>
</div>
<div class="col-12 col-md-4 text-center nexa white mb-4 mb-md-0">
BMS Institute of Technology and Management
<br>
Doddaballapur Main Road, Avalahalli, Yelahanka, Bengaluru, Karnataka 560064
</div>
<div class="col-12 col-md-4 text-center nexa white">
<div class="contact-info">
<h5 class="text-uppercase mb-4">Contact Us</h5>
<div class="d-flex flex-column align-items-center">
<p>
<a href="tel:+919606314464" class="mx-2 orange-hover">
<i class="fa fa-phone mr-2" id="phoneIcon"></i>Adithya R
</a>
</p>
<p>
<a href="tel:+919845046703" class="mx-2 orange-hover">
<i class="fa fa-phone mr-2" id="phoneIcon"></i>Abhishek K
</a>
</p>
<p>
<a href="tel:+916363967172" class="mx-2 orange-hover">
<i class="fa fa-phone mr-2" id="phoneIcon"></i>Shashank G
</a>
</p>
</div>
</div>
<div class="social-icons mt-4">
<a href="https://www.instagram.com/ecell.bmsit/" class="mx-2 orange-hover">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/ecellbmsit/" class="mx-2 orange-hover">
<i class="fab fa-linkedin"></i>
</a>
<a href="mailto:ecell@bmsit.in" target="_blank" class="mx-2 orange-hover">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-12 text-center white">
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 2023
</div>
</div>
</div>
</section>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.js"></script>
<!-- Custom javascript -->
<script src="js/custom.js"></script>
<!-- Particle library
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script> -->
</body>
</html>