-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhackathon.html
748 lines (735 loc) · 30 KB
/
hackathon.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
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
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="img/HackLogo.ico" />
<link
href="https://fonts.googleapis.com/css?family=Arvo:700&display=swap"
rel="stylesheet"
/>
<title>Hackathon | D'CoderS</title>
<link rel="stylesheet" href="css/hackathon.min.css" />
</head>
<body>
<div class="loading"></div>
<div class="content">
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<div id="stars4"></div>
<div id="stars5"></div>
<main class="main">
<img class="dLogo" src="img/logo.png" alt="DcoderS Logo" />
<p class="presents">Presents</p>
<h1 class="glitch">Hackathon</h1>
<a href="#">Registration Closed</a>
<img class="arrowDown" src="img/arrowDown.svg" alt="arrow" />
</main>
<section class="about" id="about">
<div class="aboutDiv">
<h1>About Hackathon</h1>
<p class="aboutTitle">
< Build, Break, Innovate />
</p>
<div class="swags">
<div class="container">
<img src="img/Code.svg" alt="Code" />
<p>24 Hr Coding</p>
</div>
<div class="container">
<img src="img/Gift.svg" alt="Gift" />
<p>Exiciting Prizes</p>
</div>
<div class="container">
<img src="img/Bag.svg" alt="Swags" />
<p>Goodies For All</p>
</div>
<div class="container">
<img src="img/Snacks.svg" alt="Code" />
<p>Free Snacks</p>
</div>
</div>
<div class="instructions">
<ul>
<li>
Participants can register online or offline. For online
registration you will need to pay the amount for all the members
using GPay and provide the UPI Transaction ID in the
Registration Form. For offline registration the amount needs to
be paid in registration desk in C-Quad.<br /><br />
</li>
<li>
In this Hackathon participants will be given a Problem Statement
and will be asked to develop an application to tackle the
Problem Statement within a fixed period of time. <br /><br />
</li>
<li>
During Registration you will be given the option to opt for Web
Development or App Development. Based on your preference you
will be provided a Problem Statement.<br /><br />
</li>
<li>
Results will be Evaluted based on your Approach and Completion.
Winners will be awarded with Cash Prizes and Goodies.<br /><br />
</li>
<li>
There will be special goodies and certification for the top
performers as well as there will be gift vouchers for all!<br /><br />
</li>
</ul>
</div>
<a
href="files/Hackathon/Brochure.pdf"
class="brochure"
download="Hackathon-Brochure"
>Brochure</a
>
</div>
</section>
<section class="timeline">
<h1 id="timelineHeading">Event Timeline</h1>
<div id="timeline">
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content">
<h2>Registration Begins (30th Jan 2023)</h2>
<p>
Participants can register both online and offline.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content right">
<h2>Topics Release (07th Feb 2023)</h2>
<p>
Topics for all the teams will be released.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content">
<h2>Day 1 (9th Feb 2023)</h2>
<p>
9:00 AM - 9:45 AM - Orientation
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content right">
<h2>Day 1 (9th Feb 2023)</h2>
<p>
9:45 AM - 10:00 AM - High Tea
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content">
<h2>Day 1 (9th Feb 2023)</h2>
<p>
10:00 AM - Hackathon Begins!
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content right">
<h2>Day 1 (9th Feb 2023)</h2>
<p>
1:30 PM - 2:00 PM - Lunch Break
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content">
<h2>Day 1 (9th Feb 2023)</h2>
<p>
5:30 PM - 6:00 PM - Snacks
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content right">
<h2>Day 1 (9th Feb 2023)</h2>
<p>
8:00 PM - Commencement of Day 1
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content">
<h2>Day 2 (10th Feb 2023)</h2>
<p>
10 AM - Hack Ends
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content right">
<h2>Day 2 (10th Feb 2023)</h2>
<p>
6:00 PM - 8:00 PM Presentation for shortlisted Teams
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content">
<h2>Day 2 (10th Feb 2023)</h2>
<p>
8:00 PM - Commencement of Day 2
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="21px"
height="20px"
viewBox="0 0 21 20"
enable-background="new 0 0 21 20"
xml:space="preserve"
>
<path
fill="#FFFFFF"
d="M19.998,6.766l-5.759-0.544c-0.362-0.032-0.676-0.264-0.822-0.61l-2.064-4.999
c-0.329-0.825-1.5-0.825-1.83,0L7.476,5.611c-0.132,0.346-0.462,0.578-0.824,0.61L0.894,6.766C0.035,6.848-0.312,7.921,0.333,8.499
l4.338,3.811c0.279,0.246,0.395,0.609,0.314,0.975l-1.304,5.345c-0.199,0.842,0.708,1.534,1.468,1.089l4.801-2.822
c0.313-0.181,0.695-0.181,1.006,0l4.803,2.822c0.759,0.445,1.666-0.23,1.468-1.089l-1.288-5.345
c-0.081-0.365,0.035-0.729,0.313-0.975l4.34-3.811C21.219,7.921,20.855,6.848,19.998,6.766z"
/>
</svg>
</div>
<div class="timeline-content right">
<h2>Day 3 (11th Feb 2023)</h2>
<p>
6:00 PM - Result Declaration
</p>
</div>
</div>
</div>
</section>
<section class="faq">
<h1 class="faqTitle">FAQ</h1>
<div class="faq-grid">
<div class="container">
<h2>Q.Who All Can Register?</h2>
<p>If you can innovate, you are eligible.</p>
</div>
<div class="container">
<h2>Q.What About Internet?</h2>
<p>
You're advised to bring your own hotspot device as we can arrange
for atmost one connection per team.
</p>
</div>
<div class="container">
<h2>Q.How Big A Team Can Be?</h2>
<p>The maximum team size is three and minimum is two.</p>
</div>
<div class="container">
<h2>Q.When Will I Get My Topic?</h2>
<p>
The topics will be announced on 7th Feb 2023 at 1PM (IST)
</p>
</div>
<div class="container">
<h2>Q.I'm A Newbie Can I Hack?</h2>
<p>
Of course you can! We at D'coderS ensure that no one is left
behind during the hacking, thanks to our mentors and volunteers
who help us achieve the same. We make sure that you learn the best
you can alongside having fun and experiencing what it feels to
belong to a community.
</p>
</div>
<div class="container">
<h2>Q.Can I Start Hacking Before The Event?</h2>
<p>
No. In the interest of fairness, students should not be working on
their projects before Hackathon begins and we do not allow
participants to work on pre-existing projects. However, you can
familiarize yourself with all the tools and technologies you
intend to use beforehand!
</p>
</div>
<div class="container">
<h2>Q.What If I Don't Know How To Code?</h2>
<p>
Interest in learning and working with technology is much more
important than your current experience level. No experience is
needed — whether you're a coder, an artist, a designer, or a
writer, you'll get a chance to work with various mentors, attend
workshops, interact with companies, and learn alongside fellow
participants.
</p>
</div>
<div class="container">
<h2>Q.Do I Have To Be Qualified?</h2>
<p>
No. A pre-developed skill is obviously useful but the main purpose
of this hackathon is to generate a learning environment.
</p>
</div>
<div class="container">
<h2>What Are The Registration Fees?</h2>
<p>
The registration fee is Rs 50 for each member i.e Rs 100 for team
of 2 and Rs 150 for team of 3.
</p>
</div>
<div class="container">
<h2>Q.Wait, my question isn't here?</h2>
<p>
If you couldn't find an answer to your question please do send
your queries to dcoderssmit@gmail.com
</p>
</div>
</div>
</section>
<section class="team">
<h1>Team</h1>
<div class="row1">
<div>
<img src="img/members/arnab.png" alt="Arnab" />
<p>Arnab Biswas</p>
</div>
<div>
<img src="img/members/yasser.png" alt="Yasser" />
<p>Yasser Arafat</p>
</div>
<div>
<img src="img/members/nikhil.png" alt="Nikhil" />
<p>Nikhil Kumar</p>
</div>
<div>
<img src="img/members/avi.png" alt="Avi" />
<p>Kumar Avi</p>
</div>
</div>
<div class="row2">
<div>
<img src="img/members/tejaswina.png" alt="Tejaswina" />
<p>Tejaswina</p>
</div>
<div>
<img src="img/members/ashwin.png" alt="Ashwin" />
<p>Ashwin</p>
</div>
<div>
<img src="img/members/lendup.png" alt="Lendup" />
<p>Lendup Lepcha</p>
</div>
<div>
<img src="img/members/daipayan.png" alt="Daipayan" />
<p>Daipayan Hati</p>
</div>
</div>
<div class="row3">
<div>
<img src="img/members/steve.png" alt="Steve" />
<p>Stevens Philip</p>
</div>
<div>
<img src="img/members/rewa.png" alt="Rewa" />
<p>Rewa Chauhan</p>
</div>
<div>
<img src="img/members/diptesh.png" alt="Diptesh" />
<p>Diptesh Dutta</p>
</div>
<div>
<img src="img/members/niharika.png" alt="Niharika" />
<p>Niharika Modi</p>
</div>
</div>
</section>
<section class="dcoders">
<div class="about-us">
<h1>About D'coderS</h1>
<p>
D'CoderS is the first coding club of Sikkim Manipal Institute of
Technology under CSE Dept. It was founded in the year 2016 and has
been actively organizing technical workshops and competitions ever
since.
</p>
</div>
<div class="our-aim">
<h1>Our Aim</h1>
<p>
D'CoderS aims to promote an active and dynamic coding culture in the
campus and introduce students to various tools that will help them
solve problems through their computers.
</p>
</div>
</section>
<section class="sponsors">
<h2>Powered By</h2>
<div>
<img class="square" src="img/Access.png" alt="Access Logo" />
</div>
<h2>In Collaboration With</h2>
<div>
<img class="rec" src="img/IIC.png" alt="IIC Logo" />
</div>
<h2>Official Gifting Partner</h2>
<div>
<img
class="square"
style="border-radius: 5px; cursor: pointer;"
src="img/TheSouledStore.jpg"
alt="The Souled Store"
onclick="theSouledStore()"
/>
</div>
<h2>Our Sponsors</h2>
<div class="list">
<div>
<img
class="square"
style="background-color: white;"
src="img/CodingNinja.svg"
alt="Coding Ninja Logo"
onclick="codingNinga()"
/>
</div>
<div>
<img
class="square"
style="background-color: white;"
src="img/CoffeBreak.svg"
alt="Coffee Break Logo"
onclick="coffeeBreak()"
/>
</div>
<div>
<img
class="square"
src="img/HouseOfThugs.jpg"
alt="House Of Thugs Logo"
onclick="hot()"
/>
</div>
</div>
</section>
<section class="footer">
<h1>For Any Queries</h1>
<h3>
<a href="mailto:dcoderssmit@gmail.com">dcoderssmit@gmail.com</a>
</h3>
<h1>Social Media</h1>
<div>
<a href="https://www.facebook.com/dcodersmoz/">
<img src="img/facebook.svg" alt="Facebook" />
</a>
<a href="https://www.instagram.com/dcoderssmit/?igshid=ecx00vmsjo44">
<img src="img/instagram.svg" alt="Instagram" />
</a>
<a href="https://chat.whatsapp.com/IfnHopnVY7o267FoXO2eR8">
<img src="img/whatsapp.svg" alt="Whatsapp" />
</a>
</div>
</section>
</div>
</body>
<script>
window.addEventListener("load", event => {
const x = document.querySelector(".loading");
const y = document.querySelector(".content");
setTimeout(() => {
x.style.opacity = 0;
x.style.display = "none";
y.style.display = "block";
}, 1000);
setTimeout(() => {
y.style.opacity = 1;
}, 1050);
});
const z = document.querySelector(".arrowDown");
z.addEventListener("click", () => {
window.location.href = "#about";
e.preventDefault();
e.stopPropagation();
});
function theSouledStore() {
window.open("https://www.thesouledstore.com/", "_blank");
}
function codingNinga() {
window.open("https://www.codingninjas.com/", "_blank");
}
function coffeeBreak() {
window.open("http://coffeebreak.co.in/", "_blank");
}
function hot() {
window.open("https://www.instagram.com/house_of_thugs/", "_blank");
}
</script>
</html>