This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·705 lines (672 loc) · 32.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DCHacks - Summer 2015</title>
<link rel="stylesheet" href="styles/style.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale = 1.0,maximum-scale=2.0,user-scalable=no">
<link rel="shortcut icon" href="http://DCHacks.org/vectors/logo-symbol-transparent.png">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="DCHacks - Summer 2015">
<meta property="og:site_name" content="DCHacks">
<meta property="og:description" content="DCHacks: A 24-hour coding competition for high school students.">
<meta property="og:url" content="http://dchacks.org/">
<meta property="og:image" content="http://dchacks.org/vectors/logo-full.png">
<!-- Allow Robots -->
<meta name="robots" content="allow">
<!-- Meta Tags -->
<meta name="description" content="DCHacks: A 24-hour coding competition for high school students." />
<meta itemprop="name" content="DCHacks - Summer 2015" />
<meta itemprop="image" content="http://dchacks.org/vectors/logo-full.png"/ >
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<!-- Webapp -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" content="/vectors/logo-full.png">
<link rel="apple-touch-icon-precomposed" href="/vectors/logo-full.png">
<!-- Microsoft App Icon -->
<meta name="msapplication-navbutton-color" content="#2c3e50">
<meta name="msapplication-tooltip" content="DCHacks">
<meta name="msapplication-TileColor" content="#2c3e50">
<meta name="msapplication-TileImage" content="/vectors/logo-full.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@HaxDC">
<meta name="twitter:title" content="DCHacks">
<meta name="twitter:description" content="DCHacks: A 24-hour coding competition for high school students.">
<meta name="twitter:image" content="http://dchacks.org/vectors/logo-full.png">
<!-- 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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52933720-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<span id="top"></span>
<header id="intro">
<div class="middled intro">
<div class="c text-center">
<!-- <div class="logo">
<img src="/vectors/bracket-left.png" height="140" width="28" alt="">
<span class="brace-left">{</span>
<img src="/vectors/logo-symbol.png" class="compact" width="250" alt="">
<div class="circle">
<img src="/vectors/logo-symbol-transparent.png" class="capital" width="120" alt="">
</div>
<img src="/vectors/bracket-right.png" height="140" width="28" alt="">
<span class="brace-right">}</span>
</div> -->
<h1>DCHacks</h1>
<hr>
<p class="lead"><b>A 24-hour coding competition for high school students.</b></p>
<br>
<p class="lead text-center"><a href="#reg" onclick="$('#intro').toggleClass('slide-2')" class="button button-jumbo button-orange"><i class="icon-ol-user"></i> Interest Form!</a> <a href="https://docs.google.com/forms/d/1t0uBY37v8deqkP9YS2temFGtAYQyTckjiFNz0ZyX0YQ/viewform" class="button button-jumbo button-green" target="_blank"><i class="icon-ol-megaphone"></i> Become a Mentor!</a> <a href="#sponsors" class="button button-jumbo button-blue"><i class="icon-ol-like"></i> Sponsor Us!</a> </p>
</div>
</div>
<div class="middled reg" id="register">
<div class="c text-center">
<p class="lead"><a href="#intro" onclick="$('#intro').toggleClass('slide-2')" class="button"><i class="icon-arrow-left"></i></a> <b>Interest Form</b></p>
<form action="https://docs.google.com/forms/d/1wna-z_5X54re7BBFbENzXF3ptCiROXYw5BXt5JuEfiQ/formResponse" method="POST" id="ss-form" target="_self" onsubmit="">
<input type="text" name="entry.2067152739" value="" class="ss-q-short" id="entry_2067152739" dir="auto" aria-label="Full Name " aria-required="email" required="" title="" placeholder="Name">
<input type="email" name="entry.1280338010" value="" class="ss-q-short" id="entry_1280338010" dir="auto" aria-label="Email " aria-required="true" required="" title="" placeholder="Email">
<input type="text" name="entry.379356565" value="" class="ss-q-short" id="entry_379356565" dir="auto" aria-label="Location City,State " aria-required="true" required="" title="" placeholder="City, State">
<input type="text" name="entry.2128803607" value="" class="ss-q-short" id="entry_2128803607" dir="auto" aria-label="School (High Schoolers Only) " aria-required="true" required="" title="" placeholder="High School">
<input type="hidden" name="fbzx" value="-8702239627474830603">
<input type="submit" name="submit" value="Submit" id="ss-submit" class="submit">
</form>
</div>
</div>
</header>
<div class="has-nav">
<div class="c">
<nav id="nav" class="nav nav-vertical nav-left" role="navigation">
<a href="#top" class="logo"><b>DCHacks</b></a>
<a href="#about" onclick="toggleMenu();">About</a>
<a href="#venue" onclick="toggleMenu();">Venue</a>
<a href="#schedule" onclick="toggleMenu();">Schedule</a>
<!-- <a href="#workshops">Workshops</a> -->
<a href="#prizes" onclick="toggleMenu();">Prizes</a>
<a href="#sponsors" class="hidden-mobile" onclick="toggleMenu();">Sponsors</a>
<a href="#faq" onclick="toggleMenu();">FAQ</a>
</nav>
</div>
<div class="bar mobile-header">
<a id="toggle-nav" onclick="toggleMenu();"><i class="icon-grid"></i> <!-- <span class="sr-only">MENU</span> --></a>
<a href="/"><span class="logo"><b>DCHacks</b></span></a>
<a href="#" id="twitter" class="right"><i class="icon-ol-search"></i></a>
</div>
<div class="bar mobile-footer">
<menu>
<a href="#top">
<i class="icon-ol-shop"></i>
<span>Home</span>
</a>
<a href="#schedule">
<i class="icon-ol-calendar"></i>
<span>Schedule</span>
</a>
<a href="#prizes">
<i class="icon-ol-bulb"></i>
<span>Prizes</span>
</a>
<a href="/chat">
<i class="icon-ol-bubble"></i>
<span>Chat</span>
</a>
</menu>
</div>
</div>
<section id="about">
<div class="c">
<div class="row">
<div class="col-33">
<div class="white-box">
<h3><span class="highlight">Learn how to code.</span> <i class="icon-ol-study"></i></h3>
<p>With workshops and talks from the top tech companies, you'll learn everything you need to know to create top quality apps and services. Experienced mentors will be there the whole time to help you build and squash bugs.</p>
<div class="bottom">
<a href="?tagged=workshops#schedule">Explore Workshops <i class="icon-pointer-right"></i></a>
</div>
</div>
</div>
<div class="col-33">
<div class="white-box">
<h3><span class="highlight">Build awesome stuff.</span> <i class="icon-ol-display"></i></h3>
<p>Make your idea become a reality. Whether you have years of experience or just learned through DCHacks's workshops, anyone can create quality applications that impress. All you need is a laptop and the drive to create.</p>
<div class="bottom">
<a href="http://www.codecademy.com/" target="_blank">Get a Head Start <i class="icon-pointer-right"></i></a>
</div>
</div>
</div>
<div class="col-33">
<div class="white-box">
<!--<h3><span class="highlight">Over $5000 in prizes.</span> <i class="icon-ol-shirt"></i></h3>-->
<h3><span class="highlight">Win awesome prizes.</span> <i class="icon-ol-shirt"></i></h3>
<p>Have your hard work pay off with awesome prizes and swag. Compete for sponsor and API prizes or to be titled one of the top 3 hacks of the event. We also have tons of free swag and giveaways for all hackers.</p>
<div class="bottom">
<a href="#prizes">Peek at our Prizes <i class="icon-pointer-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<section id="venue">-->
<!-- <div class="c">-->
<!-- <h1>Pied Piper</h1>-->
<!-- <p>Hack the night away at Pied Piper! Actually, we are still confirming a venue but in the meantime...</p>-->
<!-- <div class="row">-->
<!-- <div class="col-45">-->
<!-- <h3>About Pied Piper</h3>-->
<!-- <p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.</p>-->
<!-- <a href="http://piedpiper.com/" target="_blank" class="button button-blue button-large"><i class="icon-planet"></i> piedpiper.com</a>-->
<!-- </div>-->
<!-- <div class="col-20">-->
<!-- <h3>Address</h3>-->
<!-- <p>-->
<!-- Pied Piper S. a. r. l.<br>-->
<!-- 808 Big Data Road<br>-->
<!-- Silicon Alley, VA. 20171-->
<!-- </p>-->
<!-- <a href="https://maps.google.com/?daddr=White+House" class="button button-green button-large" target="_blank"><i class="icon-ol-location"></i> Get Directions</a>-->
<!-- </div>-->
<!-- <div class="col-35 photos">-->
<!-- <h3>Photos</h3>-->
<!-- <a href="http://i.imgur.com/lqXT9Md.jpg" target="_blank">-->
<!-- <img src="http://i.imgur.com/lqXT9Md.jpg" width="100px" style="width: 100%;" alt="">-->
<!-- <span class="caption">The Crew</span>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</section>-->
<!--<section id="learn" class="padded">
<div class="c">
<div class="row">
<div class="col-40">
<div class="white-box">
<h3><span class="highlight">Learn how to code.</span> <i class="icon-ol-study"></i></h3>
<p>With workshops and talks from the top tech companies, you'll learn everything you need to know to create top quality apps and services. Experienced mentors will be there the whole time to help you build and squash bugs.</p>
<div class="bottom">
<a href="#workshops">Explore Workshops <i class="icon-pointer-right"></i></a>
</div>
</div>
</div>
<div class="col-60">
</div>
</div>
</div>
</section>
<section id="code" class="padded">
<div class="c">
<div class="row">
<div class="col-40">
<div class="white-box">
<h3><span class="highlight">Build awesome stuff.</span> <i class="icon-ol-display"></i></h3>
<p>Make your idea become a reality. Whether you have years of experience or just learned through DCHacks's workshops, anyone can create quality applications that impress. All you need is laptop and the drive to create.</p>
<div class="bottom">
<a href="http://www.codecademy.com/" target="_blank">Get a Head Start <i class="icon-pointer-right"></i></a>
</div>
</div>
</div>
<div class="col-60">
</div>
</div>
</div>
</section>
<section id="swag" class="padded">
<div class="c">
<div class="row">
<div class="col-40">
<div class="white-box">
<h3><span class="highlight">Over $5000 in prizes.</span> <i class="icon-ol-shirt"></i></h3>
<p>Have you hard work pay off with awesome prizes and swag. Compete for sponsor and API prizes, or compete to be titled one of the top 3 hacks of the event. We also have tons of free swag and giveaways for all hackers.</p>
<div class="bottom">
<a href="#prizes">Peek at our Prizes <i class="icon-pointer-right"></i></a>
<br>
<a href="#sponsors">Check out our Sponsors <i class="icon-pointer-right"></i></a>
</div>
</div>
</div>
<div class="col-60">
</div>
</div>
</div>
</section> -->
<section id="schedule">
<div class="c">
<div class="pole"></div>
<h1>Schedule</h1>
<div class="timeline">
<div class="pole"></div>
<div class="event white-box">
<h3>Registration Opens</h3>
<span class="time">12:30 pm</span>
<p> First 50 hackers get a treat!</p>
</div>
<div class="event white-box">
<h3>Registration Closes</h3>
<span class="time">1 pm</span>
<p>Hackers are welcome to enter later, but everyone should be in by now!</p>
</div>
<div class="event white-box">
<h3>Keynote/Opening</h3>
<span class="time">1:15 pm</span>
<p>With a special guest!</p>
</div>
<div class="event white-box">
<h3>Hacking Starts</h3>
<span class="time">2 pm</span>
<p>It begins.</p>
</div>
<div class="event white-box">
<h3>Dinner</h3>
<span class="time">7:30 pm</span>
<p>Food TBD</p>
</div>
<div class="event white-box">
<h3>Midnight Surprise</h3>
<span class="time">12 am</span>
<p>Just a nice little treat provided by TBD!</p>
</div>
<div class="event white-box">
<h3>Early Bird Breakfast</h3>
<span class="time">6 am</span>
<p>Early bird breakfast provided by TBD.</p>
</div>
<div class="event white-box">
<h3>Normal Breakfast</h3>
<span class="time">8 am</span>
<p>Food TBD</p>
</div>
<div class="event white-box">
<h3>Lunch</h3>
<span class="time">1 pm</span>
<p>Food TBD</p>
</div>
<div class="event white-box">
<h3>Hacking Ends</h3>
<span class="time">2 pm</span>
<p>All projects must be submitted. Hands off the keyboard!</p>
</div>
<div class="event white-box">
<h3>Project Expo</h3>
<span class="time">2:30 pm</span>
<p>Ship it.</p>
</div>
<div class="event white-box">
<h3>Awards</h3>
<span class="time">4 pm</span>
<p>Top 10 hacks and API winners demo their projects. Swag and prizes given out.</p>
</div>
<div class="event white-box">
<h3>Bye!</h3>
<span class="time">6 pm</span>
<p>Pack and clean up. See you again next year!</p>
</div>
</div>
</div>
</section>
<!-- <div id="workshops">
<div class="c">
<h1>Workshops</h1>
<p>Coming soon!</p>
</div>
</div> -->
<section id="prizes">
<div class="c">
<h1>Prizes</h1>
<p>Coming soon!</p>
<!--<p>Coming soon! Win over $5,000 in prizes! There will also be a special chance to increase the value of the prize at the event.</p>-->
<!--<div class="row">-->
<!-- <div class="col-33">-->
<!-- <h3>1st Place</h3>-->
<!-- <ul class="lead">-->
<!-- <li class="main">$1024 USD</li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- <div class="col-33">-->
<!-- <h3>2nd Place</h3>-->
<!-- <ul class="lead">-->
<!-- <li class="main">$512 USD</li>-->
<!-- </ul>-->
<!-- </div>-->
<!-- <div class="col-33">-->
<!-- <h3>3rd Place</h3>-->
<!-- <ul class="lead">-->
<!-- <li class="main">$256 USD</li>-->
<!-- </ul>-->
<!-- </div>-->
<!--</div>-->
</div>
</section>
<!-- <section id="sponsors">
<div class="c">
<h1>We <span class="love">♥</span> Our Sponsors</h1>
<p>DCHacks wouldn't be possible without all of these wonderful sponsors:</p>
<div class="row col-50">
<div class="white-box">
<div class="brand" style="background:rgb(255,255,255);border-bottom:1px solid gray;"><img src="/images/logos/amazon.jpg" alt=""></div>
<h3>Amazon</h3>
<p>Online retailer of cloud services, books, movies, music and games along with electronics, toys, apparel, sports, tools, groceries, ukuleles, and just about anything you can imagine.</p>
<div class="buttons">
<a href="http://www.amazon.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> amazon.com</a>
</div>
</div>
</div>
<div class="col-50">
<div class="white-box">
<div class="brand" style="background:rgb(20,20,20)"><img src="/images/logos/rackspace.png" alt=""></div>
<h3>Rackspace</h3>
<p>Over 200000 businesses trust Rackspace, the managed cloud company. We design, build, and run the best cloud for your needs, and back it with Support® at every step.</p>
<div class="buttons">
<a href="http://www.rackspace.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> rackspace.com</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box editable">
<div class="brand" placeholder="Your Fancy Logo Here!" contenteditable=true></div>
<h3 placeholder="Your Name Here!" contenteditable=true></h3>
<p placeholder="Interested in sponsoring us? Check out the PDF below and edit me to test your elevator pitch!" contenteditable=true></p>
<div class="buttons">
<a href="/media/DCHacks_Sponsor.pdf" class="button button-small" target="_blank"><i class="icon-file"></i> Sponsorship Document (PDF)</a>
</div>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(228, 228, 228)"><img src="/images/logos/ridescout.png" alt=""></div>
<h3>RideScout</h3>
<p>RideScout is a mobile app that helps you get from point A to point B faster and smarter.</p>
<div class="buttons">
<a href="http://ridescoutapp.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> ridescoutapp.com</a>
</div>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#f1f1f1"><img src="/images/logos/google.png" alt=""></div>
<h3>Google</h3>
<p>Google is the world's largest search engine.</p>
<a href="https://google.com" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> google.com</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#2E8EDB"><img src="/images/logos/lob-blue.png" alt=""></div>
<h3>Lob</h3>
<p>Lob is a simple API to integrate print & mail solutions into your applications.</p>
<a href="http://lob.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> lob.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#f0efed"><img src="/images/logos/challengepost.png" alt=""></div>
<h3>ChallengePost</h3>
<p>Our online software competitions and in-person hackathons increase software built using your API, SDK, or dataset.</p>
<a href="http://challengepost.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> challengepost.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(46, 49, 51);border-top: 4px solid rgb(140, 193, 193);"><img src="/images/logos/namecheap-white.png" alt=""></div>
<h3>Namecheap</h3>
<p>We make registering, hosting, and managing domains for yourself or others easy and affordable.</p>
<a href="http://namecheap.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> namecheap.com</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#f0efed"><img src="/images/logos/onemonth.png" alt=""></div>
<h3>One Month</h3>
<p>In just 30 minutes a day, for 30 days, you can get the skills to launch your career.</p>
<a href="http://onemonth.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> onemonth.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#3686be"><img src="/images/logos/digital-ocean.svg" alt=""></div>
<h3>Digital Ocean</h3>
<p>Digital Ocean provides simple, fast, and scalable SSD cloud virtual servers.</p>
<a href="https://www.digitalocean.com/?refcode=4030c3618de9" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> digitalocean.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/clearancejobs.png" alt=""></div>
<h3>ClearanceJobs</h3>
<p>A professional career network dedicated to security-cleared professionals and employers.</p>
<a href="http://clearancejobs.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> clearancejobs.com</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/github.png" alt=""></div>
<h3>GitHub</h3>
<p>GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over six million people use GitHub to build amazing things together.</p>
<a href="http://github.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> github.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/istrategylabs.png" alt=""></div>
<h3>iStrategy Labs</h3>
<p>iStrategyLabs is a creative agency that builds online and offline movements that engage communities through innovative marketing, experimental uses of social media, and civic innovation programs of all kinds.</p>
<a href="http://istrategylabs.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> istrategylabs.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/tessel.png" alt=""></div>
<h3>Tessel</h3>
<p>Tessel is a microcontroller that runs JavaScript. It's Node-compatible and ships with Wifi built in. Use it to easily make physical devices that connect to the web.</p>
<a href="http://tessel.io/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> tessel.io</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/gogosqueez.png" alt=""></div>
<h3>Squeezsquad</h3>
<p>The squeeZ Squad is a team of passionate GoGo lovers that also love being out in their own community. Our team mission is to get GoGo squeeZ to families at work and at play.</p>
<a href="http://www.gogosqueez.com/about/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> gogosqueez.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#222"><img src="/images/logos/wolfram.png" alt=""></div>
<h3>Wolfram</h3>
<p>The integrated technical computing software company founded and led by Stephen Wolfram.</p>
<a href="http://wolfram.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> wolfram.com</a>
</div>
</div>
<div class="col-33">
</div>
</div>
<div class="row">
<div class="col-33">
</div>
<div class="col-33"></div>
<div class="col-33"></div>
</div>
<h2>Partners</h2>
<p>We love our partners as well!</p>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/mlh.png" alt=""></div>
<h3>Major League Hacking</h3>
<p>We work with student hackathon organizers from day zero to help them put on the best possible hackathons.</p>
<a href="http://mlh.io/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> mlh.io</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#1BB99A"><img src="/images/logos/pennapps.png" alt=""></div>
<h3>PennApps</h3>
<p>The premiere college hackathon held at The University of Pennsylvania in Philadelphia.</p>
<a href="http://pennapps.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> pennapps.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/zivtech.png" alt=""></div>
<h3>Zivtech</h3>
<p>Zivtech designs and builds innovative websites, web applications, and infrastructure using best-of-breed Open Source Software (OSS) tools.</p>
<a href="http://zivtech.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> zivtech.com</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/modev.png" alt=""></div>
<h3>MoDev</h3>
<p>MoDev connects developers, designers, marketers and providers through meetups, conferences and hackathons to help them stay ahead of fast moving markets and technologies.</p>
<a href="http://gomodev.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> gomodev.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(0, 62, 212)"><img src="/images/logos/mhacks.png" alt=""></div>
<h3>MHacks</h3>
<p>The most epic hackathon ever, at the University of Michigan.</p>
<a href="http://mhacks.org/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> mhacks.com</a>
</div>
</div>
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:rgb(240,240,240)"><img src="/images/logos/hackru.png" alt=""></div>
<h3>HackRU</h3>
<p>The longest-running college hackathon, at Rutgers University.</p>
<a href="http://hackru.org/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> hackru.org</a>
</div>
</div>
</div>
<div class="row">
<div class="col-33">
<div class="white-box">
<div class="brand" style="background:#C32F34"><img src="/images/logos/thoughtbot.svg" height="85" width="85" alt=""></div>
<h3>Thoughtbot</h3>
<p>Our clients hire us to design and build their products. We focus on user outcomes and simplicity. We write code for iOS, Android, and the web.</p>
<a href="http://thoughtbot.com/" target="_blank" class="button button-blue button-small"><i class="icon-planet"></i> thoughtbot.com</a>
</div>
</div>
<div class="col-33">
</div>
<div class="col-33">
</div>
</div>
</div>
</section> -->
<section id="faq">
<div class="c">
<h1>Frequently Asked Questions</h1>
<div class="row">
<div class="col-50">
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>Who can participate? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>Any high schooler can participate! If you're starting ninth grade in the fall, you can participate too!</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>What if I don’t know how to code? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>No problem! One of the main points of a hackathon is to help teach students who have no prior coding experience so that they can create something great from scratch. We will have mentors and workshops available to help you for the entire duration of the event! All we ask from you is the willingness to learn and to create something you can be proud of.</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>How much does this cost? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>Short answer: nothing.
Long answer: $0.00.</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>What should I bring to the hackathon? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>
<ul class="answer">
<li>A laptop + charger</li>
<li>A cellphone and mobile devices + chargers</li>
<li>Sleeping bag (highly recommended)</li>
<li>At least two sets of clothes</li>
<li>Basic toiletries</li>
</ul>
</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>I don't have a team! <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>We'll have a team building session right before hacking starts. You'll quickly introduce yourselves and form teams however you choose. You'll make cool new friends!</p>
</div>
</div>
<div class="col-50">
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>What do I make? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>Anything you'd like. Come up with your favorite idea and make it reality! Use any programming languages, development stacks, APIs, and other tools you need.</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>Can I continue my awesome project I've been working on? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>It's great to hear that you're already hacking away! Unfortunately, all code for this event must be written during the duration of the event, but use of public, open-source external libraries and APIs are encouraged!</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>Do I need to be at the venue at all times? <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>Due to security reasons, you must stay in the building at all times. If you have an emergency or really have to leave, don't worry. We'll work it out.</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>I have some dietary restrictions. <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>We've got you covered. Just mention it in the application (coming soon)!</p>
</div>
<div class="qna white-box" onclick="$(this).toggleClass('expanded');">
<h3>I'm not a high school student. <i class="icon-arrow-right right visible-mobile"></i></h3>
<p>Come in as a mentor to help out! Mentors with any skills related to creating products (programming, design, UX, or business) are welcome to help out. Sign up now at the top of this page!</p>
</div>
</div>
</div>
</div>
</section>
<section id="faq-submit">
<div class="c">
<h2>Did we miss your question?</h2>
You can contact us at team(at)DCHacks.org and we'll do our best to answer your question!
<!-- <form action="/" class="">
<textarea class="question" name="question" id="" cols="36" rows="4" placeholder="Ask us anything and we'll answer it! Alternatively, you can contact us at team(at)DCHacks.org."></textarea>
<input class="submit" type="submit" value="Send it our way!" style="vertical-align: top;">
</form> -->
</div>
</section>
<footer id="more">
<div class="c">
<div class="row">
<div class="col-33">
<h2>More Info</h2>
<p>Need something else? Drop us a line at team(at)DCHacks.org or talk to anyone on our team.<br><strong>DCHacks is not affiliated with <a href="http://www.hacdc.org/" target="_blank">HacDC</a>.</strong></p>
</div>
<div class="col-33">
<h2>Connect with us!</h2>
<p>Follow us on Twitter and turn on mobile notifications during the event to recieve alerts:</p>
<a href="https://twitter.com/haxdc" class="button button-large button-blue" target="_blank"><i class="icon-twitter"></i> Tweet @HaxDC</a>
</div>
<div class="col-33">
<h2>About this Site</h2>
<p>Crafted & designed with love by <a href="http://victorlourng.com" target="_blank">Victor Lourng</a>. Try on mobile! Contribute or edit via GitHub:</p>
<a href="https://github.com/DCHacks/DCHacks.github.io" class="button button-large button-orange" target="_blank"><i class="icon-github"></i> DCHacks/DCHacks.github.io</a>
</div>
</div>
</div>
</footer>
<!-- Scripts at the bottom so that the pages load content first -->
<script src="/scripts/vendor/jquery-1.11.1.min.js"></script>
<script src="/scripts/vendor/skrollr-0.6.26.min.js"></script>
<script src="/scripts/site.js"></script>
</body>
</html>