-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
853 lines (784 loc) · 50.3 KB
/
index.html
File metadata and controls
853 lines (784 loc) · 50.3 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
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
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<html>
<head>
<!--
Author: Rajat Gupta
Contributors: Abhishek Khandelwal. Jai Dewani, Utkarh Raj
International Institute of Information Technology, Naya Raipur
-->
<title>Hack D UnhackD' - Central India's Largest Hackathon</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="google-site-verification" content="KIYrY4Jt6-JkDkn_isjhoOUYqGum6tm3ZGGpS6A48Gw" />
<meta name="og:description" content="Hack D UnhackD' is hackathon organized by students of IIIT-Naya Raipur for every age group.">
<meta name="og:title" content="Hack D UnhackD' - Central India's Largest Hackathon">
<meta name="og:image" contest="images/preview.png"/>
<link rel="icon" href="images/logo_favicon.png">
<link type="text/css" rel="stylesheet" href="css/loader-style.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.1/typed.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<script src="js/index.js"></script>
<script>
$(window).on('load',function(){
$('.loader').fadeOut("slow");
$('#main-body').css("display",'block');
});
$(document).ready(function(){
$(function(){
$('.linus').typed({
strings: ["Talk is cheap, show me the code."],
typeSpeed: 1,
loop: true,
backDelay: 1000
});
});
$(function(){
$('.mark').typed({
strings: ["People don't care about what you say, they care about what you build."],
typeSpeed: 1,
loop: true,
backDelay: 1000
});
});
$(function(){
$('.gilfoyle').typed({
strings: ["It's not magic, it's talent and sweat."],
typeSpeed: 1,
loop: true,
backDelay: 1000
});
});
$(function(){
$('.steve').typed({
strings: ["Your time is limited, don't waste it living someone else's life."],
typeSpeed: 1,
loop: true,
backDelay: 1000
});
});
});
$(document).ready(function(){
$("a").on('click', function(event) {
$('.button-collapse').sideNav('hide');
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
window.location.hash = hash;
});
} // End if
});
});
</script>
</head>
<body>
<div class="loader">
<div class="loader-container">
<span class="item">{</span><p style="font-size:5vh;color:white">Hello, world !</p><span class="item">}</span>
</div>
</div>
<div id="main-body">
<div class="navbar-fixed hide-on-med-and-down">
<nav class="white">
<div class="nav-wrapper container">
<a href="#" class="brand-logo black-text hide-on-med-and-down"><img class="nav-bar-img" src="images/hdu_small.png"></a>
<a href="#" data-activates="mobile-demo" class="button-collapse black-text"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="#about" class="black-text">About</a></li>
<li><a href="#Theme" class="black-text">Theme</a></li>
<li><a href="#Mentors" class="black-text">Mentors</a></li>
<li><a href="#timeline1" class="black-text">Timeline</a></li>
<li><a href="#sponsorship" class="black-text">Sponsors</a></li>
<li><a href="#registration" class="black-text">Registration</a></li>
<li><a href="#faqs" class="black-text">FAQ's</a></li>
</ul>
<ul id="mobile-demo" class="side-nav">
<li><a href="#about">About</a></li>
<li><a href="#Theme">Theme</a></li>
<li><a href="#Mentors" >Mentors</a></li>
<li><a href="#timeline1" >Timeline</a></li>
<li><a href="#sponsorship">Sponsorship</a></li>
<li><a href="#registration">Registration</a></li>
<li><a href="#faqs">FAQ's</a></li>
</ul>
</div>
</nav>
</div>
<div class="hide-on-large-only">
<nav class="white">
<div class="nav-wrapper container">
<a href="#" class="brand-logo black-text hide-on-med-and-down"><img class="nav-bar-img" src="images/hdu_small.png"></a>
<a href="#" data-activates="mobile-demo-1" class="button-collapse black-text"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="#about" class="black-text">About</a></li>
<li><a href="#Theme" class="black-text">Theme</a></li>
<li><a href="#Mentors" class="black-text">Mentors</a></li>
<li><a href="#timeline1" class="black-text">Timeline</a></li>
<li><a href="#sponsorship" class="black-text">Sponsors</a></li>
<li><a href="#registration" class="black-text">Registration</a></li>
<li><a href="#faqs" class="black-text">FAQ's</a></li>
</ul>
<ul id="mobile-demo-1" class="side-nav">
<li><a href="#about">About</a></li>
<li><a href="#Theme">Theme</a></li>
<li><a href="#Mentors">Mentors</a></li>
<li><a href="#timeline1">Timeline</a></li>
<li><a href="#sponsorship">Sponsorship</a></li>
<li><a href="#registration">Registration</a></li>
<li><a href="#faqs">FAQ's</a></li>
</ul>
</div>
</nav>
</div>
<div class="blue" id="intro">
<div class="container">
<div class="row">
<div class="col s12 m12 l12 blue">
<center>
<div class="hide-on-med-and-down">
<div class="col l4">
</div>
<div class="col l4">
<div class="card-panel hoverable round-top-left round-bottom-right">
<img src="images/hdu.png" class="responsive-img round-top-left round-bottom-right">
</div>
</div>
</div>
<div class="hide-on-large-only">
<div class="col s12 m12">
<center>
<div class="card-panel z-dept-2 round-top-left round-bottom-right">
<img src="images/hdu.png" class="responsive-img round-top-left round-bottom-right">
</div>
</center>
</div>
</div>
</center>
</div>
</div>
<div class="col s12 m12 l12 blue">
<center>
<div class="hide-on-med-and-down">
<h2 class="white-text" style="margin-bottom: 0.0rem;">HACK D UNHACKD'</h2>
<h4 class="white-text" style="line-height: 100%; margin: 0.8rem;">In collaboration with</h4>
<img src="Sponsors/ibm.jpg" style="width: 20%">
<br>
<h4 class="white-text">16th - 18th March 2018</h4>
<h4 class="white-text">International Institute of Information Technology - Naya Raipur</h4>
<!--<h5 class="white-text center">
Registration will start from 7 February 2018.
</h5>-->
<a class="btn btn-large red waves " id="contact-form" href="https://www.hackerearth.com/sprints/hackdunhackd/" target="_blank">Register</a>
<div class="stripe stripe-bottom stripe-center stripe-quote border-round-left-top border-round-right-top">
<p class="white-text quote">
<span class="linus"></span><br>~ Linus Trovalds
</p>
</div>
</div>
<div class="hide-on-large-only">
<h4 class="white-text">HACK D UNHACKD'</h4>
<h6 class="white-text" style="line-height: 100%; margin: 0.8rem;">In collaboration with</h6>
<img src="Sponsors/ibm.jpg" style="width: 35%">
<h6 class="white-text">16th - 18th March 2018</h6>
<h6 class="white-text">International Institute of Information Technology - Naya Raipur</h6>
<a class="btn btn-large red waves" id="contact-form" href="https://www.hackerearth.com/sprints/hackdunhackd/" target="_blank">Register</a>
<div class="stripe stripe-bottom stripe-quote border-round-left-top border-round-right-top">
<p class="white-text quote">
<span class="linus"></span><br>~ Linus Trovalds
</p>
</div>
</div>
</center>
</div>
</div>
</div>
<div class="red" id="about">
<div class="container">
<div class="row">
<div class="col s12 m12 l12">
<center>
<div class="stripe red-shade round-bottom-right round-bottom-left">
<h3 class="white-text">About</h3>
<div class="card-panel red">
<p class="description">
We are proud to announce a unqiue hackathon, Hack D UnhackD' where anyone can participate.
Hack D UnhackD' is organized by the students of IIIT-Naya Raipur. Aim of this event is to serve
the development of both programming and hardware community by exploiting the potential of young
and worthy developers. Right from a Newbie to a Veteran, all can take advantage of this platform to learn,
build, and create stuff from scratch.</p>
</div>
</div>
</center>
</div>
<div class="col l3"></div>
<div class="col s12 m12 l6">
<center><img src="images/1.png" class="my-image"></center>
</div>
<div class="col l3"></div>
<div class="col s12 m12 l12">
<center><div class="stripe stripe-right stripe-bottom stripe-quote">
<p class="white-text quote">
<br><span class="mark"></span><br>~ Mark Zuckerberg
</p>
</div></center>
</div>
</div>
</div>
</div>
<div class="grey-color" id="Theme">
<div class="container">
<div class="row">
<div class="col l2"></div>
<div class="col s12 m12 l8">
<div class="stripe stripe-left grey-shade round-bottom-right round-bottom-left">
<h3 class="white-text">Themes</h3>
<div class="card-panel grey-color">
<p class="description">
<h5 class="white-text" style="text-align: left;">The themes for Hack D Unhackd' are:
<small>
<ol>
<li>Social Welfare</li>
<li>College Life</li>
</ol>
</small>
</h5>
</p>
</div>
</div>
<center><img src="images/3.png" class="my-image"></center>
<div class="stripe stripe-right stripe-bottom">
<p class="white-text quote">
<span class="gilfoyle"></span><br> ~ Gilfoyle (Silicon Valley)
</p>
</div>
</div>
<div class="col s12 m12 l4">
<!--<div class="grey-shade-rounded">-->
<svg class="grey-shade-rounded" id="hackathon" 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="80px" height="95.139px" viewBox="0 0 100 95.139" enable-background="new 0 0 100 95.139" xml:space="preserve">
<polygon id="desk" points="31.944,68.75 31.944,77.083 37.5,77.083 62.5,77.083 68.057,77.083 68.057,68.75 "/>
<path id="laptop-left" class="laptop" d="M45.833,56.25c0-0.769-0.621-1.39-1.389-1.39c-0.613,0-1.117,0.402-1.301,0.954l-0.017-0.005l-2.461,7.384h-7.332
c-0.768,0-1.389,0.621-1.389,1.39c0,0.768,0.621,1.389,1.389,1.389h9.334l3.094-9.282l-0.017-0.006
C45.793,56.546,45.833,56.404,45.833,56.25z"/>
<g id="person-left" class="person">
<path class="body" d="M36.111,54.861H24.146l-3.503-9.584l-0.019,0.008c-0.531-1.689-2.091-2.925-3.957-2.925c-0.67,0-1.295,0.175-1.856,0.455
l-0.007-0.014C5.257,47.574,0,58.27,0,72.917c0,2.301,1.865,4.166,4.167,4.166h12.5v13.889c0,2.302,1.865,4.167,4.167,4.167
S25,93.273,25,90.972V72.917c0-2.302-1.865-4.167-4.167-4.167H8.51c0.506-5.989,2.274-12.45,6.963-16.456l4.265,6.587l0.01-0.005
c0.457,0.91,1.388,1.541,2.475,1.541h13.889c1.534,0,2.777-1.244,2.777-2.778S37.645,54.861,36.111,54.861z"/>
<circle class="head" cx="27.778" cy="39.583" r="6.25"/>
</g>
<path id="laptop-right" class="laptop" d="M66.667,63.194h-7.333l-2.461-7.384l-0.016,0.005c-0.186-0.552-0.688-0.954-1.303-0.954c-0.768,0-1.389,0.621-1.389,1.39
c0,0.153,0.04,0.296,0.088,0.434l-0.018,0.006l3.095,9.282h9.335c0.768,0,1.389-0.621,1.389-1.389
C68.055,63.815,67.436,63.194,66.667,63.194z"/>
<g id="person-left">
<circle class="head" cx="72.223" cy="39.583" r="6.25"/>
<path class="body" d="M85.197,42.801l-0.008,0.014c-0.562-0.28-1.188-0.455-1.856-0.455c-1.864,0-3.426,1.234-3.956,2.925l-0.02-0.008
l-3.504,9.584H63.889c-1.533,0-2.777,1.243-2.777,2.777s1.244,2.778,2.777,2.778h13.889c1.088,0,2.02-0.631,2.477-1.541l0.01,0.005
l4.266-6.587c4.688,4.006,6.457,10.467,6.963,16.456H79.167c-2.302,0-4.167,1.864-4.167,4.167v18.055
c0,2.302,1.865,4.167,4.167,4.167s4.166-1.865,4.166-4.167V77.083h12.5c2.302,0,4.167-1.865,4.167-4.166
C100,58.27,94.743,47.574,85.197,42.801z"/>
</g>
<g id="clock" >
<path d="M50,29.167c-8.042,0-14.583-6.542-14.583-14.583S41.958,0,50,0s14.583,6.542,14.583,14.583S58.042,29.167,50,29.167z
M50,2.778c-6.509,0-11.806,5.296-11.806,11.806S43.491,26.389,50,26.389s11.807-5.296,11.807-11.806S56.509,2.778,50,2.778z"/>
<path id="hourhand" d="M51.389,14.554c0-0.578,0-3.323,0-3.323V6.25c0-0.769-0.621-1.39-1.39-1.39c-0.768,0-1.389,0.622-1.389,1.39v8.333
c0,0.768,0.621,1.389,1.389,1.389c0.385,0,0.731-0.157,0.983-0.409C51.215,15.368,51.389,15.132,51.389,14.554z"/>
<path id="minutehand" d="M50.935,15.572c0.395-0.394,2.267-2.266,2.267-2.266L56.6,9.908c0.523-0.523,0.52-1.376-0.01-1.905
c-0.53-0.529-1.383-0.534-1.906-0.01L49,13.678c-0.523,0.524-0.52,1.375,0.01,1.905c0.265,0.265,0.612,0.396,0.957,0.398
C50.259,16.008,50.54,15.968,50.935,15.572z"/>
</g>
</svg>
<!--</div -->
<br>
<center>
<h5 class="white-text">Hack Time 36hrs</h5>
</center>
</div>
<div class="col s12 m12 l4">
<br>
<center>
<img src="images/16.png" class="my-image">
</center>
<br><br>
<center>
<h5 class="white-text">Universal Solution</h5>
</center>
</div>
<div class="col s12 m12 l4">
<br>
<center>
<img src="images/13.png" class="my-image">
</center>
<br><br>
<center>
<h5 class="white-text">Bug Free</h5>
</center>
</div>
</div>
</div>
<br>
<br>
</div>
<div class="blue" id="Mentors">
<div class="container">
<div class="row">
<div class="col s12 m12 l12">
<center>
<div class="stripe stripe-left green-shade round-bottom-right round-bottom-left" style="background-color: #3CD5FF;">
<h3 class="white-text">Mentors</h3>
</div>
</center>
</div>
</div>
</div>
<br><br>
<div class="row" >
<div class="col l8 m12 s12 offset-l2 center">
<div class="row">
<div class="col l4 s10 m10 offset-l1 offset-m1 offset-s1">
<div class="card" style="background-color: #9BD9F5;">
<img src="images/Yash Bajaj.jpeg" width=100% style="border-radius: 15%; padding: 10px 10px 10px 10px;">
<div class="card-title" style="padding:0px;">
<strong>Yash Bajaj</strong>
</div>
<div class="card-content center" style="padding: 10px">
Software Development Engineer at Amazon
</div>
</div>
</div>
<div class="col l4 s10 m10 offset-l2 offset-m1 offset-s1">
<div class="card" style="background-color: #9BD9F5;">
<img src="images/Arpit Rastogi.jpg" width=100% style="border-radius: 15%; padding: 10px 10px 10px 10px;">
<div class="card-title" style="padding:0px;">
<strong>Arpit Rastogi</strong>
</div>
<div class="card-content center" style="padding: 10px">
Cognitive Solution developer at<br> IBM
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
</div>
<div id="timeline1">
<div class="container">
<div class="row">
<div class="col s12 m12 l12">
<center>
<div class="stripe stripe-left purple round-bottom-right round-bottom-left">
<h3 class="white-text">Timeline</h3>
</div>
</center>
</div>
</div>
<center>We are compiling timeline of the complete 36 hours hack.</center>
<!--<br><br><br><br>
<div class="parent">
<div class="gear">
<div class="center"></div>
<div class="tooth"></div>
<div class="tooth"></div>
<div class="tooth"></div>
<div class="tooth"></div>
</div>
</div>-->
</div>
<section class="timeline">
<ul>
<li>
<div>
<time>16<sup>th</sup> March 07:00PM</time> Students assemble in Conference hall
</div>
</li>
<li>
<div>
<time>16<sup>th</sup> March 07:15</time>Introduction to Hackathon, Rules and Regulations.
</div>
</li>
<li>
<div>
<time>16<sup>th</sup> March 07:30PM</time> Talk by Arpit Rastogi
</div>
</li>
<li>
<div>
<time>16<sup>th</sup> March 08:00PM</time> Talk by Yash Bajaj
</div>
</li>
<!--<li>
<div>
<time>16<sup>th</sup> March 08:30PM</time> Dinner Break
</div>
</li>-->
<li>
<div>
<time>16<sup>th</sup> March 10:30PM</time> GitHub Octocat contest
</div>
</li>
<li>
<div>
<time>17<sup>th</sup> March 07:00AM</time> Team Registratoin ends
</div>
</li>
<!--<li>
<div>
<time>17<sup>th</sup> March 08:00AM</time>Breakfast Break
</div>
</li>-->
<li>
<div>
<time>17<sup>th</sup> March 09:00AM</time> IBM Workshop and Commencement of Hackathon
</div>
</li>
<!--<li>
<div>
<time>17<sup>th</sup> March 01:00PM</time> Lunch Break
</div>
</li>
<li>
<div>
<time>17<sup>th</sup> March 05:30AM</time> Snacks Break
</div>
</li>
<li>
<div>
<time>17<sup>th</sup> March 07:30PM</time> Judges taking round
</div>
</li>
<li>
<div>
<time>17<sup>th</sup> March 08:00PM</time> Dinnner Break
</div>
</li>
<li>
<div>
<time>18<sup>th</sup> March 02:30AM</time> Early Morning Snacks
</div>
</li>
<li>
<div>
<time>18<sup>th</sup> March 08:00AM</time> Breakfast Break
</div>
</li>-->
<li>
<div>
<time>18<sup>th</sup> March 11:00AM</time> Hackathon ends and Judges starts seeing the hacks.
</div>
</li>
<li>
<div>
<time>18<sup>th</sup> March 01:00PM</time> Ending ceremony
</div>
</li>
</ul>
</section>
<script src="js/index.js"></script>
<br><br>
</div>
<div class="teal" id="sponsorship">
<div class="container">
<div class="row">
<div class="col s12 m12 l12">
<center>
<div class="stripe stripe-left green-shade round-bottom-right round-bottom-left">
<h3 class="white-text">Sponsors</h3>
</div>
</center>
</div>
</div>
<div class="row">
<div class="col l12 hide-on-med-and-down">
<div class="col s12 m12 l6">
<center><h5 class="white-text">Silver Sponsor</h5></center>
<center><a href="https://balsamiq.com/" target="_blank"><img class="my-image" src="Sponsors/balsamiq.png"></a></center>
</div>
<div class="col s12 m12 l6 ">
<br>
<center><a href="https://github.com" target="_blank"><img class="my-image" src="Sponsors/GitHub_Logo.png"></a></center>
</div>
<div class="col s12 m12 l6">
<center><h5 class="white-text">IDE Partner</h5></center>
<center><a href="https://jetbrains.com" target="_blank"><img class="my-image-2" src="Sponsors/jetbrains.png"></a></center>
</div>
<div class="col s12 m12 l6">
<center><h5 class="white-text">Design Partner</h5></center>
<br>
<center><a href="https://sketchapp.com" target="_blank"><img class="my-image" src="Sponsors/sketchapp.png"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<center><h5 class="white-text">Platform Partner</h5></center>
<br>
<center><a href="https://www.hackerearth.com" target="_blank"><img src="Sponsors/hackerearth.png" class="my-image"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<!--<center><h5 class="white-text">Sponsor</h5></center>-->
<br><br>
<center><a href="https://bugsee.com" target="_blank"><img class="my-image" src="Sponsors/Bugsee.png"></a></center>
</div>
<div class="col s12 m12 l6">
<!--<center><h5 class="white-text">Design Partner</h5></center>-->
<br><br>
<center><a href="https://framer.com/" target="_blank"><img class="my-image" src="Sponsors/Framer.png"></a></center>
</div>
<div class="col s12 m12 l12">
<!--<center><h5 class="white-text">Design Partner</h5></center>-->
<center><a href="https://z.cash/" target="_blank"><img class="my-image-2" src="Sponsors/zcash.png"></a></center>
<br>
</div>
</div>
</div>
<div class="col s12 m12 hide-on-large-only">
<div class="col s12 m12 l6">
<center><h5 class="white-text">Silver Sponsor</h5></center>
<center><a href="https://balsamiq.com/" target="_blank"><img class="my-image" src="Sponsors/balsamiq.png"></a></center>
</div>
<div class="col s12 m12 l6 ">
<!--<center><h5 class="white-text">Sponsor</h5></center>-->
<br>
<center><a href="https://github.com" target="_blank"><img class="my-image" src="Sponsors/GitHub_Logo.png"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<center><h5 class="white-text">IDE Partner</h5></center>
<br>
<center><a href="https://jetbrains.com" target="_blank"><img class="my-image-2" src="Sponsors/jetbrains.png"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<center><h5 class="white-text">Design Partner</h5></center>
<br>
<center><a href="https://sketchapp.com" target="_blank"><img class="my-image" src="Sponsors/sketchapp.png"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<center><h5 class="white-text">Platform Partner</h5></center>
<br>
<center><a href="https://www.hackerearth.com" target="_blank"><img src="Sponsors/hackerearth.png" class="my-image"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<!--<center><h5 class="white-text">Sponsor</h5></center>-->
<br>
<center><a href="https://bugsee.com" target="_blank"><img class="my-image" src="Sponsors/Bugsee.png"></a></center>
<br>
</div>
<div class="col s12 m12 l6">
<!--<center><h5 class="white-text">Design Partner</h5></center>-->
<br>
<center><a href="https://framer.com/" target="_blank"><img class="my-image" src="Sponsors/Framer.png"></a></center>
<br>
<br>
</div>
<div class="col s12 m12 l12">
<!--<center><h5 class="white-text">Design Partner</h5></center>-->
<center><a href="https://z.cash/" target="_blank"><img class="my-image-2" src="Sponsors/zcash.png"></a></center>
<br>
</div>
</div>
<!--<div class="row hide-on-med-and-down" style="margin-bottom: 0px; line-height: 1">
<div class="row">
<div class="col s12 m12 l4">
<center><br><img class="my-image" src="images/12.png"><br><br><br></center>
</div>
<div class="col l4 s12 m12">
<center><img class="my-image" src="images/11.png"></a> </center>
</div>
<div class="col s12 m12 l4">
<center><img class="my-image" src="images/21.png"></center>
</div>
</div>
</div>
<div class="hide-on-med-and-down">
<div class="row">
<div class="col s12 m12 l4">
<center>
<p class="description">
This event aspires to give significant contribution to help the growth
and promotion of Open Source Community.
</p>
</center>
</div>
<div class="col s12 m12 l4">
<center>
<p class="description">
We need your support to make this hack a grand and successful event. Click image to download <a href="documents/hackathon.pdf" target="_blank">sponsorship</a> brochure.
</p>
</center>
</div>
<div class="col s12 m12 l4">
<center>
<p class="description">
Hack D Unhack’d will be a strong platform for both industry professionals
and young developers to come together and propose solutions.
</p>
</center>
</div>
</div>
</div>-->
<!--<div class="hide-on-large-only">
<div class="row">
<div class="col s12 m12 l4">
<center>
<br>
<img class="my-image" src="images/12.png"><br><br><br>
<div class="teal">
<p class="description">
This event aspires to give significant contribution to help the growth
and promotion of Open Source Community.
</p>
</div>
</center>
</div>
<div class="col l4 s12 m12">
<center>
<a href="documents/hackathon.pdf" target="_blank"><img class="my-image" src="images/11.png"></a>
<div class="teal">
<p class="description">
We need your support to make this hack a grand and successful event. Click image to download <a href="documents/hackathon.pdf" target="_blank">sponsorship</a> brochure.
</p>
</div>
</center>
</div>
<div class="col s12 m12 l4">
<center>
<img class="my-image" src="images/21.png">
<div class="teal">
<p class="description">
Hack D Unhack’d will be a strong platform for both industry professionals
and young developers to come together and propose solutions.
</p>
</div>
</center>
</div>
</div>
</div>-->
<div class="col s12 m12 l12">
<center>
<p class="white-text quote"><span class="steve"></span><br> ~ Steve Jobs </p>
</center>
</div>
</div>
<br>
</div>
<div id="registration" style="background-color: #F5403A;">
<br>
<div class="container" >
<h3 class="white-text text-darken-1 center">Registration</h3>
<center>
<a class="btn btn-large blue waves offset-l1 hide-on-med-and-down" href="https://www.hackerearth.com/sprints/hackdunhackd/" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Register here </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
<a class="btn btn-large blue waves offset-r1 hide-on-med-and-down" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" id="contact-form" href="https://docs.google.com/forms/d/e/1FAIpQLSewTaVNWO6FJ6ZvZ19qebK8rljY-FK2gILGQIcTq_BZkY_6Ww/viewform?usp=sf_link" target="_blank">Contact Us</a>
<a class="btn btn-large blue waves offset-l1 hide-on-large-only" href="https://www.hackerearth.com/sprints/hackdunhackd/" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Register here </a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
<br><br>
<a class="btn btn-large blue waves offset-r1 hide-on-large-only" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" id="contact-form" href="https://docs.google.com/forms/d/e/1FAIpQLSewTaVNWO6FJ6ZvZ19qebK8rljY-FK2gILGQIcTq_BZkY_6Ww/viewform?usp=sf_link" target="_blank">Contact Us</a>
</center>
</div>
<br>
</div>
<div class="white" id="faqs">
<br>
<h3 class="center text-darken-1 ">FAQ's</h3>
<h5>
<div class="row">
<div class="col s12 m10 l6 offset-l0">
<dl>
<dt class="blue-text"><i ></i>Registration - as a team or individually ?</dt>
<small><dd >You can do either of them. If you do not have a team member, you will be assigned as a team with other individual participants on the event commencement day itself.</dd><br></small>
<hr width=80%>
<dt class="blue-text">Who can Participate?</dt>
<small><dd>Anyone having a valid student ID card of their college or university is eligible to take part in the competition.</dd><Br></small>
<hr width=80%>
<dt class="blue-text">Can a team have members from different colleges?</dt>
<small><dd >Yes.</dd><br></small>
<hr width=80%>
<dt class="blue-text">How would I know whether I am selected or not?</dt>
<small><dd >We will revert back to you with e-mails provided on the registration form.</dd><br></small>
<hr width=80%>
</dl>
</div>
<div class="col s12 m12 l6 offset-l0">
<dl>
<dt class="blue-text"><i ></i>Will I be provided with accomodation?</dt>
<small><dd >Yes, participants selected for the event will be hosted in the IIIT-NR campus. Food and accomodation for the entire duration of the event will be provided for the team members only.</dd><br></small>
<hr width=80%>
<dt class="blue-text">When will the registeration open?</dt>
<small><dd >The registration will commence from 7 February, 2018 and will be open till 10 March, 2018.</dd><br></small>
<hr width=80%>
<dt class="blue-text">How many persons can be there in one team?</dt>
<small><dd>One team can have a minimum of 1 and maximum of 3 members.</dd><br></small>
<hr width=80%>
<dt class="blue-text">Having any other query</dt>
<small><dd >The HDU team is eagerly waiting for you on <a href="https://www.facebook.com/hackathon.iiitnr/">Facebook</a>, <a href="https://twitter.com/hackdunhackd">Twitter</a> or <a href="mailto:hackdunhackd@iiitnr.edu.in">mail us</a> instead.</dd></small>
<hr width=80%>
</dl>
</div>
</div>
</h5>
<br>
</div>
<!-- footer -->
<footer class="page-footer blue darken-1 white-text my-s">
<div class="container">
<div class="row">
<div class="col s6 m6 l6">
<h4>Contact Team</h4>
<ul>
<li><p>
Abhishek Khandelwal<br><a class="white-text" href="tel:+91-8319205804">+91-8319205804</a>
</p></li>
<li><p>
Ananya Verma<br><a class="white-text" href="tel:+91-7771897504">+91-7771897504</a>
</p></li>
<li>
<p>
Email : <a class="white-text" href="mailto:hackdunhackd@iiitnr.edu.in">hackdunhackd@iiitnr.edu.in</a>
</p>
</li>
</ul>
</div>
<div class="col s6 m6 l6">
<h4>Address</h4>
<p>International Institute of Information Technology, Naya Raipur, Chhattisgarh,
India, Pin 492002.
<a href="https://www.google.co.in/maps/place/International+Institute+Of+Information+Technology+Naya+Raipur/@21.1284644,81.7639767,17z/data=!3m1!4b1!4m5!3m4!1s0x3a28c434ac2ae871:0x4e3568497a7e1d7e!8m2!3d21.1284644!4d81.7661654" target="_blank"><i class="material-icons white-text">navigation</i></a>
</p>
<a href="https://github.com/HackDUnhackd" target="_blank" class="white-text"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a> <a class="white-text" href="https://twitter.com/hackdunhackd" target="_blank"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
<a href="https://www.facebook.com/hackathon.iiitnr/" target="_blank" class="white-text"><i class="fa fa-facebook fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<center>HDU | © 2018 Team Hack D UnhackD' , All rights reserved. | <a href="https://hackcodeofconduct.org/548-hack_d_unhackd_2018" target="_blank" class="white-text">Code of Conduct</a>
</a></center>
</div>
</div>
</footer>
</div>
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.1/typed.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
$(".button-collapse").sideNav();
$('.parallax').parallax();
});
</script>
</body>
</html>