-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
953 lines (928 loc) · 47.2 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
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bitcamp 2018</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MRPP8J');</script>
<!-- End Google Tag Manager -->
<!-- Meta Tags -->
<meta name="description" content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and 1,200+ fellow campers, you're in for an amazing time. Whether you’re a seasoned hacker or completely new to the world of hacking, we’ll have something for you. If you're ready for an adventure, we'll see you by the campfire!">
<meta property="og:title" content="Bitcamp 2018">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Bitcamp 2018">
<meta property="og:url" content="http://bit.camp/">
<meta property="og:description" content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and 1,200+ fellow campers, you're in for an amazing time.">
<meta property="og:image" content="http://bit.camp/img/facebook-share-link-2018.jpg" />
<meta property="og:image:url" content="http://bit.camp/img/facebook-share-link-2018.jpg" />
<meta name="twitter:url" content="http://bit.camp/">
<meta name="twitter:title" content="Bitcamp 2018" />
<meta name="twitter:description" content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and 1,200+ fellow campers, you're in for an amazing time." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@bitcmp" />
<meta name="twitter:image" content="http://bit.camp/img/twitter-share-link-2018.jpg" />
<!-- End Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="./css/main.css">
<link rel="shortcut icon" href="favicon.ico">
<!-- PRELOAD HERO IMG -->
<link rel="preload" href="./img/herov6.jpg" as="image">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Corporation",
"name": "Bitcamp",
"alternateName": "Bitcamp 2018",
"url": "http://bit.camp",
"logo": "http://2017.bit.camp/img/bitcamp-logo-badge.png",
"sameAs": [
"https://www.facebook.com/bitcmp",
"https://twitter.com/bitcmp/",
"https://www.instagram.com/bitcamp/",
"https://www.linkedin.com/company/bitcamp/",
"https://go.snapchat.com/add/bitcamp"
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MRPP8J"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- TODO UNHIDE THE MOBILE NAV WHEN COLORWAR.html GOES LIVE -->
<article id="mobile-top" class="mobile-top hidden">
<div class="links">
<a href="https://bitcamp2018.devpost.com/" target="_blank" class="bp-btn blue ">Devpost</a>
<a href="https://apply.bit.camp/login" target="_blank" class="bp-btn orange ">Dashboard</a>
</div>
</article>
<!-- PRELOAD hero img for non chrome and non opera -->
<img src="./img/herov6.jpg" style="display:none;">
<article class="page-body">
<a id="mlh-trust-badge" href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=black" target="_blank">
<img src="./img/mlh-trust-badge-bitcamp-dark-brown.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
<article class="hero">
<!-- TODO UNHIDE THE NABAR WHEN COLORWAR.html GOES LIVE -->
<!-- <section class="top">
<div class="links d-md-none">
<a href="#" id="menu-btn" class="bp-btn brown">Menu</a>
</div>
<div class="links d-none d-sm-none d-md-block">
<a href="https://bitcamp2018.devpost.com/" target="_blank" class="bp-btn blue ">Devpost</a>
<a href="https://apply.bit.camp/login" target="_blank" class="bp-btn orange ">Dashboard</a>
</div>
</section> -->
<div class="content">
<div class="logo-box">
<img class="fire" src="./img/fire.gif" alt="">
<img class="logo" src="./img/logo_no_fire.svg" alt="">
</div>
<h1>Mark Your Trail</h1>
<p>
April 6-8, 2018<br>
Xfinity Center<br>
University of Maryland
</p>
<a target="_blank" href="https://bitcamp2018.devpost.com/" class="bp-btn orange lg">View Submissions →</a>
</div>
</article>
<article class="intro dark">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>What is Bitcamp?</h2>
<p>
Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and 1,200+ fellow campers, you're in for an amazing time. Whether you’re a seasoned hacker or completely new to the world of hacking, we’ll have something for you. If you're ready for an adventure, we'll see you by the campfire!
</p>
</div>
<div class="col-md-6 img-container">
<img src="./img/icons/grid.png" alt="">
</div>
</div>
</div>
</article>
<div class="separator dark-sky"></div>
<article class="trails medium" id="trails">
<div class="container">
<svg class="first trail" viewBox="-30 0 260 100" width="100%" height="16rem" preserveAspectRatio="none">
<path class="trail_path" d="M0.5,0.7c2.3,57.9 15.2,62.7 30.5,55.4S82.2-60.5,99.3,98.8"></path>
</svg>
<div class="text-center">
<h2>Explore Our New Trails</h2>
<h3>
Participate in Bitcamp this year as a hacker, designer, venturer, or scout.
</h3>
</div>
<div class="row">
<div class="col-content col-lg-3 col-md-6">
<img class="icon" src="img/icons/desktop.png" alt="">
<h4>Hacker Trail</h4>
<p>
The classic hackathon experience! Build anything cool that comes to your mind, and don’t be afraid to try new technologies. The sky is the limit, and we will have plenty of workshops with topics ranging from Web Development to Machine Learning. There will also be mentors around the clock to help you throughout the weekend, as well as many sponsor prizes up for grabs.
</p>
</div>
<div class="col-content col-lg-3 col-md-6">
<img class="icon" src="img/icons/eraser.png" alt="">
<h4>Design Trail</h4>
<p>
Through this Trail, you will have the opportunity to submit a portfolio of your design work for the chance to participate in Bitcamp as a designer. You will act as a mentor and contributor to multiple teams at the event, while developing a portfolio of your designs (your Bitfolio) which will be judged at the end of the hackathon by design professionals.
</p>
</div>
<div class="col-content col-lg-3 col-md-6">
<img class="icon" src="img/icons/mug.png" alt="">
<h4>Venture Trail</h4>
<p>
The bustling world of entrepreneurship can be hard to navigate, so we want to offer you the opportunity to hear from key players in the startup space: venture capitalists and student entrepreneurs! We will have workshops geared towards taking your hack to the next level and working on a venture as a student and beyond. Participants in this trail will be able to compete for the “Best Potential Startup” prize, judged by veteran entrepreneurs!
</p>
</div>
<div class="col-content col-lg-3 col-md-6">
<img class="icon" src="img/icons/cookie.png" alt="">
<h4>Scout Trail</h4>
<p>
Bitcamp is all about exploration and pursuing your passions, regardless of your experience level. We will have special beginner-oriented workshops and sessions to guide first-timers through both the world of coding and hacking, covering essentials such as how to form your own team, make use of mentors, and submit a project. Beginners will also be able to apply their newly developed skills to a project to compete for the “Best Scout Hack” prize.
</p>
</div>
</div>
</div>
</article>
<div class="separator light-sky"></div>
<article id="colorwar" class="colorwar dark">
<svg class="trail" viewBox="20 -20 736.8 138.9" width="100%" height="35rem" preserveAspectRatio="none" style="top:-30rem">
<path class="trail_path" d="M528,0.7C517,38,474,64,415,64c-66,0-135,33-113,54.9"></path>
</svg>
<div class="container text-center">
<div class="row">
<div class="col-md-8 offset-md-2">
<img class="icon" src="img/icons/colorwar_logo.png" alt="">
<h2>Are You Ready for COLORWAR?</h2>
<p>
COLORWAR is a rapid-fire live-design competition and one of the highlights of Bitcamp. Compete in our online design challenge for a chance to draw in front of a live audience at Bitcamp for some cool prizes!
</p>
<br>
<div class="btn-container">
<a target="_blank" href="https://medium.com/@bitcmp/calling-all-creatives-for-colorwar-708f0b29543d" class="bp-btn orange">Learn More →</a>
</div>
</div>
</div>
</div>
</article>
<article class="schedule medium" id="schedule">
<svg class="first trail" viewBox="200 0 100 250" width="100%" height="35rem" preserveAspectRatio="true">
<path class="trail_path" d="M200,20 C226.541174,99.3274992 277.89966,130.638413 314.075456,113.932741 C368.33915,88.8742329 298.364814,13.3634242 265.845703,70.2070312 C233.326592,227.050638 112.512695,309.21582 243.4355469,2628.853516"></path>
</svg>
<div class="container text-center">
<div class="row">
<div class="col-lg-10 offset-lg-1 col-md-12 col-12">
<h2>Schedule</h2>
<p>
For the latest updates, schedules, maps, and more about Bitcamp, download our new mobile applications for iOS and Android.
</p>
<a href="https://itunes.apple.com/us/app/bitcamp-2018/id1366799522?mt=8" target="_blank" class="bp-btn orange ">Get for iOS</a>
<a href="https://play.google.com/store/apps/details?id=com.bitcamp2018" target="_blank" class="bp-btn orange ">Get for Android</a>
<table class="schedule-table">
<tr class="heading">
<th colspan="3">
<h4>Friday, April 6th</h4>
</th>
</tr>
<tr>
<th>TIME</th>
<th>EVENT</th>
<th>LOCATION</th>
</tr><tr>
<td>5:00 PM</td>
<td>Hacker Check-in</td>
<td><a href="./img/check-in-xfinity-gate-a.png">Xfinity Center Gate A</a></td>
</tr>
<tr>
<td>5:00 PM</td>
<td>Mentor Check-in</td>
<td><a href="./img/check-in-xfinity-gate-a.png">Xfinity Center Gate A</a></td>
</tr>
<tr>
<td>6:00 PM</td>
<td>UMD Student Check-in</td>
<td><a href="./img/check-in-xfinity-gate-a.png">Xfinity Center Gate A</a></td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Dinner</td>
<td>Canteen</td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Sponsorship Fair</td>
<td>Campgrounds</td>
</tr>
<tr>
<td>7:30 PM</td>
<td>Opening Ceremony</td>
<td>Campfire</td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Hacking Starts</td>
<td>Campgrounds</td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Dessert</td>
<td>Canteen</td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Ark-IoT Blockchain Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>9:45 PM</td>
<td><span class="trail-hightlight">[Scout Trail]</span> Hackathon 101 Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>10:15
PM</td>
<td>Team Formation</td>
<td>Campfire</td>
</tr>
<tr>
<td>10:30 PM</td>
<td><span class="trail-hightlight">[Venture Trail]</span> Turn a Hackathon Project into a VC-Funded Product</td>
<td>Cabin</td>
</tr>
<tr>
<td>11:30 PM</td>
<td><span class="trail-hightlight">[Design Trail]</span> Intro to Design and Branding Workshop</td>
<td>Cabin</td>
</tr>
<tr class="heading">
<th colspan="3">
<h4>Saturday, April 7th</h4>
</th>
</tr>
<tr>
<th>TIME</th>
<th>EVENT</th>
<th>LOCATION</th>
</tr>
<tr>
<td>12:00 AM</td>
<td>Insomnia Cookies</td>
<td>Canteen</td>
</tr>
<tr>
<td>1:00 AM</td>
<td>Smash Tournament</td>
<td>Power Peak</td>
</tr>
<tr>
<td>1:30 AM</td>
<td>Lifesize Hungry Hungry Hippos</td>
<td>Cabin</td>
</tr>
<tr>
<td>8:30 AM</td>
<td>Breakfast</td>
<td>Canteen</td>
</tr>
<tr>
<td>9:00 AM</td>
<td>Attorney AMA</td>
<td>Campfire</td>
</tr>
<tr>
<td>10:00 AM</td>
<td>Amp Up Your Apps With Maps by Esri</td>
<td>Cabin</td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Discover the Office 365 Developer Platform by Microsoft</td>
<td>Cabin</td>
</tr>
<tr>
<td>11:30 AM</td>
<td><span class="trail-hightlight">[Venture Trail]</span> Entrepeneurship Panel</td>
<td>Campfire</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Open-Source Intelligence Techniques Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>12:30 PM</td>
<td>Lunch</td>
<td>Canteen</td>
</tr>
<tr>
<td>1:00 PM</td>
<td><span class="trail-hightlight">[Design Trail]</span> GIFs Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>2:00 PM</td>
<td>Go Bananas Over UX by FINRA</td>
<td>Cabin</td>
</tr>
<tr>
<td>2:00 PM</td>
<td>Office Hours with 1517 Fund</td>
<td>1517 Fund Booth</td>
</tr>
<tr>
<td>2:30 PM</td>
<td>Women in Tech Fireside Chat</td>
<td>Campfire</td>
</tr>
<tr>
<td>3:00 PM</td>
<td>Using Technology to Improve Healthcare by Credible Behaviorial Health</td>
<td>Cabin</td>
</tr>
<tr>
<td>3:30 PM</td>
<td><span class="trail-hightlight">[Design & Scout Trail]</span> Design Thinking Workshop</td>
<td>Breakout Room</td>
</tr>
<tr>
<td>4:00 PM</td>
<td>COLORWAR</td>
<td>Campfire</td>
</tr>
<tr>
<td>6:00 PM</td>
<td><span class="trail-hightlight">[Venture Trail]</span> Venture Capital and the Art of Funding Your Startup w/ Mike Volpi</td>
<td>Cabin</td>
</tr>
<tr>
<td>6:30 PM</td>
<td>Dinner</td>
<td>Canteen</td>
</tr>
<tr>
<td>7:00 PM</td>
<td>How 2 Blink LEDs Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>7:30 PM</td>
<td>The Coding Interview Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>8:00 PM</td>
<td>Self-Driving Cars Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>8:00 PM</td>
<td>Ballroom Dancing</td>
<td>Campfire</td>
</tr>
<tr>
<td>9:00 PM</td>
<td><span class="trail-hightlight">[Scout Trail]</span> Intro to Web Development Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>10:00 PM</td>
<td>Insomnia Cookies</td>
<td>Canteen</td>
</tr>
<tr>
<td>10:00 PM</td>
<td>Intro to Crypto and Blockchain Workshop</td>
<td>Cabin</td>
</tr>
<tr>
<td>11:00 PM</td>
<td>SLAM: Why Robots Don't Crash Workshop</td>
<td>Cabin</td>
</tr>
<tr class="heading">
<th colspan="3">
<h4>Sunday, April 8th</h4>
</th>
</tr>
<tr>
<th>TIME</th>
<th>EVENT</th>
<th>LOCATION</th>
</tr>
<tr>
<td>12:00 AM</td>
<td>S'mores by APT</td>
<td>Campfire II</td>
</tr>
<tr>
<td>12:00 AM</td>
<td>MLH Cup Stacking</td>
<td>Campfire</td>
</tr>
<tr>
<td>1:00 AM</td>
<td>Late Night Board Game Break</td>
<td>Campfire</td>
</tr>
<tr>
<td>8:00 AM</td>
<td>Devpost Submission Deadline</td>
<td>Campgrounds</td>
</tr>
<tr>
<td>8:00 AM</td>
<td>Breakfast</td>
<td>Canteen</td>
</tr>
<tr>
<td>9:00 AM</td>
<td>Hacking Ends</td>
<td>Campgrounds</td>
</tr>
<tr>
<td>9:30 AM</td>
<td>Expo A</td>
<td>Campgrounds</td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Expo B</td>
<td>Campgrounds</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Lunch</td>
<td>Canteen</td>
</tr>
<tr>
<td>1:00 PM</td>
<td>Closing Ceremony</td>
<td>Campfire</td>
</tr>
</table>
</div>
</div>
</div>
</article>
<div class="separator light-sky"></div>
<article class="faq dark" id="faq">
<div class="container">
<svg class="trail" viewBox="0 0 736.8 138.9" width="100%" height="24rem" preserveAspectRatio="none" style="top:-30rem">
<path class="trail_path" d="M528,0.7C517,38,474,64,415,64c-66,0-135,33-113,74.9"/>
</svg>
<div class="text-center">
<h2>FAQ</h2>
</div>
<div class="row">
<div class="col-md-6">
<h5>What is Bitcamp?</h5>
<p>
Bitcamp is a hackathon that values participant experience and mentorship over competitiveness and points. Come to have fun with your friends, learn something new, eat s’mores, and have a generally awesome time. We have all sorts of crazy activities planned for you...come find out the rest!
</p>
<h5>What’s a hackathon?</h5>
<p>
A hackathon is a creative marathon all about building cool things. Students are encouraged to come with an idea, form teams, and then build out that idea into a product in 36 hours. We want you to take something you love (sports, art, camping, anything!) and combine it with technology to make something awesome. It's a great time to push the envelope and learn some new skills.
</p>
<h5>What have past Bitcampers created?</h5>
<p>
From Augmented Reality Human-Scale Pong to a research paper detailing vulnerabilities in Google’s reCaptcha system, the projects at Bitcamp span across all categories and interests. You can check out all of the amazing submissions at the Bitcamp 2017 <a target="_blank" href="https://bitcamp2017.devpost.com/">Devpost</a>!
</p>
<!-- <h5>Who can apply?</h5>
<p>
Anyone over the age of 18 can apply.
<br><br>
Unfortunately, minors will not be able to register this year. However, as a part of our new Minors Programs, we will be partnering with various high schools to bring five teams of high school students to Bitcamp.
</p> -->
<h5>What if I have no experience or ideas?</h5>
<p>
Don't be afraid if you don't think you have enough experience, a team, or an idea. Everyone has a first hackathon, and we would love for Bitcamp to be yours! Mentors who are well-versed in a variety of topics will also be there to help you, whether it be finding a team, fleshing out an idea, or just figuring out where to begin.
</p>
<h5>How else can I get involved?</h5>
<p>
We'd love to get you on our volunteering or mentoring teams! If you'd like to help, please fill out <a target="_blank" href="https://bitcamp.typeform.com/to/m5K1bI">this form</a>. Also, be sure to follow us on <a target="_blank" href="https://www.facebook.com/bitcmp">Facebook</a> and <a target="_blank" href="https://twitter.com/bitcmp">Twitter</a> for updates!
</p>
<h5>What is Slack?</h5>
<p>
Throughout the event, we will be using Slack as the main form of communication. Never used Slack before? <a target="_blank" href="https://docs.google.com/presentation/d/1rLijx3npVBSLCfxYSGzmBF8Q6B_NQkkPMlmPhUM4BFQ/edit#slide=id.g2f89ed3a1a_0_25">Here's</a> a quick introduction!
</p>
<h5>What is Devpost?</h5>
<p>
After the 36 hours, you’ll be submitting your project to DevPost for judging!
New to Devpost? <a target="_blank" href="https://docs.google.com/presentation/d/1rLijx3npVBSLCfxYSGzmBF8Q6B_NQkkPMlmPhUM4BFQ/edit#slide=id.g2e3ac65a77_0_35">Here's</a> a quick introduction!
</p>
<h5>What hardware will be available at Bitcamp?</h5>
<p>
Arduinos, sensors (ultrasonic, photoresistors, thermisters), inputs (buttons, switches), outputs (LEDs, piezo speakers, 7-segment displays, micro servo motors), passive components (resistors, capacitors, diodes), and wiring.
</p>
</div>
<div class="col-md-6">
<h5>Timing</h5>
<p>
Participants will arrive between 5PM and 8PM on Friday, April 6th, 2018. Our Sponsor Fair will also be at 7PM, where you can spend time going around and check out our different sponsor booths. Hacking starts Friday evening after opening ceremony. Closing ceremony will begin at 1PM on Sunday, April 8th, 2018.
</p>
<h5>Location</h5>
<p>
We are proud to host Bitcamp at the Xfinity Center on the University of Maryland campus! This expansive sports arena is a unique spot for any event, and we’re excited to be back again!
</p>
<h5>Travel</h5>
<p>
We'll have buses covering the hike from Stony Brook, NYU, GWU, Georgetown, American, and UMBC. Information about securing your spot on these buses will be sent out soon! Travel reimbursement applications have closed for this year.
</p>
<h5>Packing List</h5>
<p>
Bring yourself, a photo ID, your signed waiver (if applicable), a change of clothes, toiletries, a towel, a sleeping bag/blanket, your hacker setup (laptop, charger, headphones, tablet for designers), and maybe an idea or two!
</p>
<h5>Teams</h5>
<p>
Projects are submitted by teams to DevPost. You don't need to finalize your team until project submissions are due during the event. You may work individually or in a team of up to four campers. Don’t have a team in mind? No problem! Hacking will kick off with an optional team formation event.
</p>
<h5>Guidelines</h5>
<p>
Don't bring any firearms, knives, weapons, drugs, or alcohol. Don't use an old project. Start a new trail instead! Also, please read the <a target="_blank" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Major League Hacking Code of Conduct</a> and the <a target="_blank" href="./terms-code-waiver.pdf">Bitcamp Terms, Code of Conduct, and Release Waiver</a>. Organizers will enforce this code throughout the event. We are expecting cooperation from all participants to help ensure a safe environment for everybody (TL;DR be nice).
</p>
<h5>Other questions?</h5>
<p>Send us an email at <a href="mailto:[email protected]">[email protected]</a> or message us on <a target="_blank" href="https://www.facebook.com/bitcmp">Facebook</a>!</p>
</div>
</div>
</article>
<div class="separator dark-sky"></div>
<article class="sponsors medium" id="sponsors">
<div class="container">
<svg class="first trail" viewBox="-30 0 260 100" width="100%" height="16rem" preserveAspectRatio="none">
<path class="trail_path" d="M0.5,0.7c2.3,57.9 15.2,62.7 30.5,55.4S82.2-60.5,99.3,98.8"></path>
</svg>
<div class="text-center">
<h2>Sponsors</h2>
<div class="pitch">
<h3>Interested in sponsoring us? <br>Send us an email at <a href="mailto:[email protected]">[email protected]</a>!</h3>
</div>
<!-- corporate -->
<div class="row">
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="http://eng.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/eng.svg" title="A. James Clark School of Engineering"></a>
</div>
</div>
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="https://cmns.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/cmns.svg" title="College of Mathematical and Natural Sciences"></a>
</div>
</div>
</div>
<!-- design partner and recruiter+ -->
<div class="row">
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="http://www.finra.org/"><img class="sponsors-img" src="img/sponsor_logos/finra.svg" title="FINRA"></a>
</div>
</div>
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="http://www.credibleinc.com/"><img class="sponsors-img" src="img/sponsor_logos/credible.svg" title="Credible Behavioral Health"></a>
</div>
</div>
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="https://ark.io/"><img class="sponsors-img" src="img/sponsor_logos/ark.png" title="Ark"></a>
</div>
</div>
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="https://www.umdsga.com/"><img class="sponsors-img" src="img/sponsor_logos/sga.png" title="SGA"></a>
</div>
</div>
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="https://www.facebook.com/careers/"><img class="sponsors-img" src="img/sponsor_logos/facebook.svg" title="Facebook"></a>
</div>
</div>
<div class="col-sm-6">
<div class="logo">
<a target="_blank" href="https://www.oculus.com/"><img class="sponsors-img" src="img/sponsor_logos/oculus.png" title="Ocuclus"></a>
</div>
</div>
</div>
<!-- recruiter -->
<div class="row">
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://www.concur.com/"><img class="sponsors-img" src="img/sponsor_logos/concur2.png" title="Concur"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://campus.capitalone.com/"><img class="sponsors-img" src="img/sponsor_logos/capitalone.png" title="Capital One"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://www.sparkpost.com/"><img class="sponsors-img" src="img/sponsor_logos/sparkpost.png" title="SparkPost"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="http://www.jhuapl.edu/"><img class="sponsors-img" src="img/sponsor_logos/jhu.png" title="JHU APL"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://www.leidos.com/"><img class="sponsors-img" src="img/sponsor_logos/leidos.png" title="Leidos"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="http://www.fanniemae.com/portal/index.html"><img class="sponsors-img" src="img/sponsor_logos/fanniemae.png" title="Fannie Mae"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://careers.microsoft.com/"><img class="sponsors-img" src="img/sponsor_logos/microsoft.svg" title="Microsoft"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://www.esri.com/en-us/home"><img class="sponsors-img" src="img/sponsor_logos/esri.png" title="Esri"></a>
</div>
</div>
<div class="col-sm-4">
<div class="logo">
<a target="_blank" href="https://www.lockheedmartin.com/us.html"><img class="sponsors-img" src="img/sponsor_logos/lockheed.png" title="Lockheed Martin"></a>
</div>
</div>
</div>
<!-- api and startet -->
<div class="row">
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.ciphertechsolutions.com/"><img class="sponsors-img" src="img/sponsor_logos/cipher.svg" title="Cipher Tech Solutions"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.boozallen.com/"><img class="sponsors-img" src="img/sponsor_logos/booz.svg" title="Booz Allen Hamilton"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.bloomberg.com/"><img class="sponsors-img" src="img/sponsor_logos/bloomberg.svg" title="Bloomberg"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.mongodb.com/"><img class="sponsors-img" src="img/sponsor_logos/mongodb.png" title="MongoDB"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.visionistinc.com/"><img class="sponsors-img" src="img/sponsor_logos/visionist.png" title="Visionist"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://validatek.com/"><img class="sponsors-img" src="img/sponsor_logos/validatek.png" title="Validatek"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.paypal.com/us/home"><img class="sponsors-img" src="img/sponsor_logos/paypal.png" title="Paypal"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.predictivetechnologies.com/en"><img class="sponsors-img" src="img/sponsor_logos/apt.svg" title="Applied Predictive Technologies"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.appian.com"><img class="sponsors-img" src="img/sponsor_logos/appian.png" title="Appian"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.carlyle.com/"><img class="sponsors-img" src="img/sponsor_logos/carlyle.svg" title="Carlyle Group"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://bsos.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/bsos.png" title="BSOS"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.reisystems.com/"><img class="sponsors-img" src="img/sponsor_logos/rei_white.png" title="REI Systems"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.linode.com"><img class="sponsors-img" src="img/sponsor_logos/linode.svg" title="Linode"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.asymmetrik.com"><img class="sponsors-img" src="img/sponsor_logos/asymmetrik.png" title="Asymmetrik"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.walmartlabs.com/"><img class="sponsors-img" src="img/sponsor_logos/walmart.svg" title="Walmart Labs"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://www.1517fund.com/"><img class="sponsors-img" src="img/sponsor_logos/1517.png" title="1517 Fund"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://ischool.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/ischool.svg" title="iSchool"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.see.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/see.png" title="SEE"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www-math.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/mathematics.png" title="Math Department"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://gladius.io/"><img class="sponsors-img" src="img/sponsor_logos/gladius.png" title="Gladius"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.telephonics.com/seg"><img class="sponsors-img" src="img/sponsor_logos/seg.png" title="Systems Engineering Group, Inc."></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://fiscalnote.com/"><img class="sponsors-img" src="img/sponsor_logos/fiscalnote.png" title="FiscalNote"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.ibm.com/us-en/"><img class="sponsors-img" src="img/sponsor_logos/ibm.svg" title="https://www.ibm.com/us-en/"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.fbi.gov/"><img class="sponsors-img" src="img/sponsor_logos/FBI.png" title="FBI"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.oracle.com/index.html"><img class="sponsors-img" src="img/sponsor_logos/oracle.png" title="Oracle"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://www.sliceitup.net/"><img class="sponsors-img" src="img/sponsor_logos/slice.png" title="Slice"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://dining.umd.edu/"><img class="sponsors-img" src="img/sponsor_logos/dining.png" title="UMD Dining Services"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://www.gotechnica.org"><img class="sponsors-img" src="img/sponsor_logos/technica.png" title="Technica"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://twitter.com/umdawc?lang=en"><img class="sponsors-img" src="img/sponsor_logos/awc.svg" title="AWC"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://www.bomcip.com/"><img class="sponsors-img" src="img/sponsor_logos/bomc.png" title="Bookoff McAndrews PLLC"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.rhsmith.umd.edu/centers-excellence/dingman-center-entrepreneurship"><img class="sponsors-img" src="img/sponsor_logos/dingman.png" title="Dingman"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://sticsumd.com/"><img class="sponsors-img" src="img/sponsor_logos/stics.png" title="STICS"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://insomniacookies.com/"><img class="sponsors-img" src="img/sponsor_logos/insomnia.png" title="Insomnia Cookies"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://goavitae.com"><img class="sponsors-img" src="img/sponsor_logos/avitae.png" title="Avitae"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.livityfoods.com/"><img class="sponsors-img" src="img/sponsor_logos/everbar.png" title="Everbar"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://startupshell.org/"><img class="sponsors-img" src="img/sponsor_logos/startupshell.svg" title="Startup Shell"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://mlh.io/"><img class="sponsors-img" src="img/sponsor_logos/mlh.png" title="MLH"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="http://hackp.ac/mlh-stickermule-hackathons"><img class="sponsors-img" src="img/sponsor_logos/stickermule.svg" title="Sticker Mule"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.deflaw.com/"><img class="sponsors-img" src="img/sponsor_logos/drew.svg" title="Drew Eckl Farnham Law"></a>
</div>
</div>
<div class="col-sm-3">
<div class="logo">
<a target="_blank" href="https://www.pepsico.com/"><img class="sponsors-img" src="img/sponsor_logos/pepsi.svg" title="PepsiCo"></a>
</div>
</div>
</div>
</div>
</article>
<div class="separator light-sky"></div>
<article class="footer dark">
<div class="container">
<svg class="trail" viewBox="-180 0 500 100" width="100%" height="24rem" preserveAspectRatio="none" style="top:-30rem">
<path class="trail_path" d="M75.6,0c27,50-111,45.6-95.6,100"/""></path>
</svg>
<div class="text-center">
<h2>Feel free to <a href="mailto:[email protected]">email</a> us or find us on:</h2>
<div class="social-icons">
<a target="_blank" href="https://www.facebook.com/bitcmp">
<img class="icon" src="img/social/face.png" alt="">
</a>
<a target="_blank" href="https://instagram.com/bitcamp">
<img class="icon" src="img/social/insta.png" alt="">
</a>
<a target="_blank" href="https://www.youtube.com/channel/UC_F_7Hv3SAUcQBubYWD-2BA">
<img class="icon" src="img/social/youtube.png" alt="">
</a>
<a target="_blank" href="https://twitter.com/bitcmp">
<img class="icon" src="img/social/twit.png" alt="">
</a>
<a target="_blank" href="https://go.snapchat.com/add/bitcamp">
<img class="icon" src="img/social/snap.png" alt="">
</a>
</div>
<br>
<p>Copyright © 2018 Bitcamp</p>
</div>
</div>
</article>
</article>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="./js/main.js"></script>
<script type="text/javascript">
/**
* inViewport jQuery plugin by Roko C.B.
* http://stackoverflow.com/a/26831113/383904
* Returns a callback function with an argument holding
* the current amount of px an element is visible in viewport
* (The min returned value is 0 (element outside of viewport)
*/
;(function($, win) {
$.fn.inViewport = function(cb) {
return this.each(function(i,el) {
function visPx(){
var elH = $(el).outerHeight(),
H = $(win).height(),
r = el.getBoundingClientRect(), t=r.top, b=r.bottom;
return cb.call(el, Math.max(0, t>0? Math.min(elH, H-t) : (b<H?b:H)));
}
visPx();
$(win).on("resize scroll", visPx);
});
};
}(jQuery, window));
$(document).ready(function() {
$(".trail").inViewport(function(px){
if(px) $(this).addClass("trail_visible");
// console.log("here!");
})
});
</script>
</body>
</html>