-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
535 lines (513 loc) · 17.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HackRCDU</title>
<meta
name="keywords"
content="Hackathon, HackRCDU, Hacakthon Delhi, Turington, Ramanujan College, Delhi University, Coding, Ramanujan, DU, Antha Prerna Cell, DU_CS, University of Delhi"
/>
<meta name="title" content="HackRCDU" />
<meta
name="description"
content="Hackathon Landing Page of Ramanujan College, University Of Delhi"
/>
<meta name="author" href="" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hackrcdu.turington.in" />
<meta property="og:site_name" content="HackRCDU" />
<meta property="og:title" content="HackRCDU" />
<meta
property="og:description"
content="Hackathon Landing Page of Ramanujan College, University Of Delhi"
/>
<meta
property="og:image"
itemprop="image"
content="https:// ******** /logo.png"
/>
<title>HackRCDU</title>
<!-- Logo on tab -->
<link rel="icon" href="assets/logo.png" />
<!-- font awesome for icons -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<!-- animate.css -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<!--css files-->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/mobile-style.css" />
<link rel="stylesheet" href="css/particles.css" />
<link rel="stylesheet" href="css/navbar.css" />
<!--google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Poppins|Roboto|Source+Sans+Pro&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Header -->
<header id="hero-section" class="section hero-section">
<div id="particles-js" class="particles">
<nav class="navbar">
<label class="navbar-toggle" id="js-navbar-toggle" for="chkToggle">
<i class="fa fa-bars"></i>
</label>
<a href="#" class="hack-logo">HackRCDU</a>
<input type="checkbox" id="chkToggle" />
<ul class="main-nav" id="js-menu">
<li>
<a href="#about-section" class="nav-links">About</a>
</li>
<li>
<a href="#schedule-section" class="nav-links">Schedule</a>
</li>
<li>
<a href="#event-section" class="nav-links">Events</a>
</li>
<li>
<a href="#sponsors-section" class="nav-links">Sponsors</a>
</li>
<li>
<a href="#faq-section" class="nav-links">FAQs</a>
</li>
</ul>
</nav>
<div class="hackrcdu">
<h1 class="animated flipInX">HackRCDU_</h1>
<h3>May the code be with you!</h3>
<h5>
Organised by Department of Computer Science <br />
Ramanujan College, University of Delhi.
</h5>
<button id="devfolio-apply-now">
<svg
class="logo"
xmlns="http://www.w3.org/2000/svg"
fill="#fff"
viewBox="0 0 115.46 123.46"
style="height: 24px; width: 24px; margin-right: 8px"
>
<path
d="M115.46 68a55.43 55.43 0 0 1-50.85 55.11S28.12 124 16 123a12.6 12.6 0 0 1-10.09-7.5 15.85 15.85 0 0 0 5.36 1.5c4 .34 10.72.51 20.13.51 13.82 0 28.84-.38 29-.38h.26a60.14 60.14 0 0 0 54.72-52.47c.05 1.05.08 2.18.08 3.34z"
/>
<path
d="M110.93 55.87A55.43 55.43 0 0 1 60.08 111s-36.48.92-48.58-.12C5 110.29.15 104.22 0 97.52l.2-83.84C.38 7 5.26.94 11.76.41c12.11-1 48.59.12 48.59.12a55.41 55.41 0 0 1 50.58 55.34z"
/></svg
>Apply with Devfolio
</button>
<div class="icons">
<a href="https://www.linkedin.com/company/turington-rcdu"
><i class="fab fa-linkedin"></i
></a>
<a href="https://github.com/turington"
><i class="fab fa-github"></i
></a>
<a href="https://www.facebook.com/turington/"
><i class="fab fa-facebook"></i
></a>
<a href="https://www.instagram.com/turington.rcdu/"
><i class="fab fa-instagram"></i
></a>
<a href="https://www.twitter.com/PavanGandhi7"
><i class="fab fa-twitter"></i
></a>
<a href="https://www.youtube.com/channel/UCEJ3JccswK-90yLWip1Nf_w"
><i class="fab fa-youtube"></i
></a>
</div>
</div>
<div class="illustration animated slideInRight">
<img
class="hero-img"
width="600px"
src="./assets/a1.png"
class=""
alt=""
/>
</div>
</div>
</header>
<!-- About Section -->
<section id="about-section" class="section about-section">
<div class="highlights">
<h1 class="animated flip delay-2s">Hackathon Highlights_</h1>
<div class="container">
<ul class="countdown">
<li><span id="days"></span>days</li>
<li><span id="hours"></span>Hours</li>
<li><span id="minutes"></span>Minutes</li>
<li><span id="seconds"></span>Seconds</li>
</ul>
</div>
</div>
<div class="prize">
<div class="prize-card">
Prizes Worth <br />
Rs.1Lac
</div>
<div class="prize-card">
Matic Prize <br />
Rs.10000
</div>
</div>
<div class="cards">
<div class="card card-clock">
<i class="far fa-clock animated bounceIn delay-2s"></i>
<h3>18hrs</h3>
</div>
<div class="card card-themes">
<i class="fas fa-laptop-code animated bounceIn delay-2s"></i>
<h3>6 Themes</h3>
</div>
<div class="card card-teams">
<i class="fas fa-users animated bounceIn delay-2s"></i>
<h3>15 Teams</h3>
</div>
<div class="card card-food">
<i class="fas fa-hotdog animated bounceIn delay-2s"></i>
<h3>Food & Swags</h3>
</div>
</div>
</section>
<section id="themes-section" class="section themes-section">
<h1 class="animated flip delay-2s">Themes_</h1>
<div class="theme-cards">
<div class="theme-card card-clock">
<i class="fas fa-cubes animated bounceIn delay-2s"></i>
<h3>Machine Learning</h3>
</div>
<div class="theme-card card-themes">
<i class="fas fa-vr-cardboard animated bounceIn delay-2s"></i>
<h3>AR/VR</h3>
</div>
<div class="theme-card card-teams">
<i class="fas fa-network-wired animated bounceIn delay-2s"></i>
<h3>BlockChain</h3>
</div>
<div class="theme-card card-clock">
<i class="fas fa-users animated bounceIn delay-2s"></i>
<h3>Social Economic</h3>
</div>
<div class="theme-card card-themes">
<i class="fas fa-money-check-alt animated bounceIn delay-2s"></i>
<h3>FinTech</h3>
</div>
<div class="theme-card card-teams">
<i class="fas fa-microchip animated bounceIn delay-2s"></i>
<h3>Open Innovation</h3>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule-section" class="section schedule-section">
<div class="event-schedule">
<h1 class="animated flip delay-2s">Event Schedule_</h1>
</div>
<div class="schedule-section-section">
<div class="section-1">
<h2 style="text-align: center">DAY 1</h2>
<table class="table-fill">
<thead>
<tr>
<td>Hour</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>10AM</td>
<td>
Inauguration Ceremony Opening speech, Mentor and Judges
introduction, general instructions.
</td>
</tr>
<tr>
<td>11AM</td>
<td>
Hack Begins First solve the problem. Then, write the code.
</td>
</tr>
<tr>
<td>2PM</td>
<td>Lunch Eat. Code. Repeat 😋</td>
</tr>
<tr>
<td>5PM</td>
<td>Mentor Session - Idea Validation</td>
</tr>
</tbody>
</table>
</div>
<div class="partition"></div>
<div class="section-2">
<h2 style="text-align: center">DAY 2</h2>
<table class="table-fill">
<thead>
<tr>
<td>Hour</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>10AM</td>
<td>Hack continues.</td>
</tr>
<tr>
<td>12 Noon</td>
<td>Here we eat again 🍔</td>
</tr>
<tr>
<td>1PM</td>
<td>Final Round (Presentation)</td>
</tr>
<tr>
<td>2PM</td>
<td>Result and Prize Distribution.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="event-section" class="event-section">
<div class="section events-section">
<div class="events">
<h1 class="animated flip delay-2s">Our Other Events_</h1>
</div>
<div class="events-section-section">
<div class="parent event-cards">
<div class="div1 event-card">
<a href="https://turington.in">
<h2>CODING MARATHON</h2>
</a>
</div>
<div class="div2 event-card">
<a href="https://turington.in">
<h2>DEBUG THE CODE</h2>
</a>
</div>
<div class="div3 event-card">
<a href="https://turington.in">
<h2>CHITTI 3.0</h2>
</a>
</div>
<div class="div4 event-card">
<a href="https://turington.in">
<h2>QR HUNT 2.0</h2>
</a>
</div>
<div class="div5 event-card">
<a href="https://turington.in">
<h2>TAMBOLA</h2>
</a>
</div>
<div class="div6 event-card">
<a href="https://turington.in">
<h2>FACE PAINTING</h2>
</a>
</div>
<div class="div7 event-card">
<a href="https://turington.in">
<h2>UI/UX</h2>
</a>
</div>
<div class="div8 event-card">
<a href="https://turington.in">
<h2>T-Shirt Painting</h2>
</a>
</div>
<!--
<div class="div9 event-card">event 9</div>
<div class="div10 event-card">event 10</div>
<div class="div11 event-card">event 11</div>
<div class="div12 event-card">event 12</div>
--></div>
</div>
</div>
</section>
<section id="sponsors-section" class="section sponsors-section">
<div class="sponsors-section-section">
<div class="sponsors">
<h1 class="animated flip delay-2s">Our Sponsors_</h1>
<div class="sponsors-list">
<div class="sponsors-list-list">
<h5>Alpha Sponsor</h5>
<a href="https://devfolio.co">
<img src="./assets/dev.png" width="200px" class="" alt="" />
</a>
</div>
<div class="sponsors-list-list">
<h5>Beta Sponsor</h5>
<a href="https://matic.network">
<img src="./assets/matic2.png" width="220px" class="" alt="" />
</a>
<div class="padd"></div>
<a href="https://fold.money">
<img src="./assets/fold.svg" width="120px" class="" alt="" />
</a>
</div>
<div class="sponsors-list-list">
<h5>Coding Partner</h5>
<div class="sponsors-list-img">
<img src="./assets/CNLOGO.svg" width="180px" class="" alt="" />
<img src="./assets/index.png" width="280px" class="" alt="" />
<img
src="./assets/0ba295b66f676a965ba15303344f9e553b9e5f54381820d3752eee997e0c5d97cec5dbd68de0edd07b62c69b5d6b11ed15dd4655fef05607afd6a9deab3e1cc1.png"
width="200px"
class=""
alt=""
/>
</div>
</div>
</div>
</div>
<div class="mentors">
<h1 class="animated flip delay-2s">Our Mentors_</h1>
</div>
<div class="mentors-list">
<h4>Will Announce Soon...</h4>
</div>
</div>
</section>
<section id="faq-section" class="section faq-section">
<div class="faq-section-section">
<div class="faqs">
<h1 class="animated flip delay-2s">FAQs_</h1>
</div>
<div class="faqs-list">
<div class="accordion">
<div class="accordion-item">
<a>How big can my team be?</a>
<div class="content">
<p>The maximum team size allowed is 4.</p>
</div>
</div>
<div class="accordion-item">
<a>Can I come individually?</a>
<div class="content">
<p>No. A team of minimum 2 members is allowed.</p>
</div>
</div>
<div class="accordion-item">
<a>When?</a>
<div class="content">
<p>
HackRcdu 2020 will be a 18 hours hackathon which will stretch
from 27th February to 28th February 2020 (without the
overnight stay)
</p>
</div>
</div>
<div class="accordion-item">
<a>Where?</a>
<div class="content">
<p>
HackRcdu will be conducted on the college campus of Ramanujan
College, Delhi University - Kalkaji.
</p>
</div>
</div>
<div class="accordion-item">
<a>Will there be food arrangement?</a>
<div class="content">
<p>
Oh-Yeah-Absolutely. You will be provided with proper meals on
both days. Thanks to our sponsors.
</p>
</div>
</div>
<div class="accordion-item">
<a>How much does it cost?</a>
<div class="content">
<p>Everything at Hackrcdu is free of cost.</p>
</div>
</div>
<div class="accordion-item">
<a>What are the criteria of shortlisting the teams?</a>
<div class="content">
<p>
The registered participants will be shortlisted based on their
GitHub and LinkedIn profiles.
</p>
</div>
</div>
<div class="accordion-item">
<a>What do I bring with me to the event?</a>
<div class="content">
<p>
You are required to bring your school/college ID, laptops,
phone, chargers, extensions.
</p>
</div>
</div>
<div class="accordion-item">
<a>What is the eligibility criteria?</a>
<div class="content">
<p>
You must be a student from any University/College or Higher
Secondary School in India.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="footer">
<div class="footer-contact">
<h4><u>For any query contact us:</u></h4>
<h4>
Pavan Gandhi - 91749 20199 <br />
Toseef Ali Khan - 72918 48772 <br />
Email: pavan.gandhi@ramanujan.du.ac.in
</h4>
</div>
<h4>
Built with <i class="fas fa-code"></i> and
<i class="fas fa-heart"></i> by
<a href="https://www.linkedin.com/in/pavan-gandhi/"
><span>Pavan Gandhi</span></a
>
&
<a href="https://github.com/PawanVerma1337"><span>Pawan Verma</span></a>
</h4>
</footer>
<!-- Particles.js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- JavaScript Files -->
<script src="js/script.js"></script>
<script src="js/particles.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
let devfolioOptions = {
buttonSelector: "#devfolio-apply-now",
key: "hackrcdu",
};
let script = document.createElement("script");
script.src = "https://apply.devfolio.co";
document.head.append(script);
script.onload = function () {
new Devfolio(devfolioOptions);
};
script.onerror = function () {
document
.querySelector(devfolioOptions.buttonSelector)
.addEventListener("click", function () {
window.location.href =
"https://devfolio.co/external-apply/" + devfolioOptions.key;
});
};
});
</script>
</body>
</html>