-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
803 lines (799 loc) · 37.6 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
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
<!--file:///C:/Users/Oindril%20Dutta/Documents/GitHub/website/index.html-->
<html>
<head>
<meta charset = "utf-8" name = "viewport" content = "width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv = "X-UA-Compatible" content = "IE=edge">
<title>Teen Hackathon | First Educational HS Hackathon for Teens, by Teens</title>
<link rel = "shortcut icon" href = "img/myIcon.ico" type = "image/x-icon" title = "MV Hacks">
<link rel = "stylesheet" href = "css/normalize.css">
<link rel = "stylesheet" href = "css/main.css">
<link rel = "stylesheet" href = "css/responsive.css">
</head>
<body>
<header id = "header">
<a href = "#splashscreendiv" class = "splashscreen selected">
<div class = "link">
<img src = "img/header/home.png" title = "Home" alt = "Home">
</div>
</a>
<a href = "#aboutdiv" class = "about">
<div class = "link">
<img src = "img/header/about.png" title = "About" alt = "About">
</div>
</a>
<a href = "#sponsorsdiv" class = "sponsors">
<div class = "link">
<img src = "img/header/sponsor.png" title = "Sponsors" alt = "Sponsors">
</div>
</a>
<a href = "#organizersdiv" class = "organizers">
<div class = "link">
<img src = "img/header/organizer.png" title = "The Team" alt = "The Team">
</div>
</a>
<a href = "#faqdiv" class = "faq">
<div class = "link">
<img src = "img/header/faq.png" title = "FAQ" alt = "FAQ">
</div>
</a>
<a href = "#educodediv" class = "educode">
<div class = "link">
<img src = "img/header/code.png" title = "EduCode" alt = "EduCode">
</div>
</a>
<a href = "#signupdiv" class = "signup">
<div class = "link">
<img src = "img/header/signin.png" title = "Sign Up!" alt = "Sign Up!">
</div>
</a>
</header>
<div class = "footershadow">
<div class = "container" id = "splashscreen">
<div class = "banner firstbanner">
<div class = "overlay">
<div id = "splashscreendiv" class = "padspace bpad"></div>
<a href = "#signupp">
<img src = "img/logo-max.png" title = "Welcome!" alt = "Welcome!">
</a>
</div>
</div>
<div class = "divbreak"></div>
<div class = "fill">
<!--<div id = "timebar">
<div>
<h4>Days</h4>
<h3 id = "days"></h3>
</div>
<div>
<h4>Hrs</h4>
<h3 id = "hrs"></h3>
</div>
<div>
<h4>Mins</h4>
<h3 id = "mins"></h3>
</div>
<div>
<h4>Secs</h4>
<h3 id = "secs"></h3>
</div>
</div>-->
<div id = "signupp" class = "padspace"></div>
<h1 id="special"><a href="#aboutdiv">Welcome to Teen Hackathon</a></h1>
<br><br>
<h3>Save the Date:<br>March 21st - 22nd<br>Paypal Town Hall</h3>
<a href = "#signupdiv">
<div id = "signupbutton">
<h1>SIGN UP</h1>
</div>
</a>
<br>
<a href = "#aboutdiv">
<div>
<img src = "img/arrowdown.png" class="navimg">
</div>
</a>
</div>
<div class = "padspace bpad"></div>
<div class = "divbreak"></div>
</div>
<div class = "container" id = "about">
<div id = "aboutdiv" class = "padspace"></div>
<div class = "fill">
<h1><a href = "#aboutdiv">ABOUT</a></h1><br>
<div class = "break"></div><br>
<h2>The First Educational High School Hackathon</h2><br>
<h3><a href = "#educode">No coding experience required!</a></h3><br>
<h3><a target="_blank" href = "teenhackathonconsent.pdf">Fill out this form to enter.</a></h3><br>
<h3><a target="_blank" href = "http://teenhackathon.challengepost.com">Submit your project to Challenge Post!</a></h3><br>
<h3>March 21st - 22nd</h3>
<div class = "details">
<h3>36 Hours</h3>
</div>
<div class = "details">
<h3>$25 Cost</a></h3>
</div>
<div class = "details special">
<h3>Educative</h3>
</div>
<br><br><br><br><br><br><br><br>
<div class = "break mid"></div>
<br>
<h2>Location</h2>
<br/>
<h3>Paypal Town Hall</h3>
<br>
<h3><a href="https://www.google.com/maps/dir//2161+N+1st+St,+San+Jose,+CA+95131/@37.3769249,-121.9216636,20z/data=!4m13!1m4!3m3!1s0x808fcbe88bce1ed9:0x997b281eb2dbeace!2s2161+N+1st+St,+San+Jose,+CA+95131!3b1!4m7!1m0!1m5!1m1!1s0x808fcbe88bce1ed9:0x997b281eb2dbeace!2m2!1d-121.9216705!2d37.3768443" target="blank">2161 N 1st Street San Jose, CA 95131</a></h3>
<br/>
<div id='map'></div>
<br class="clear">
<!--
<div class = "break mid" id="challengepost"></div>
<br>
<h2>Submissions</h2>
<br/>
<h3>Register and submit your hack here:</h3>
<br>
<h3><a href="http://teenhackathon.challengepost.com" target="blank">Challenge Post Submissions</a></h3>
<br/>
<div class = "break mid"></div>
<br>
<h2>Prizes</h2>
<br/>
<h3>Coming Soon!</h3>
<br>
-->
<a href="#abutt" onclick="expand('aboutexpand')" id="abutt"><div class="button"><h3>See Schedule</h3></div></a>
</div>
<div class = "fill" id="aboutexpand" style="display: none;">
<br>
<h2>Schedule</h2>
<br>
<h3>March 21st - 22nd</h3>
<br>
<div class = "schedule">
<h3>Saturday</h3>
<br>
<h5><span class = "time">11:30AM:</span> Doors Open</h5>
<br>
<h5><span class = "time">12:00AM:</span> Sponsor Talks</h5>
<br>
<h5><span class = "time">12:45AM:</span> Team Pitches</h5>
<br>
<h5><span class = "time">1:00PM:</span> Kickoff Keynote</h5>
<br>
<h5><span class = "time">1:15PM:</span> The Hackathon Begins!</h5>
<br>
<h5><span class = "time">1:30PM:</span> EduCode Sessions Begin!</h5>
<br>
<h5><span class = "time">10:00PM:</span> Doors Close</h5>
<br>
</div>
<div class = "schedule">
<h3>Sunday</h3>
<br>
<h5><span class = "time">7:00AM:</span> Doors Open</h5>
<br>
<h5><span class = "time">3:00PM:</span> Hacking Ends</h5>
<br>
<h5><span class = "time">3:30PM:</span> Submissions Due</h5>
<br>
<h5><span class = "time">3:45PM:</span> Judging Round 1 Begins</h5>
<br>
<h5><span class = "time">4:15PM:</span> Judging Round 2 Begins</h5>
<br>
<h5><span class = "time">4:45PM:</span> Winners are announced!</h5>
<br>
<h5><span class = "time">5:00PM:</span> Hackathon Ends!</h5>
<br>
</div>
<br class = "clear" />
<div class = "break mid"></div>
<br>
<h2>The 5 Commandments</h2>
<ul class = "rules">
<li class = "rule">
<p>No more than four participants per team.</p>
</li>
<li class = "rule">
<p>No previous projects, only fresh ideas & designs.</p>
</li>
<li class = "rule">
<p>You cannot leave from 10PM to 7AM.</p>
</li>
<li class = "rule">
<p>No substances & weapons.</p>
</li>
<li class = "rule">
<p>Have Fun and Stay Safe.</p>
</li>
</ul>
</div>
<a href = "#sponsorsdiv">
<div>
<img src = "img/arrowdown.png" class="navimg">
</div>
</a>
<div class = "padspace bpad"></div>
<div class = "divbreak"></div>
</div>
<div class = "container" id = "sponsors">
<div id = "sponsorsdiv" class = "padspace"></div>
<div class = "fill">
<h1><a href = "#sponsorsdiv">SPONSORS</a></h1>
<br>
<div class = "break"></div>
<br>
<div id = "sponsorgallery">
<a target="_blank" href = "https://www.paypal.com/"><img src="img/sponsors/s0.png"></a>
<a target="_blank" href = "https://www.braintreepayments.com/"><img src="img/sponsors/s3.png"></a>
<a target="_blank" href = "http://www.google.com/"><img src="img/sponsors/s7.png"></a>
<a target="_blank" href = "https://www.udemy.com/"><img src="img/sponsors/s2.png"></a>
<a target="_blank" href = "https://www.camperoo.com"><img src="img/sponsors/s13.png"></a>
<a target="_blank" href = "http://www.weebly.com"><img src="img/sponsors/s18.png"></a>
<a target="_blank" href = "https://www.makeschool.com/"><img src="img/sponsors/s10.png"></a>
<br style="height: 0;">
<a target="_blank" href = "https://www.getpebble.com/"><img src="img/sponsors/s14.png"></a>
<a target="_blank" href = "https://www.dropbox.com/"><img src="img/sponsors/s15.png"></a>
<a target="_blank" href = "https://www.leapmotion.com/"><img src="img/sponsors/s1.png"></a>
<a target="_blank" href = "http://www.tessel.io/"><img src="img/sponsors/s5.svg"></a>
<a target="_blank" href = "http://www.spark.io/"><img src="img/sponsors/s8.png"></a>
<a target="_blank" href = "http://www.ti.com/"><img src="img/sponsors/s9.png"></a>
<a target="_blank" href = "https://www.meteor.com"><img src="img/sponsors/s17.png"></a>
<a target="_blank" href = "http://www.memsql.com/"><img src="img/sponsors/s20.png"></a>
<a target="_blank" href = "https://www.lockitron.com"><img src="img/sponsors/s16.png"></a>
<a target="_blank" href = "https://www.icracked.com"><img src="img/sponsors/s19.png"></a>
<a target="_blank" href = "http://www.spinpunch.com/"><img src="img/sponsors/s11.png"></a>
<!--<a target="_blank" href = "http://www.amicis.com/location_details.asp?id=1"><img src="img/sponsors/s12.png"></a>
<a target="_blank" href = "https://www.capitalone.com/"><img src="img/sponsors/s6.png"></a>-->
<br/>
<div class="break"></div>
<br/>
<br/>
<h2>Partners</h2>
<a target="_blank" href = "http://www.whomentors.com/"><img src="img/sponsors/1.png"></a>
<a target="_blank" href = "http://www.hacker.fund/"><img src = "img/sponsors/3.png"></a>
<a target="_blank" href = "https://www.strengthportal.com/"><img src = "img/sponsors/8.png"></a>
<a target="_blank" href = "http://www.bitwall.io/"><img src="img/sponsors/9.png"></a>
<a target="_blank" href = "https://hackedu.us/"><img src = "img/sponsors/10.png"></a>
<a target="_blank" href = "http://www.htmlmakr.com/"><img src = "img/sponsors/6.png"></a>
<a target="_blank" href = "http://www.mvcompsci.com/"><img src="img/sponsors/5.png"></a>
<!--
<a target="_blank" href = "http://www.learntobe.org/"><img src="img/sponsors/s4.png"></a>
<a target="_blank" href = "http://teenhackathon.challengepost.com/"><img src = "img/sponsors/2.png"></a>
-->
</div>
<br class = "clear" />
<br>
<br>
<h4 class = "altfont">We're excited to be hosting the first educational high school hackathon!<!-- in a High School!-->
<br>Want to sponsor us? We'd love to get your company involved!
</h4>
<h3 class = "altfont"><a href="https://docs.google.com/document/d/1FXX5j_UP5bnJ2iUypvF_TkpJz-ZirNAJm0YAr4iGoGI/edit?usp=sharing" target = "_blank">Contact us!</a></h3>
<br>
<a href = "#organizersdiv">
<div>
<img src = "img/arrowdown.png" class="navimg">
</div>
</a>
</div>
<div class = "padspace bpad"></div>
<div class = "divbreak"></div>
</div>
<div class = "container" id = "organizers">
<div id = "organizersdiv" class = "padspace"></div>
<div class = "fill">
<h1><a href = "#organizersdiv">THE TEAM</a></h1>
<br>
<div class = "break"></div>
<a href="#organizersdiv" onclick="expand('teamexpand')"><div class="button"><h3>The Team</h3></div></a>
</div>
<div class = "fill" id="teamexpand" style="display: none;">
<br>
<h3>This is the hard-working team of teens making Teen Hackathon a reality.</h3>
<br>
<br>
<a href = "https://www.facebook.com/shyam.krish.39" target = "_blank" class = "person">
<div id = "person2">
<p>Shyam</p>
<img src = "img/team/Person2.png" title = "Shyam Krish, VP of Marketing" alt = "Shyam Krish, VP of Marketing">
<h5>Marketing VP</h5>
</div>
</a>
<a href = "https://www.linkedin.com/pub/sameer-kapur/32/452/708" target = "_blank" class = "person">
<div id = "person3">
<p>Sameer</p>
<img src = "img/team/Person3.png" title = "Sameer Kapur, VP of Advertising" alt = "Sameer Kapur, VP of Advertising">
<h5>Advertising VP</h5>
</div>
</a>
<a href = "http://www.linkedin.com/in/maheshmurag" target = "_blank" class = "person">
<div id = "person5">
<p>Mahesh</p>
<img src = "img/team/Person5.png" title = "Mahesh Murag, VP of Public Affairs" alt = "Mahesh Murag, VP of Public Affairs">
<h5>PA VP</h5>
</div>
</a>
<a href = "http://facebook.com/snasiriany" target = "_blank" class = "person">
<div id = "person4">
<p>Soroush</p>
<img src = "img/team/Person4.png" title = "Soroush Nasiriany, VP of Public Relations" alt = "Soroush Nasiriany, VP of Public Relations">
<h5>PR VP</h5>
</div>
</a>
<a href = "rayzhang.webflow.com" target = "_blank" class = "person">
<div id = "person16">
<p>Ray</p>
<img src = "img/team/Person16.png" title = "Ray Zhang, VP of Media" alt = "Ray Zhang, VP of Media">
<h5>Media VP</h5>
</div>
</a>
<a href = "https://www.facebook.com/send.amit" target = "_blank" class = "person">
<div id = "person7">
<p>Amit</p>
<img src = "img/team/Person7.png" title = "Amit Saxena, VP of Fundraising" alt = "Amit Saxena, VP of Fundraising">
<h5>Fundraising VP</h5>
</div>
</a>
<a href = "http://www.linkedin.com/pub/manan-shah/7b/347/521" target = "_blank" class = "person">
<div id = "person6">
<p>Manan</p>
<img src = "img/team/Person6.png" title = "Manan Shah, VP of Business" alt = "Manan Shah, VP of Business">
<h5>Business VP</h5>
</div>
</a>
<a href = "https://www.facebook.com/aditya.mishra.3158" target = "_blank" class = "person">
<div id = "person14">
<p>Aditya</p>
<img src = "img/team/person14.png" title = "Aditya Mishra, VP of Sponsors" alt = "Aditya Mishra, VP of Sponsors">
<h5>Sponsors VP</h5>
</div>
</a>
<a href = "https://www.linkedin.com/profile/view?id=329356803&trk=nav_responsive_tab_profile" target = "_blank" class = "person">
<div id = "person9">
<p>Nikhil</p>
<img src = "img/team/Person9.png" title = "Nikhil Cheerla, VP of Engineering" alt = "Nikhil Cheerla, VP of Engineering">
<h5>Engineering VP</h5>
</div>
</a>
<a href = "https://www.facebook.com/itaybarylka" target = "_blank" class = "person">
<div id = "person18">
<p>Itay</p>
<img src = "img/team/Person18.png" title = "Itay Barylka, VP of Logistics" alt = "Itay Barylka, VP of Logistics">
<h5>Logistics VP</h5>
</div>
</a>
<a href = "http://www.linkedin.com/in/aashishkapur" target = "_blank" class = "person">
<div id = "person11">
<p>Aashish</p>
<img src = "img/team/Person11.png" title = "Aashish Kapur, VP of Logistics" alt = "Aashish Kapur, VP of Logistics">
<h5>Logistics VP</h5>
</div>
</a>
<a href = "https://www.facebook.com/shan.tulshi1" target = "_blank" class = "person">
<div id = "person10">
<p>Shan</p>
<img src = "img/team/Person10.png" title = "Shan Tulshi, VP of Swag" alt = "Shan Tulshi, VP of Swag">
<h5>General VP</h5>
</div>
</a>
<a href = "http://iansari.com" target = "_blank" class = "person">
<div id = "person13">
<p>Ibrahim</p>
<img src = "img/team/Person13.png" title = "Ibrahim Ansari, VP of Curriculum" alt = "Ibrahim Ansari, VP of Curriculum">
<h5>Curriculum VP</h5>
</div>
</a>
<a href = "https://www.linkedin.com/in/williamsheu" target = "_blank" class = "person">
<div id = "person12">
<p>William</p>
<img src = "img/team/Person12.png" title = "William Sheu, VP of Entertainment" alt = "William Sheu, VP of Entertainment">
<h5>Entertainment VP</h5>
</div>
</a>
<a href = "https://www.facebook.com/sahil.gandhi.16121471" target = "_blank" class = "person">
<div id = "person17">
<p>Sahil</p>
<img src = "img/team/Person17.png" title = "Sahil Ghandhi, VP of Accounting" alt = "Sahil Ghandhi, VP of Accounting">
<h5>Accounting VP</h5>
</div>
</a>
<a href = "http://www.facebook.com/radhikadhomse" target = "_blank" class = "person">
<div id = "person8">
<p>Radhika</p>
<img src = "img/team/Person8.png" title ="Radhika Dhomse, VP of Facilitation" alt = "Radhika Dhomse, VP of Facilitation">
<h5>Facilitation VP</h5>
</div>
</a>
<a href = "http://www.linkedin.com/pub/ajay-gopinath/57/264/635" target = "_blank" class = "person">
<div id = "person15">
<p>Ajay</p>
<img src = "img/team/Person15.png" title = "Ajay Gopinath, VP of Volunteering" alt = "Ajay Gopinath, VP of Volunteering">
<h5>Volunteer VP</h5>
</div>
</a>
<a href = "http://od.paperplane.io" target = "_blank" class = "person">
<div id = "person1">
<p>Oindril</p>
<img src = "img/team/person1.png" title = "Oindril Dutta, Founder & CEO of Teen Hackathon" alt = "Oindril Dutta, Founder & CEO of Teen Hackathon">
<h5>Founder, CEO</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div id="coder7">
<p>Parvathy</p>
<img src = "img/team/coder7.png" title = "Parvathy Menon, Code Ranger" alt = "Parvathy Menon, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div>
<p>Suyash</p>
<img src = "img/team/coder2.png" title = "Suyash Ganu, Code Ranger" alt = "Suyash Ganu, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div>
<p>Kaushik</p>
<img src = "img/team/coder3.png" title = "Kaushik Kasi, Code Ranger" alt = "Kaushik Kasi, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div id = "coder4">
<p>Navneedh</p>
<img src = "img/team/coder4.png" title = "Navneedh Maudgalya, Code Ranger" alt = "Navneedh Maudgalya, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<!--
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div id="coder8">
<p>Kirtana</p>
<img src = "img/team/coder7.png" title = "Kirtana Sripathi, Code Ranger" alt = "Kirtana Sripathi, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>-->
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div>
<p>Kush</p>
<img src = "img/team/coder5.png" title = "Kush Rastogi, Code Ranger" alt = "Kush Rastogi, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div>
<p>Billy</p>
<img src = "img/team/coder6.png" title = "Billy Zhong, Code Ranger" alt = "Billy Zhong, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div id = "coder1">
<p>Anirudh</p>
<img src = "img/team/coder1.png" title = "Anirudh Balasubramaniam, Code Ranger" alt = "Anirudh Balasubramaniam, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<!--
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div id="coder9">
<p>Himanshu Gautam</p>
<img src = "img/team/coder9.png" title = "Himanshu Gautam, Code Ranger" alt = "Himanshu Gautam, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
<a href = "mailto:[email protected]" target = "_blank" class = "person">
<div id="coder10">
<p>NAME</p>
<img src = "img/team/coder7.png" title = "NAME, Code Ranger" alt = "NAME, Code Ranger">
<h5>Code Ranger</h5>
</div>
</a>
-->
<br style="clear: both">
<h4>Special thanks to Rauhmel Fox, the CEO of <a href="http://whomentors.com/">WHOmentors.com, Inc.</a> for supporting us.</h4>
<br style="clear: both">
</div>
<h4><a href="" onclick="expand('codermail'); return false;">Want to help out too? Become a Code Ranger!</a></h4>
<br style="clear: both">
<form id="codermail" method="POST" action="//formspree.io/[email protected]" style="display: none;">
<input type="text" name="name" placeholder="Your Full Name">
<input type="email" name="_replyto" placeholder="Your Email">
<textarea type="textarea" name="message" rows="5" placeholder="Hi! I want to be a Code Ranger, because..."></textarea>
<input type="hidden" name="_subject" value="Teen Hackathon Code Ranger App" />
<input type="text" name="_gotcha" style="display: none;">
<input type="hidden" name="_next" value="https://docs.google.com/document/d/1TUmk0pm3Zw8a9T4_uDQEhrr4hcBD60UoaJ70HhCBANI/edit?usp=sharing" />
<input type="submit" value="Send">
</form>
<br>
<a href = "#faqdiv">
<div>
<img src = "img/arrowdown.png" class="navimg">
</div>
</a>
<div class = "padspace bpad"></div>
<div class = "divbreak"></div>
</div>
<div class = "container" id = "faq">
<div id = "faqdiv" class = "padspace"></div>
<div class = "fill">
<h1><a href = "#faqdiv">FAQ</a></h1>
<br>
<div class = "break"></div>
<br>
<h3>Got Questions?</h3>
<a href="#faqdiv" onclick="expand('faqexpand')"><div class="button"><h3>Answered!</h3></div></a>
</div>
<div class = "fill" id="faqexpand" style="display: none;">
<br>
<div id = "faqboxes">
<div class = "faqcolumn">
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>What is a Hackathon?</h4>
</div>
<p><a href = "https://medium.com/@axskern/what-is-a-hackathon-c2162b893b0a"
target = "_blank">Hackathons are where your crazy ideas become reality.</a> Build anything you want to build, from websites, apps, software, hardware, just about anything that comes out of your crazy mind. Just make it in the 30 hours you have!</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>Why should I do a hackathon?</h4>
</div>
<p>There is no better way to start or continue learning something other than through experience, and a Hackathon is the best place to get that experience, while getting all the help you can from anybody there!</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>Who can attend? Do I need to have an idea?</h4>
</div>
<p>Anybody! Our Hackathon specifically targets high schoolers new to programming, but everybody & anybody is welcome! Ideas don't grow on trees, so it's perfectly fine if you don't have an idea when you come to Teen Hackathon. Most hackers have no clue of what they will build, yet many still win!</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>What if I've never programmed before?</h4>
</div>
<p>No problem-o! No experience required! But if you're a complete freshie, we have <a href = "http://duttaoindril.github.io/website/#educode">lessons</a> to help you get started! The main goal of a hackathon is to learn new things & meet new people!</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>Is there any support for hardware hacks?</h4>
</div>
<p>Unfortunately, as high schoolers, our hardware support is limited. <a href = "http://duttaoindril.github.io/website/#footer">Contact us</a> for more details regarding your specific goals so we can set you up best.</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>How do I register?</h4>
</div>
<p><a href = "http://www.eventbrite.com/e/teen-hackathon-tickets-12674613109">SIGN UP!</a>
</p>
</div>
</div>
<div class = "faqcolumn">
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>What if I have never attended a Hackathon before?</h4>
</div>
<p>Great! This will be a fun AND novel experience for you! As mentioned before, no experience is required. A hackathon is a great place to meet new people of many types, & learn a lot from the entire experience & people met. We would be honored to make your first hackathon Teen Hackathon.</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>Can I use previously written code or previously built hardware projects?</h4>
</div>
<p>Nope. Nee. Nie. Ne. No. Na. Ni. Non. Nahi. Nein. Nai. You MUST start from a blank slate of ideas & designs.</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>What's the cost?</h4>
</div>
<p>It's $25.</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>How big are teams?</h4>
</div>
<p>A maximum of four participants. No more. It's perfectly fine to be alone, too.</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>What should I bring?</h4>
</div>
<p>A laptop, toiletries, & your brain. Also bring your own food or money to order.</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>Do I need to stay the entire 30 hours? Do I need to be there?</h4>
</div>
<p>No, not really; but it would be awesome if you did! Since we are using challenge post to submit hacks, you can submit off-site if you decide to not attend. Also keep in mind that the hackathon will be closed off to all inbound or outbound traffic from 10PM to 7AM, so unless you hack overnight better at home, stay, & have some fun!</p>
</div>
<div class = "faqbox">
<div class = "faqboxtitle">
<h4>How do I help out?</h4>
</div>
<p><a href = "https://www.eventbrite.com/e/teenhackathon-tickets-12674613109/#TicketReg">DONATE to us!</a><br>OR!<br><a href="https://docs.google.com/document/d/1TUmk0pm3Zw8a9T4_uDQEhrr4hcBD60UoaJ70HhCBANI/edit?usp=sharing" target = "_blank">Become a Code Ranger!</a></p>
</div>
</div>
</div>
<br class = "clear" />
<h3>Got More Questions? Wow.<br><a href = "http://duttaoindril.github.io/website/#footer">Contact Us!</a></h3>
<br>
</div>
<a href = "#educodediv">
<div>
<img src = "img/arrowdown.png" class="navimg">
</div>
</a>
<div class = "padspace bpad"></div>
<div class = "divbreak"></div>
</div>
<div class = "container" id = "educode">
<div id = "educodediv" class = "padspace"></div>
<div class = "fill">
<h1><a href = "#educodediv">EduCode</a></h1>
<br>
<div class = "break"></div>
<br>
<h2>Can't code?</h2>
<a href="#educodediv" onclick="expand('educodeexpand')"><div class="button"><h3>No Problem!</h3></div></a>
<br>
</div>
<div class = "fill" id="educodeexpand" style="display: none;">
<h2>No experience?</h2><br>
<h2>Scared?</h2><br>
<h3>Doesn't Matter!<br><br>Come to the #EduCode Sessions!<br><br>In these sessions we will teach you:</h3>
<br>
<ul class = "rules">
<li class = "rule">
<p>HTML5, CSS3, & HTMLMakr</p>
</li>
<li class = "rule">
<p>MakeSchool Swift implementations in iOS</p>
</li>
<li class = "rule">
<p>Programming basics in Python</p>
</li>
<li class = "rule">
<p>Basic Java & C# Programming</p>
</li>
<li class = "rule">
<p>Basic Java implementations in Android</p>
</li>
<li class = "rule">
<p>Basic JavaScript implementations with Meteor</p>
</li>
<li class = "rule">
<p>Tessel JavaScript implementations</p>
</li>
<li class = "rule">
<p>Entrepreneurship Talk</p>
</li>
<li class = "rule">
<p>Starting and scaling a business</p>
</li>
<li class = "rule">
<p>How to Pitch</p>
</li>
</ul>
<br>
<h4>Come to these sessions & you'll be ready with time to start your own hack!<br><br>The sessions are taught by sponsors, high school & college mentors!<br><br>Whether you can code or not does not matter; whether you want to learn does.</h4>
<br>
<br>
<h3>#EduCode. Enjoy!</h3>
<br>
</div>
<a href = "#signupdiv">
<div>
<img src = "img/arrowdown.png" class="navimg">
</div>
</a>
<div class = "padspace bpad"></div>
<div class = "divbreak"></div>
</div>
<div class = "container" id = "signup">
<div id = "signupdiv" class = "padspace"></div>
<div class = "fill">
<h1><a href = "#signupdiv">SIGN UP!</a></h1>
<br>
<div class = "break"></div>
<br>
<h2>...in two easy steps!</h2>
<br>
<h3>1. Get your tickets:</h3>
<br>
<a href = "http://www.eventbrite.com/e/teen-hackathon-tickets-12674613109" target = "_blank">
<img id = "evlink" class = "storelink" src = "img/links/eventbrite.png" title = "Get your tickets!" alt = "Get your Tickets!">
</a>
<!--
<br>
<a href="http://teenhacks.paperplane.io/code.html" target="_blank"><div class="button"><h3>Fee Waiver</h3></div></a>
<h3>2. Get the app:</h3>
<br>
<h4>Coming out soon.</h4>
<a href = "http://www.odutta.com" target = "_blank">
<img class = "storelink" src = "img/links/playstore.png" title = "Get the Android App!" alt = "Get the Android App!">
</a>
<a href = "http://www.odutta.com" target = "_blank">
<img class = "storelink" src = "img/links/appstore.png" title = "Get the iOS App!" alt = "Get the iOS App!">
</a>
<a href = "http://www.odutta.com" target = "_blank">
<img class = "storelink" src = "img/links/windowstore.png" title = "Get the Windows Phone App!" alt = "Get the Windows Phone App!">
</a>
<a href = "https://duttaoindril.github.io/TeenHacksApp/" target = "_blank">
<img class = "storelink" src = "img/links/webapp.png" title = "Use the Web App!" alt = "Use the Web App!">
</a>
<br>-->
<br>
<h3>2. Attend & have a blast!</h3>
</div>
<br>
<div id = "sidebar">
<a href = "#splashscreendiv">
<img src = "img/logo-header.png" title = "Back to Top" alt = "Back to Top">
</a>
<a href = "#signupdiv">
<img src = "img/sidebar/eventbrite.png" title = "Get your Tickets!" alt = "Get your Tickets!">
</a>
<a href = "#evlink">
<img src = "img/sidebar/app.png" title = "Get the App!" alt = "Get the App!">
</a>
<a href = "#footer">
<img src = "img/sidebar/email.png" title = "Contact us!" alt = "Contact us!">
</a>
<a href = "https://www.facebook.com/TeenHackathon" target = "_blank">
<img src = "img/sidebar/facebook.png" title = "Like us!" alt = "Like us!">
</a>
<a href = "https://twitter.com/TeenHackathon" target = "_blank">
<img src = "img/sidebar/twitter.png" title = "Follow us!" alt = "Follow us!">
</a>
</div>
<a href = "#splashscreendiv" id = "link">
<div>
<img src = "img/arrowup.png" class="navimg">
</div>
</a>
<div class = "padspace bpad"></div>
<div id = "footer" class = "divbreak"></div>
</div>
</div>
<footer>
<br>
<h4>Background Credits go to<br>Jessica Wang of the <a href="http://hackmit.org/">HackMIT Team</a>.<br>Check them out!</h4>
<br>
<h4>Contact us through:</h4>
<p><a href = "mailto:[email protected]">[email protected]</a>
</p>
<br>
<h4>Or, like us on:</h4>
<p><a href = "https://www.facebook.com/TeenHackathon" target = "_blank">Facebook</a>
</p>
<br>
<h4>And follow us on:</h4>
<p><a href = "https://twitter.com/TeenHackathon" target = "_blank">@TeenHackathon</a>
</p>
<br>
<p><a href="https://plus.google.com/106021813935784237606" rel="publisher">Google+</a>
</p>
<br>
<p>©2014-2015 Teen Hackathon.<br>All rights reserved.</p>
<br>
<h4>Website Credits: <a href = "http://www.odutta.com" target = "_blank">Oindril Dutta</a>
</h4>
<br>
</footer>
<script src = "https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src = "https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src = "https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src='https://maps.googleapis.com/maps/api/js?sensor=false&extension=.js'></script>
<!--
MAP CODE: https://mapbuildr.com/buildr/iizhda; key=AIzaSyCqn8uahY2jAJgsRgvuogjwiDOCnLDbJ74&
-->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54728353-2', 'auto');
ga('send', 'pageview');
</script>
<script src = "js/main.js"></script>
</body>
</html>