-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
761 lines (687 loc) · 35.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
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
<!DOCTYPE html>
<html class="Page no-js is-loading">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Prototype IIIT Allahabad">
<meta property="og:description" content="36 hours of hacking in IIIT Allahabad">
<meta property="og:type" content="website">
<meta property="og:url" content="https://prototypeiiita.github.io/">
<meta property="og:image" content="https://github.com/prototype/prototype.github.io/blob/master/images/logo1.png?raw=true">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="icon" type="image/png" href="images/logo_pro.png" />
<title>Prototype IIIT Allahabad</title>
<script>
// The client supports JavaScript
var el = document.documentElement
el.className = el.className.replace('no-js', 'js')
</script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap" rel="stylesheet">
</head>
<body class="Page-body">
<header class="Header" data-header="data-header" data-sticky="data-sticky">
<div class="Container Container--wide"><a href="index.html#intro">
<h1 class="Header-title" style="color: white;"><span class="Text Text--logoSmall"><img src="images/prototypelogo.png"></span></h1>
</a>
</div>
</header>
<nav class="Nav Load Load--fromTop Load--delay2" data-navigation="data-navigation" data-sticky="data-sticky">
<div class="Nav-center">
<a href="#about" title="About" class="Nav-item">About</a>
<a href="#prizes" title="Perks" class="Nav-item">Perks</a>
<a href="#schedule" title="Schedule" class="Nav-item">Schedule</a>
<a href="https://forms.gle/YA7jK38V7QmYCD3U9" title="register" class="Nav-item">Register</a>
<a href="#speakers" title="Speakers" class="Nav-item">Organisers</a>
<!--a href="#experience" title="Experience" class="Nav-item">Contact us</a-->
<a href="https://hackcodeofconduct.org/768-prototype" title="Code of Conduct" class="Nav-item Nav-extra">Code of
Conduct</a>
<a href="#FAQ" title="FAQ" class="Nav-item Nav-extra">FAQ</a></div>
</nav>
<button data-nav-toggle="data-nav-toggle" data-sticky="data-sticky" title="Open Navigation" class="Burger">
<div class="Burger-top"></div>
<div class="Burger-mid"></div>
<div class="Burger-bot"></div>
</button>
<section id="intro" data-animate class="Load Load--delay1 Section Section--gradient Section--fullheight">
<div class="Center">
<div class="Center-content">
<a href="https://www.headout.com/careers">
<img src="images/sponsors/Headout New Logo_Horizontal White.svg" class="u-size1of2 u-sm-size1of3 u-md-size1of4">
</a>
<h5 class="Text Text--spaced" style="margin-top: 0.5em">PRESENTS</h5>
<h2 class="Text Text--logo Load Load--delay3"><img src="images/prototypelogo.png" class="u-size2of2 u-sm-size2of2 u-md-size2of2"
style="max-width:700px;"></h2>
<div class="Container Container--narrow Load Load--delay4">
<p class="Text Text--medium u-marginBottom u-marginTop">A 36 Hour hackathon to <strong>Collaborate</strong>
and <strong>Build</strong> great softwares and apps,presented by GEEKHAVEN IIITA</p>
</div>
<div class="row Load Load--fromBottom Load--delay6" >
<div class="col-md-6 col-sm-12">
<h3 class="Text Text--spaced">Where</h3>
<p class="Text Text--medium">IIIT Allahabad</p>
</div>
<div class="col-md-6 col-sm-12">
<h3 class="Text Text--spaced">When</h3>
<p class="Text Text--medium">October 11 to 13, 2019</p>
</div>
</div>
<div id="reg" class="Load Load--fromBottom Load--delay7">
<a class="register" href="https://forms.gle/YA7jK38V7QmYCD3U9">Register</a>
</div>
</div>
</div>
<!--<footer class="Section-footer u-textCenter Load Load--fromBottom Load--delay6 place">
<div class="Container Container--narrow Container--padded ">
<div class="Grid u-textCenter">
<div class="Grid-cell u-sm-size1of2 time">
<h3 class="Text Text--spaced">Where</h3>
<p class="Text Text--medium">IIIT Allahabad</p>
</div>
<div class="Grid-cell u-sm-size1of2 time">
<h3 class="Text Text--spaced">When</h3>
<p class="Text Text--medium">October 11 to 13, 2019</p>
</div>
</div>
</div>
</footer>-->
</section>
<section id="about" class="Section Section--padded">
<div class="Container">
<font>
<center class="about">ABOUT US</center>
</font>
<hr id="about">
<div class="row" id="r1">
<div class="col-lg-6 col-md-6 col-sm-12" id="overflow">
A Hackathon, also known as a codefest, is a social coding event that brings computer programmers and other interested people together to improve upon or
build a new software program The word hackathon is a portmanteau of the word hack,which means clever programmer and marathon, an event marked by endurance.The concept of the hackathon, also called a hackday of
hackfest, was born out of the open source community.This time on popular demand IIIT-A is organising a
hackathon named PROTOTYPE sponsored by Headout and Design Innovation Center for student developers and
designers from all over the country.<br>This will be a 36 hours long event and will start on October, 11 and end
on October, 13. The hackathon would inspire you to imagine, design, code and create, So, it is time to show the
magic in your fingers and create the project you have always thought of, or discussed with your friends on the
late night intellectual tea breaks, or anything random which is too crazy to be ignored.
</div>
<div class="col-lg-6 col-md-6 col-sm-12" id="fig">
<div>
<div><i class="Icon Icon--block Icon--build"></i>
<h3 class="build">1. Build</h3>
<p style="font-size: 17px">
How do you decide what to build and how to build it? Hear from experts on what happens before they start
writing code.
</p>
</div>
<div><i class="Icon Icon--block Icon--collab"></i>
<h3>2. Collaborate</h3>
<p style="font-size: 17px">
Software takes a team. Learn how engineers work together to overcome technical challenges and efficiently
build software.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<section id="Perks" class="Section Section--gradientFromBlack Section--padded">
<div class="Container">
<font size="30px">
<center>Perks</center>
</font>
<p class="Text Text--large u-marginTop-x2" style="text-align: justify;">Amazing cash prizes,stickers and goodies
are waiting for you.So get ready to <strong>Code</strong>,<strong>Build</strong> and <strong>Hack</strong> !</p>
<font color="">
<p class="Text Text--large " style="text-align: justify;"><strong>Cash prizes</strong> for the winners are as
follows :</p>
<p class="Text Text--large " style="text-align: left;">1. For the Winners : <strong>30,000 INR</strong> </p>
<p class="Text Text--large " style="text-align: left;">2. For the 1st runner up : <strong>20,000 INR</strong></p>
<p class="Text Text--large " style="text-align: left;">3. For the 2nd runner up : <strong>10,000 INR</strong></p>
<p class="Text Text--large " style="text-align: left;"># Hardware Hack : <strong>Special Prize</strong></p>
<p class="Text Text--large " style="text-align: justify;">This is not the End!! <strong>Job Offers,</strong><strong>
Summer Internship </strong>and<strong>chance for being a Campus Ambassador</strong>will be provided by
Headout.</p>
<p class="Text Text--large " style="text-align: justify;">Also <strong>Goodies</strong><strong>, Swags,
Merchandise</strong> and <strong>Certificates (provided by Headout)</strong> will be provided to all the
participants of Prototype.</p>
</div>
</section>-->
<div id="prizes" style="overflow: hidden">
<div class="heading"> <h2 style="color:black;">PERKS</h2><hr></div>
<div class="sub-head"><h4>Amazing cash prizes,stickers and goodies are waiting for you.So get ready to Code,Build and Hack !</h4></div>
<div id="cards" class="row one">
<div class="col-lg-4 col-md-4 col-sm-12" ><img src="images/silver-medal.png"><h2> Runner Up</h2><p style="text-align: center">Prize: Rs.20000</p></div>
<div class="col-lg-4 col-md-4 col-sm-12" ><img src="images/award.png"><h2>Winner</h2> <p style="text-align: center">Prize: Rs.30000</p></div>
<div class="col-lg-4 col-md-4 col-sm-12" ><img src="images/bronze-medal.png"><h2>2nd Runner Up</h2><p style="text-align: center">Prize: Rs.10000</p></div>
</div>
<div id="cards" class="row two">
<div class="col-lg-4 col-md-4 col-sm-12"><img src="images/award.png"><h2>Winner</h2><p style="text-align: center">Prize: Rs.30000</p></div>
<div class="col-lg-4 col-md-4 col-sm-12"><img src="images/silver-medal.png"><h2>1st Runner Up</h2> <p style="text-align: center">Prize: Rs.20000</p></div>
<div class="col-lg-4 col-md-4 col-sm-12"><img src="images/bronze-medal.png"><h2>2nd Runner Up</h2><p style="text-align: center">Prize: Rs.10000</p></div>
</div>
<div class="sub-head" id="two"><h4>This is not the End!! <strong>Job Offers,</strong><strong>
Summer Internship </strong>and<strong> chance for being a Campus Ambassador </strong>will be provided by
Headout. Also <strong>Goodies</strong><strong>, Swags,
Merchandise</strong> and <strong>Certificates (provided by Headout)</strong> will be provided to all the
participants of Prototype.</h4></div>
</div>
<section id="schedule" class="Section Section--padded">
<div class="Container Container">
<h2 class="about" style="color:whhite !important;">Schedule</h2>
<hr id="about">
<div data-schedule class="Grid Schedule">
<!--<div class="Grid-cell u-sm-size1of3">
<h3 class="Text Text--spaced u-underlined u-overlined u-offsetParent">Filter by checkpoints
<button data-filter-reset class="Schedule-reset"><i class="Icon Icon--closeWhite"></i></button>
</h3>
<div class="Radio Radio--featured">
<input id="filter-featured" type="checkbox" name="filter" value="featured" data-filter class="Radio-state">
<label for="filter-featured" class="Radio-label Text Text--spaced">Registration</label>
</div>
<div class="Radio Radio--build">
<input id="filter-build" type="checkbox" name="filter" value="build" data-filter class="Radio-state">
<label for="filter-build" class="Radio-label Text Text--spaced">Hackathon</label>
</div>
</div>-->
<div class="Grid-cell u-sm-size2of3">
<div class="Schedule-day">
<h3 data-dropdown data-dropdown-target="#day1" class="Text Text--spaced u-underlined u-overlined u-clickable u-offsetParent">October
11th<span class="Schedule-toggle"><i class="Caret"></i></span></h3>
<ul id="day1" class="List Dropdown is-expanded">
<div class="Dropdown-content">
<li class="List-item Schedule-event Schedule-event--featured " data-event data-track="featured">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>18:00
<div class="Schedule-eventTimeEnd">- 20:00
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Registration</p>
</div>
</div>
<div class="Schedule-eventDescription">
<p>You can register your teams in this time slot.</p>
</div>
</li>
<li class="List-item Schedule-event Schedule-event--" data-event data-track="">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>20:00
<div class="Schedule-eventTimeEnd">- 22:00
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Opening Ceremony</p>
</div>
</div>
<div class="Schedule-eventDescription">
<p>A short Inaugration session & head out Guest Talks followed by a briefing session on how this
hackathon is going to be conducted.</p>
</div>
</li>
<li class="List-item Schedule-event Schedule-event--build " data-event data-track="build">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>22:00
<div class="Schedule-eventTimeEnd">
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Coding Starts</p>
</div>
</div>
<div class="Schedule-eventDescription">
<p>Start building your softwares and apps ! </p>
</div>
</li>
</div>
</ul>
</div>
<div class="Schedule-day">
<h3 data-dropdown data-dropdown-target="#day2" class="Text Text--spaced u-underlined u-overlined u-clickable u-offsetParent">October
13th<span class="Schedule-toggle"><i class="Caret"></i></span></h3>
<ul id="day2" class="List Dropdown">
<div class="Dropdown-content">
<li class="List-item Schedule-event Schedule-event--build" data-event data-track="build">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>8:00
<div class="Schedule-eventTimeEnd">- 10:00
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Final Evaluation Starts</p>
</div>
</div>
</li>
<li class="List-item Schedule-event Schedule-event--build " data-event data-track="build">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>10:00
<div class="Schedule-eventTimeEnd">11:30
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Final Evaluation Ends</p>
</div>
</div>
<div class="Schedule-eventDescription">
<p>Coding Stops and Final Evaluation Ends Parallely / Declare Shortlists and Start Polishing Your
Presentation</p>
</div>
</li>
<li class="List-item Schedule-event Schedule-event--build" data-event data-track="build">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>11:30
<div class="Schedule-eventTimeEnd">
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Presentation starts</p>
</div>
</div>
<div class="Schedule-eventDescription">
<p>10 mins per presentation, 7 min present + 3 Mins for QA</p>
</div>
</li>
<li class="List-item Schedule-event Schedule-event--" data-event data-track="">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>13:30
<div class="Schedule-eventTimeEnd">
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Presentation Ends</p>
</div>
</div>
</li>
<li class="List-item Schedule-event Schedule-event--build" data-event data-track="">
<div class="Grid Grid--collapsed">
<div class="Grid-cell u-size1of4 Text Schedule-eventTime"><i class="Schedule-mark"></i>14:00
<div class="Schedule-eventTimeEnd">
</div>
</div>
<div class="Grid-cell u-size3of4">
<p class="Text Schedule-title">Results and Prizes distribution</p>
</div>
</div>
</li>
</div>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="speakers" class="Section" style="background-color:white;">
<div class="Container Container--wide">
<div class="heading"> <h2 style="color:black;">SPONSORS</h2><hr></div>
<div class="u-textCenter">
<h2 class="Text--heading u-underspaced u-marginTop-x2" style="color:black;" id="title">Title Sponsor</h2>
</div>
<div data-profiles class="Grid">
<div class="u-textCenter">
<div data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of2 u-md-size1of2 Profile" id="sponsor">
<a href="https://www.headout.com/careers"><img src="images/sponsors/HeadoutHorizontal.png" alt="Headout"
class="sponsor-img" id="headout"></a>
</div>
</div>
<br class="Text Text--large u-marginTop-2x">
<div class="Grid">
<div class="u-textCenter">
<div data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of2 u-md-size1of2 Profile" id="sponsor">
<figure class="Profile-figure" id="github"><img src="images/sponsors/GitHub_Logo.png" alt="Nicole Sanchez" class="Profile-img"></figure>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="speakers" class="Section">
<div class="Container Container--wide">
<font size="30px">
<center class="about"><strong>ORGANIZERS</strong></center>
</font>
<hr id="about">
<div class="u-textCenter">
<h2 class="Text Text--spaced u-underspaced u-marginTop-x2">Head Organizers</h2>
</div>
<div data-profiles class="Grid">
<div class="u-textCenter">
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/ekanshsir.jpg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Ekansh Bansal</h3>
<p class="Text Text--small">+91-9149247968</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/ayushsir.jpg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Aayush Joglekar</h3>
<p class="Text Text--small">+91-9044819324</p>
</div>
</div>
<div data-profiles class="Grid">
<div class="u-textCenter">
<h2 class="Text Text--spaced u-underspaced u-marginTop-x2">On-site Organizers</h2>
</div>
<div class="u-textCenter">
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/dagar.jpg" alt="Anupam Dagar" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Anupam Dagar</h3>
<p class="Text Text--small">+91-8222018881</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/shivanshsir.jpg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Shivansh Tiwari</h3>
<p class="Text Text--small">+91-8989419500</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/ajaysir.jpg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Ajay Kudal</h3>
<p class="Text Text--small">+91-9057230998</p>
</div>
</div>
<br class="Text Text--large u-marginTop-x">
<div class="u-textCenter">
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/vijeta.jpg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Vijeta</h3>
<p class="Text Text--small">+91-7376369830</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile" id="sponsor">
<figure class="Profile-figure" id="photo"><img src="images/team/rahulsir.jpeg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Rahul Jha</h3>
<p class="Text Text--small">+91-9082374303</p>
</div>
</div>
<br class="Text Text--large u-marginTop-2x">
</div>
<div data-profiles class="Grid">
<div class="u-textCenter">
<h2 class="Text Text--spaced u-underspaced u-marginTop-x2">Team</h2>
</div>
<div class="u-textCenter">
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile">
<figure class="Profile-figure" id="photo"><img src="images/team/Achint.jpg" alt="Chris Wanstrath" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Achint Agarwal</h3>
<p class="Text Text--small">Branding</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile">
<figure class="Profile-figure" id="photo"><img src="images/team/anurag.jpeg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Anurag Makade</h3>
<p class="Text Text--small">Food Management</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile">
<figure class="Profile-figure" id="photo"><img src="images/team/chinmay.jpg" alt="Nicole Sanchez" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Chinmay Nagar</h3>
<p class="Text Text--small">Food Management</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile">
<figure class="Profile-figure" id="photo"><img src="images/team/kartik.jpg" alt="Marco Annunziata" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Kartik NEEMA</h3>
<p class="Text Text--small">Creatives</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile">
<figure class="Profile-figure" id="photo"><img src="images/team/onkar.jpg" alt="Tiffani Ashley Bell" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Onkar Telange</h3>
<p class="Text Text--small">Web, Registration & Event Management</p>
</div>
<div data-profile data-animate class="Grid-cell Stagger u-size1of2 u-sm-size1of3 u-md-size1of4 Profile">
<figure class="Profile-figure" id="photo"><img src="images/team/prateek.jpg" alt="Kellan Elliott-McCrea" class="Profile-img"></figure>
<h3 class="Text Text--spacedSmall">Prateek Mishra</h3>
<p class="Text Text--small">Web & Food Management</p>
</div>
</div><br class="Text Text--large u-marginTop-2x">
</div>
</div>
</section>
<section id="FAQ" class="Section Section--padded Section--paper">
<style type="text/css">
.faq-header {
font-size: 2.8em;
border-bottom: 1px dotted #ccc;
padding: 1em 0;
}
.faq-c {
border-bottom: 1px dotted #ccc;
padding: 1em 0;
width: 75%;
}
.faq-t {
line-height: 1em;
color: #aaa;
font-family: sans-serif;
float: left;
font-weight: 700;
padding-right: 0.3em;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
transition: all 200ms;
}
.faq-o {
transform: rotate(-45deg);
transform-origin: 50% 50%;
-ms-transform: rotate(-45deg);
-ms-transform-origin: 50% 50%;
-webkit-transform: rotate(-45deg);
-webkit-transform-origin: 50% 50%;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
transition: all 200ms;
}
.faq-q {
cursor: pointer;
font-size: 2em;
font-weight: 100;
}
.faq-a {
clear: both;
color: #666;
font-size: 1.5em;
display: none;
padding-left: 1.5em;
}
#faq
{
margin-top: 80px;
margin-left: 60px;
}
#faq .col-md-7
{
width: 56%;
}
#faq img{
width: 80%;
height: 350px;
margin-left: 7%;
}
@media screen and (max-width: 768px)
{
#faq .col-md-7
{
width: 90%;
}
#faq {
margin-top: 60px;
margin-left: 10px;
}
#faq img {
width: 90%;
height: 300px;
margin-left: 0;
margin-top: 40px;
}
.faq-c {
width: 95%;
}
}
</style>
<div class="Container">
<div class="heading"> <h2 style="color:black;">FAQ'S</h2><hr></div>
<div id="faq" class="row">
<div class="col-md-7">
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>What is a hackathon?</div>
<div class="faq-a">
<p>A hackathon is a design sprint-like event in which computer programmers and others involved in software
development, including graphic designers, interface designers, project managers, and others, often
including subject-matter-experts, collaborate intensively on software projects.</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>Is there any eligibility criteria for Prototype?</div>
<div class="faq-a">
<p>If you are a college student and have the passion for building something productive out of
technology,you're good to go!</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>What will be the team size?</div>
<div class="faq-a">
<p>2-4 people in the single team</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>Can you provide more info on hardware hacks?</div>
<div class="faq-a">
<p>Open to all types of hardware hacks. A special prize for IoT hack.Basic hardware with Arduino and NodeMCU
can be provided on request.</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>What about the accomodation and the food?</div>
<div class="faq-a">
<p>A mattress will be provided at the venue and the food provision is on us.</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>Is there any selection criteria?</div>
<div class="faq-a">
<p>No. The Hackathon is open for all.</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>What do I get by attending Prototype?</div>
<div class="faq-a">
<p>Top 3 team will get a cash prize, Headout goodies, and every participant will get goodies and merchandise
and it will be great learning experience for all.</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>Can I start working on the project before the event?</div>
<div class="faq-a">
<p>No. Teams/Participants are not allowed to work on the project before the commencement of the Hackathon.</p>
</div>
</div>
<div class="faq-c">
<div class="faq-q"><span class="faq-t">+</span>What do I benefit from being part of a hackathon?</div>
<div class="faq-a">
<p>You get to learn new skills on-the-go,learn to debug errors efficiently,learn how to coordinate among a
team and gain inspiration and ideas from other projects.</p>
</div>
</div>
</div>
<div class="col-md-5">
<img class="question" src="images/faq.png">
</div>
</div>
</div>
</section>
<footer class="Section Footer">
<div class="Container u-textCenter">
<h2 class="Text Text--medium Footer-credit">Made with<i class="u-marginSides fa fa-heart" style="color:white;"></i>by
<strong>Team Prototype</strong></h2>
<p class="Text Text--spacedMedium u-marginTop u-marginBottom Footer-actions">
<a href="index.html#intro" class="Footer-toTop Footer-link">Back to top</a>
<a href="https://hackcodeofconduct.org/768-prototype" class="Footer-link">Code of Conduct</a>
</p>
</div>
</footer>
<div class="ModalContainer Center Center--fixed">
<div data-modal class="Modal Center-content">
<button data-modal-close class="Modal-close"><span class="Icon Icon--close">Close Modal</span></button>
<button data-modal-prev class="Modal-prev"><span class="Icon Icon--prev">View Previous Profile</span></button>
<button data-modal-next class="Modal-next"><span class="Icon Icon--next">View Next Profile</span></button>
<div data-modal-content class="Modal-content"></div>
</div>
</div>
<script src="scripts/app.js" async></script>
<script src="https://platform.twitter.com/oct.js" type="text/javascript"></script>
<script type="text/javascript">twitter.conversion.trackPid('l6p7g', { tw_sale_amount: 0, tw_order_quantity: 0 });</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script>
jQuery(window).load(function () {
jQuery(".hameid-loader-overlay").fadeOut(500);
});
</script>
<script type="text/javascript">
$(".faq-q").click(function () {
var container = $(this).parents(".faq-c");
var answer = container.find(".faq-a");
var trigger = container.find(".faq-t");
answer.slideToggle(200);
if (trigger.hasClass("faq-o")) {
trigger.removeClass("faq-o");
}
else {
trigger.addClass("faq-o");
}
});
</script>
<script type="text/javascript">
$('a[href*="#"]')
.not('[href="#"]')
.not('[href="#0"]')
.click(function (event) {
if (
location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '')
&&
location.hostname == this.hostname
) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
event.preventDefault();
$('html, body').animate({
scrollTop: target.offset().top
}, 1000, function () {
var $target = $(target);
$target.focus();
if ($target.is(":focus")) {
return false;
} else {
$target.attr('tabindex', '-1');
$target.focus();
};
});
}
}
});
</script>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function () {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
<script type="text/javascript" src="scripts/jquery.validate.min.js"></script>
<script type="text/javascript" src="scripts/validation.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://analytics.twitter.com/i/adsct?txn_id=l6p7g&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
<img height="1" width="1" style="display:none;" alt="" src="https://t.co/i/adsct?txn_id=l6p7g&p_id=Twitter&tw_sale_amount=0&tw_order_quantity=0" />
</noscript>
</body>
</html>