This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
660 lines (614 loc) · 26.4 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
<!DOCTYPE html>
<html lang = "en">
<head>
<title>LaunchIIITD | ESYA'18</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An entrepreneurial hackathon organised by IIIT-Delhi, with an aim to catalyze the encounter of vivid talents and stir up the venturesomeness in the minds of the aspiring enthusiasts to promote the culture of technical startups.">
<meta name="keywords" content="Hackathon, ESYA, IIIT, Launch, LaunchIIITD">
<meta property="og:type" content="website">
<meta property="og:url" content="http://esya.iiitd.edu.in/launchiiitd/">
<meta property="og:title" content="LaunchIIITD | ESYA'18">
<meta property="og:image" content="http://avisionx.github.io/LaunchIIITD/img/cover.jpg">
<meta property="og:description" content="An entrepreneurial hackathon organised by IIIT-Delhi, with an aim to catalyze the encounter of vivid talents and stir up the venturesomeness in the minds of the aspiring enthusiasts to promote the culture of technical startups.">
<meta property="og:site_name" content="LaunchIIITD">
<meta property="og:locale" content="en_US">
<link rel="shortcut icon" href="img/favicon.ico" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/hover-min.css">
<link href='https://fonts.googleapis.com/css?family=Encode+Sans:400,700,900,100,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,900,100,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- ESYA Banner -->
<!-- <a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000; transition: none;" href="http://esya.iiitd.edu.in" target="_blank"><img src="" alt="ESYA'18" style="width:100%"></a>-->
<!-- Page View Google Analytics Script -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-120896016-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Hero -->
<section id="header_landing">
<div id="header-title">
<img class="logo" src="img/logo.png" style="margin-bottom: 35px">
<div class="sm-margin"></div>
<h2 class="sub_title sub_title_small" style="font-size: 20px"><span id = "sub_date"> August 17<sup>th</sup> - 18<sup>th</sup></span></h2>
<h2 class="alt_sub_title"> August 17th - 18th</h2>
<div class="btn_row">
<a href="http://bit.ly/2NM80C0" onclick="return true;" class="btn btn_main yellow_btn main_btn" id="btn_sponsorship_2017">Register Here</a>
</div>
<div class="talk_to_us">True entrepreneur is a doer, not a dreamer.</div>
</div>
</section>
<div class="wrapper">
<!-- More Information -->
<section id="features" class="features section" style="background-color: #f5f5f5">
<div class="container">
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 pull-right col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<h3 class="title">About the event.</h3>
<br />
<div class="details">
<p>An entrepreneurial hackathon organised by IIIT-Delhi, with an aim to catalyze the encounter of vivid talents and stir up the venturesomeness in the minds of the aspiring enthusiasts to promote the culture of technical startups.</p>
<br />
<br />
<h3 class="title">Promoting Diversity.</h3>
<br />
<p>
With this edition of LaunchIIITD, we aim to encourage diversity in tech. We will give direct entry to any team having 50% or more female members.
</p>
</div>
</div>
<div class="figure col-md-6 col-sm-6 col-xs-12 from-left">
<img class="img-responsive" src="./img/launchiiitd1.JPG" alt="A group of cool hackers!" />
</div>
</div>
</div>
</section>
<section id="features" class="features section" style="background-color: white">
<div class="container">
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 from-left">
<h3 class="title">How it works.</h3>
<br />
<div class="details">
<h4 class="feature-title"><i class=" fa fa-paper-plane-o"></i> Introductions</h4>
<h4 class="feature-title"><i class="fa fa-group"></i> Matchmaking</h4>
<h4 class="feature-title"><i class="fa fa-lightbulb-o"></i> Decision Thinking Session</h4>
<h4 class="feature-title"><i class="fa fa-headphones"></i> Mentoring</h4>
<h4 class="feature-title"><i class="fa fa-code"></i> Hack</h4>
<h4 class="feature-title"><i class="fa fa-laptop"></i> Feedback Session</h4>
<h4 class="feature-title"><i class="fa fa-flag-o ting"></i> Pitch the product</h4>
<h4 class="feature-title"><i class="fa fa-hand-spock-o"></i> Results</h4>
</div>
</div>
<div class="figure col-md-6 col-sm-6 col-xs-12 col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<img class="img-responsive" src="./img/launchiiitd2.jpg" alt="Principle Woolf trying some cool VR hack at QHacks 2017!" />
</div>
</div>
</div>
</section>
<section id="features" class="features section" style="background-color: white">
<div class="container">
<h2 class="title text-center" style="color: #0a205b">Judges and Mentors</h2>
<h5 class="text-center" style="margin-bottom: 50px">To be annonced!</h5>
</div>
</section>
<!-- Schedule -->
<section id="schedule" class="schedule section" style="background-color: #f5f5f5">
<div class="container">
<h2 class="title text-center" style="color: #0a205b; margin-bottom: 20px;">Schedule</h2>
<div class="row">
<div class="panel">
<div class="panel-heading text-center">
<a data-parent="#accordion" data-toggle="collapse" class="panel-toggle" href="#day1">
<h4 class="panel-title">Friday, August 17th, 2018</h4>
</a>
</div>
<div class="panel-collapse collapse in" id="day1">
<div class="panel-body">
<table class="table">
<thead>
<tr>
<th>Time</th>
<th>Duration</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
<tr>
<td>2:00 pm</td>
<td>1.25h</td>
<td>Registration</td>
<td>Reg Desk</td>
</tr>
<tr>
<td>3:15pm</td>
<td>0.75h</td>
<td>Event Introduction</td>
<td>Seminar Block(2nd Floor)</td>
</tr>
<tr>
<td>4:00pm</td>
<td>1.25h</td>
<td>Keynote + Mentor Introduction + Problem Statement Released</td>
<td>Seminar Block(2nd Floor)</td>
</tr>
<tr>
<td>5:30pm</td>
<td>1h</td>
<td>Team Formation</td>
<td>Seminar Block(2nd Floor)</td>
</tr>
<tr>
<td>6:30pm</td>
<td>∞</td>
<td>Deadline for Team Formation + Ideathon Starts</td>
<td>Seminar Block(2nd Floor)</td>
</tr>
<tr>
<td>7:00pm</td>
<td>5h</td>
<td>Meeting With Mentors</td>
<td>Seminar Block(2nd Floor)</td>
</tr>
<tr>
<td>8:30pm</td>
<td>2h</td>
<td>Dinner</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="panel">
<div class="panel-heading text-center">
<a data-parent="#accordion" data-toggle="collapse" class="panel-toggle" href="#day3">
<h4 class="panel-title">Saturday, August 18th, 2018</h4>
</a>
</div>
<div class="panel-collapse collapse in" id="day3">
<div class="panel-body">
<table class="table">
<thead>
<tr>
<th>Time</th>
<th>Duration</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
<tr>
<td>12:00am</td>
<td>9h</td>
<td>Hack Continues</td>
<td>Seminar Block(2nd Floor)</td>
</tr>
<tr>
<td>9:00am</td>
<td>2h</td>
<td>Mini Pitch</td>
<td>C21</td>
</tr>
<tr>
<td>11:00am</td>
<td>1h</td>
<td>Break + Releasing Final Pitch Teams</td>
<td>N/A</td>
</tr>
<tr>
<td>12:00pm</td>
<td>2.5h</td>
<td>Final Pitch</td>
<td>C21</td>
</tr>
<tr>
<td>3:00pm</td>
<td>N/A</td>
<td>Winners Announced</td>
<td>C21</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Our Partners -->
<section class ="sponsors-wrap" style="background-color: white">
<h2 class="title text-center" style="color: #0a205b">Our Partners</h2>
<br>
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega text-center">
<a href="http://iiitd.ecell.io"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'ECell Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/ecelliiitdc.png" alt="Ecell Logo" class="hvr-grow" style="width:80%"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega text-center">
<a href="http://iiitd.ecell.io/i3c"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'I3c Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/Web_I3C.png" alt="I3c Logo" class="hvr-grow" style="width: 80%"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://get.tech"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', '.tech');"
rel="noopener noreferrer">
<img src="./img/partner/tech.png" alt=".tech logo" class="hvr-grow"/>
</a>
</div>
</div>
</div>
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega text-center">
<a href="https://www.jetbrains.com/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'jetbrains');"
rel="noopener noreferrer">
<img src="./img/partner/jetbrains.png" alt="Jetbrains Logo" class="hvr-grow" style="width: 70%">
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://www.facebook.com/groups/DevCDelhiNCR/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Facebook Developer Circles Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/Web_FBDev.png" alt="Facebook Developer Circles Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega" style="text-align: center;">
<a href="http://www.incuspaze.com/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Incuspaze Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/Web_incu.png" alt="Incuspaze Logo" class="hvr-grow" style="width: 70%">
</a>
</div>
</div>
</div>
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://balsamiq.com"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Balsamiq');"
rel="noopener noreferrer">
<img src="./img/partner/balsamiq.png" alt="Balsamiq Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://www.schandpublishing.com/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'schandpublishing');"
rel="noopener noreferrer">
<img src="./img/partner/schand.png" alt="Schand Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://www.ibm.com/in-en/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'IBM Click');"
rel="noopener noreferrer">
<img src="./img/partner/ibm.svg" alt="IBM Logo" class="hvr-grow"/>
</a>
</div>
</div>
</div>
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://www.superb.net/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'superb');"
rel="noopener noreferrer">
<img src="./img/partner/superb.jpg" alt="Superb Internet Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://temboo.com/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Temboo');"
rel="noopener noreferrer">
<img src="./img/partner/temboo.png" alt="Temboo Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://www.wolfram.com/language/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Wolfram Click');"
rel="noopener noreferrer">
<img src="./img/partner/wolfram.webp" alt="IBM Logo" class="hvr-grow"/>
</a>
</div>
</div>
</div>
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega text-center">
<a href="http://andcinstartfoundation.in/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Andc');"
rel="noopener noreferrer">
<img src="./img/partner/andc.png" alt="AndC Logo" class="hvr-grow"/ style="width: 70%">
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega" style="width: 50%">
<a href="https://startupweekend.org/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Startup Weekend');"
rel="noopener noreferrer">
<img src="./img/partner/startupweekend.png" alt="Startup Weekend Logo" class="hvr-grow"/>
</a>
</div>
</div>
</div>
<!--
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="http://flock.co/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Flock Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/Web_flock.png" alt="Flock Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://domains360.net"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Domains 360 Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/domain360.png" alt="Domains 360 Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="http://zailet.com/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Zailet Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/zailet.png" alt="Zailet Logo" class="hvr-grow"/>
</a>
</div>
</div>
</div>
<div class="sponsor-row-wrapper sponsor-mega-row-wrapper-wide">
<div class="sponsor-logos-mega">
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="https://startupsuccessstories.in/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Startup Success Stories Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/Web_startup.png" alt="Startup Success Stories Logo" class="hvr-grow"/>
</a>
</div>
<div class="sponsorship-logo sponsorship-logo--ibm sponsor-logo-mega">
<a href="http://techstory.in/"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Techstory Logo Click');"
rel="noopener noreferrer">
<img src="./img/sponsors/Web_Tech.png" alt="Techstory Logo" class="hvr-grow"/>
</a>
</div>
</div>
</div> -->
<!--
<div class="sponsor-row-wrapper sponsor-tera-row-wrapper-wide">
<div class="sponsor-logos-tera">
<div class="sponsorship-logo sponsorship-logo--stdlib">
<a href="#"
target="_blank"
onclick="ga('send', 'event', 'Partner Logos', 'Ecell Logo Click');"
rel="noopener noreferrer">
<img src="./img/ecelliiitdc.png" alt="Ecell Logo" class="hvr-grow" />
</a>
</div>
</div>
</div>
-->
</section>
</div>
<!-- Frequently Asked Questions -->
<section id="faq" class="faq section has-bg-color" style="background-color: #f5f5f5">
<div class="container">
<h2 class="title text-center " style="color: #0a205b">Frequently Asked Questions</h2>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq1"><i class="fa fa-plus-square"></i>Who can come?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq1">
<div class="panel-body">
All school and college students are allowed. Just make sure that you get a valid student ID.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq2"><i class="fa fa-plus-square"></i>How much does it cost?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq2">
<div class="panel-body">
LaunchIIITD costs <strong>nothing</strong>. Registering and attending is free, and you get free food, prizes, swag and a great learning experience.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq3"><i class="fa fa-plus-square"></i>What should I bring?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq3">
<div class="panel-body">
Bring your valid student ID, laptop, phones, charger, wires, camera, etc. (we will be providing internet, mattresses, food and coffee).
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq4"><i class="fa fa-plus-square"></i>When and where is it?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq4">
<div class="panel-body">
Our event will be held on August 17th to 18th as a 24 hour overnight event. It will take place inside IIIT Delhi.
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq5"><i class="fa fa-plus-square"></i>How do I form a team?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq5">
<div class="panel-body">
You'll have time to find a team when you arrive. If you already have a team, just list your teammates when you register.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq6"><i class="fa fa-plus-square"></i>What about accomodation?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq6">
<div class="panel-body">
We will make special arrangements in case you arrive a day before the event. Just shoot an email to one of the organizers.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq7"><i class="fa fa-plus-square"></i>What can I win?</a></h4>
</div>
<div class="panel-collapse collapse" id="faq7">
<div class="panel-body">
We're working with some awesome companies to give out tons of prizes.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title"><a data-parent="#accordion"
data-toggle="collapse" class="panel-toggle" href="#faq8"><i class="fa fa-plus-square"></i>I have more questions!!</a></h4>
</div>
<div class="panel-collapse collapse" id="faq8">
<div class="panel-body">
Hit us up <a href="mailto:[email protected]">here</a>.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Speakers -->
<section id="features" class="features section" style="background-color: white">
<div class="container">
<h2 class="title text-center" style="color: #0a205b">Meet Our Team</h2>
<div class="row speakers">
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-bottom:30px;">
<div class="text-center">
<div class="people text-center">
<img class="img-rounded user-pic" src="img/anubhav.jpeg" alt="">
</div>
<h4>Anubhav Jaiswal</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-bottom:30px;">
<div class="text-center">
<div class="people text-center">
<img class="img-rounded user-pic" src="img/raghav.jpeg" alt="">
</div>
<h4>Raghav Bhatia</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-bottom:30px;">
<div class="text-center">
<div class="people text-center">
<img class="img-rounded user-pic" src="img/snehal.jpeg" alt="">
</div>
<h4>Snehal Gupta</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-bottom:30px;">
<div class="text-center">
<div class="people text-center">
<img class="img-rounded user-pic" src="img/avi.jpg" alt="">
</div>
<h4>Avi Garg</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-bottom:30px;">
<div class="text-center">
<div class="people text-center">
<img class="img-rounded user-pic" src="img/angel.jpeg" alt="">
</div>
<h4>Angel Walia</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12" style="margin-bottom:30px;">
<div class="text-center">
<div class="people text-center">
<img class="img-rounded user-pic" src="img/chirag.jpeg" alt="">
</div>
<h4>Chirag Jain</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
</section>
<!-- Login + Thank You -->
<section id="signup" class="signup has-bg-color" style="background-color: #f5f5f5">
<div class="container text-center">
<h2 class="title" style="color: #0a205b">Registrations Open!</h2>
<p class="summary">For updates and latest announcments visit our facebook page!</p>
<a class="btn btn-cta btn-cta-primary" href="https://www.facebook.com/events/1958873450803431/" onclick="return true;">Facebook Event Page</a>
<a class="btn btn-cta btn-cta-primary" href="http://bit.ly/2NM80C0" onclick="return true;">Register Here</a>
</div>
</section>
<!-- Footer -->
<div class="bottom-bar">
<div class="container">
<div class="row">
<small class="copyright col-md-6 col-sm-6 col-xs-12">Made with <span style="color: white">❤</span> by <a href="https://www.jumpfast.tech/" style="color: white">JumpFast Technologies</a></small>
</div>
</div>
</div>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>