-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
925 lines (914 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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 -->
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Bitcamp",
"startDate": "2020-04-03",
"location": {
"@type": "Place",
"name": "Xfinity Center",
"address": {
"@type": "PostalAddress",
"streetAddress": "8500 Paint Branch Dr",
"addressLocality": "College Park",
"addressRegion": "Maryland",
"addressCountry": "USA",
"postalCode": "20740"
}
},
"image": "https://bit.camp/img/bitcamp.png",
"description": "Bitcamp is the University of Maryland's premier 36-hour hackathon, bringing together over 1,400 students, making it the largest collegiate hackathon on the East Coast.",
"url": "https://bit.camp/",
"offers": {
"@type": "Offer",
"price": "Free"
}
}
</script>
<!-- End Google JSON-LD -->
<!-- Begin Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>Bitcamp</title>
<!-- End Meta -->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"
/>
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" type="text/css" href="./css/nav.css" />
<link href="./assets/fonts/font-awesome/css/all.css" rel="stylesheet" />
<link
rel="shortcut icon"
href="./assets/favicons/favicon.ico"
type="image/x-icon"
/>
<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 hundreds of fellow campers, you're in for an amazing time. If you're ready for an adventure, see you by the fire!"
/>
<meta property="og:title" content="Bitcamp 2020" />
<meta property="og:site_name" content="Bitcamp 2020" />
<meta property="og:url" content="https://bit.camp/" />
<meta property="og:image" content="https://bit.camp/img/badge.png" />
<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 hundreds of fellow campers, you're in for an amazing time. If you're ready for an adventure, see you by the fire!"
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://bit.camp/" />
<meta property="twitter:image" content="https://bit.camp/img/badge.png" />
<meta name="twitter:title" content="Bitcamp 2020" />
<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 hundreds of fellow campers, you're in for an amazing time. If you're ready for an adventure, see you by the fire!"
/>
<!-- Begin Favicons/Theme -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="./assets/favicons/site.webmanifest" />
<link
rel="mask-icon"
href="./assets/favicons/safari-pinned-tab.svg"
color="#ff6f3f"
/>
<link rel="shortcut icon" href="./assets/favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#ff6f3f" />
<meta
name="msapplication-config"
content="./assets/favicons/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
<!-- End Favicons/Theme -->
<!-- Facebook Pixel Code -->
<script>
!(function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = "2.0";
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(
window,
document,
"script",
"https://connect.facebook.net/en_US/fbevents.js"
);
fbq("init", "475265253377658");
fbq("track", "PageView");
</script>
<noscript
><img
height="1"
width="1"
style="display:none"
src="https://www.facebook.com/tr?id=475265253377658&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body id="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) -->
<div id="modal-holder" aria-hidden="true">
<div id="modal-bg">
<div class="modal">
<div class="modal-head">
<a
href="#"
id="modal-close"
aria-label="Close"
onclick="hideModal()"
><i class="fas fa-times"></i
></a>
<!-- TODO: Remove these and change style -->
<div class="spacer"></div>
<div class="spacer"></div>
</div>
<div class="modal-body">
<div class="modal-col">
<img
src="./img/icons/hacker.png"
class="register-icon"
alt="Hammer Icon"
/>
<h2>Hacker</h2>
<p>
Any participant 18 years or older, or UMD students 17 years or
older.
</p>
<a class="button" href="https://my.bit.camp" target="_blank"
>Apply now</a
>
</div>
<div class="modal-col">
<img
src="./img/icons/minor.png"
class="register-icon"
alt="Adult with child Icon"
/>
<h2>Minor</h2>
<p>
Any participant 17 years or younger, except 17 year old UMD
students.
</p>
<a
class="button"
href="https://forms.gle/JMZqisGesCU1c7vu9"
target="_blank"
>Apply Now</a
>
</div>
<div class="modal-col">
<img
src="./img/icons/mentor.png"
class="register-icon"
alt="Teacher Icon"
/>
<h2>Mentor</h2>
<p>
Any skilled person 18 years or older looking to offer support.
</p>
<a
class="button"
href="https://docs.google.com/forms/d/e/1FAIpQLSeCXTV9h8Oh9h3qQRxN9eTCmHldC0oe0ZhHrSx-AFgqpKPFNw/viewform?vc=0&c=0&w=1&usp=mail_form_link"
target="_blank"
>Sign up</a
>
</div>
<div class="modal-col">
<img
src="./img/icons/volunteer.png"
class="register-icon"
alt="Handshake Icon"
/>
<h2>Volunteer</h2>
<p>Anyone 18 years or older willing to offer a helping hand.</p>
<a
class="button"
href="https://docs.google.com/forms/d/e/1FAIpQLSdcmNcWR3stCM1aKeahryc2Iywn1yeNVybTPYBa42gE4Y-mDQ/viewform?vc=0&c=0&w=1&usp=mail_form_link"
target="_blank"
>Sign up</a
>
</div>
</div>
</div>
</div>
</div>
<!-- BEGIN NAV -->
<nav id="nav" class="announce">
<div id="nav-left">
<a href="./workshops.html">Workshops</a>
<a href="./travel.html">Travel</a>
</div>
<a href="./index.html" id="nav-logo">
<img src="./img/logotype.png" alt="Bitcamp Logotype" />
</a>
<div id="nav-right">
<a href="./sponsors.html">Sponsors</a>
<a href="https://my.bit.camp">Account</a>
</div>
</nav>
<div id="mobile-hamburger" class="mobile-navbar mobile">
<img
src="./assets/mobile/menu-light.png"
onclick="showNav()"
alt="Hamburger Menu Icon"
/>
</div>
<div
id="mobile-nav-scrolled"
class="mobile-navbar nav-scrolled mobile hide"
>
<img
src="./assets/mobile/menu-dark.png"
onclick="showNav()"
alt="Hamburger Menu Icon"
/>
<img class="logo" src="./img/logotype.png" alt="Bitcamp Logotype" />
</div>
<a href="#" id="mobile-nav-close" onclick="hideNav()" aria-hidden="true"
><img src="./assets/mobile/x-mark.png"
/></a>
<div id="mobile-nav" class="mobile" aria-hidden="true">
<div>
<img
src="./img/logotype.png"
id="mobile-nav-logo"
alt="Bitcamp Logotype"
/>
</div>
<a href="./index.html">Home</a>
<a href="./workshops.html">Workshops</a>
<a href="./travel.html">Travel</a>
<a href="./sponsors.html">Sponsor</a>
<a href="https://my.bit.camp">Account</a>
<a href="mailto:[email protected]">Contact</a>
</div>
<!-- END NAV -->
<div id="top-bar">
<p>
Bitcamp 2020 has been cancelled due to COVID-19.
<a href="#" onclick="showFS()">Learn more.</a>
</p>
</div>
<div id="fullscreen">
<div id="fs-header">
<a href="#" id="fs-close" aria-label="Close" onclick="hideFS()"
><i class="fas fa-times"></i
></a>
</div>
<div id="fs-body">
<img src="./img/badge.png" />
<h1>A message to our community about COVID-19</h1>
<div>
<p>Dear Bitcamp Community,</p>
<p>
Due to the emerging severity of COVID-19 in communities across the
United States, we regret to inform you that
<b>Bitcamp 2020 has been cancelled.</b>
</p>
<p>
To all of our sponsors, hackers, and volunteers: we appreciate your
patience and cooperation during this difficult time. We express our
deepest apologies to all those who were looking forward to this
year’s event.
</p>
<p>
We are grateful for the Bitcamp community’s unwavering support -
Bitcamp would not be what it is today without you.
</p>
<p>
If you have any questions or concerns, please do not hesitate to
reach out to us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
Thank you, and we hope to see you all by the campfire at Bitcamp
2021!
</p>
<p>Sincerely,</p>
<p>The Bitcamp Team</p>
</div>
</div>
</div>
<section id="hero">
<h1>bitcamp</h1>
</section>
<section id="info">
<div id="info-text">
<span class="orange-info">April 3-5, 2020</span>
<h2>bitcamp</h2>
<p>
Bitcamp is a 36 hour hackathon and the prime opportunity to delve into
your curiosities, learn something new, and build something awesome.
With world-class mentors and 1,200+ fellow campers, you're in for an
amazing experience. 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, see you by the fire!
</p>
</div>
<div id="info-img">
<img src="./img/2019-thumb.jpg" alt="Bitcamp 2019 image" />
</div>
</section>
<section id="press">
<div id="press-content">
<h3>FROM THE PRESS</h3>
<h2>
"UMD's 4th Annual Bitcamp Hackathon Becomes Largest to Date with over
1,300 Participants"
</h2>
<p>
"A total of 200 hacks were submitted by students (the largest amount
in Bitcamp history) that demonstrate the ability to launch what could
be the basis for a new product or company in a condensed timeframe.
Some highlighted projects from the event include: A VR air traffic
controller simulation, where trainees can report a potential crash
through an Amazon Echo, An AR human skill pong (built by a team of UMD
students), an Uber for intoxicated individuals in which designated
drivers may be requested through the mobile app and a person's
location will be added to the designated driver's queue, and a pet
robot built with arudino and sensors to wag its tail when pet and go
to sleep when the lights are off."
</p>
<p>
Words from
<a
class="bold"
href="https://eng.umd.edu/news/story/umdrsquos-4th-annual-bitcamp-hackathon-becomes-largest-to-date-with-over-1300-participants"
target="_blank"
>A. JAMES CLARK SCHOOL OF ENGINEERING</a
>
</p>
</div>
</section>
<section id="opportunities">
<h1>Opportunities for all</h1>
<div id="paths">
<div class="col">
<img
src="img/hardware-village.png"
alt="Hardware Logo"
class="opp_img"
/>
<h2 class="opp_subtitle">Hardware Village</h2>
<p class="opp_text">
Ever wanted to learn more about hacking with hardware? Hardware
Village is a place where you can explore and learn cool things like
soldering wires, building circuits, and programming
micro-controllers. Whether you're a first-timer or a seasoned pro,
there will be something available for everyone! Volunteers will be
on deck at all times to show you the ropes and be well equipped with
all your electronics needs.
</p>
<a
href="https://www.youtube.com/watch?v=skWDejKU2xs"
class="opp_filmlink"
target="_blank"
>Watch the film</a
>
</div>
<div class="col">
<img src="img/colorwar.png" alt="Colorwar Logo" class="opp_img" />
<h2 class="opp_subtitle">Colorwar</h2>
<p class="opp_text">
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>
<a
href="https://medium.com/@bitcmp/calling-all-creatives-for-colorwar-443f19759cc2"
class="opp_filmlink"
target="_blank"
>Learn more</a
>
</div>
<div class="col">
<img src="img/design-den.png" alt="Design Logo" class="opp_img" />
<h2 class="opp_subtitle">Design Den</h2>
<p class="opp_text">
Through this program, 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>
</section>
<section id="faqs">
<h1>Frequently asked. Conveniently answered.</h1>
<div id="faqs-body">
<div class="faq">
<div class="accordian">
<h4>What is Bitcamp?</h4>
<h4>+</h4>
</div>
<div class="panel">
<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>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Do I have to be experienced to attend?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
No prior experience is required to attend Bitcamp. Exciting
workshops and helpful mentors will give you the resources to help
you build your dream project. Just come with your head and a
willingness to learn!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Is it okay if I don't have an idea or team?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
No idea? No team? No problem! There will be dedicated events
during Bitcamp for idea creation and team formations.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Can I attend if I'm a minor (under 18)?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
If you are currently attending high school and are above 14 years
of age, you are more than welcome to attend Bitcamp with a legal
chaperone! Fill out
<a href="https://forms.gle/JMZqisGesCU1c7vu9" target="_blank"
>this form</a
>
if you are interested in attending. For any additional questions,
reach out to us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Can I attend if I don't want to participate in hacking?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Although Bitcamp is a hackathon, there is no requirement to hack
if you don't want to. If hacking isn't your thing, you can still
participate in our exciting workshops and fun mini-events.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Can I volunteer or mentor?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
We'd love to get you on our volunteering or mentoring teams! If
you'd like to help, please fill out our
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSeCXTV9h8Oh9h3qQRxN9eTCmHldC0oe0ZhHrSx-AFgqpKPFNw/viewform?vc=0&c=0&w=1&usp=mail_form_link"
target="_blank"
>mentor form</a
>
or our
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSdcmNcWR3stCM1aKeahryc2Iywn1yeNVybTPYBa42gE4Y-mDQ/viewform?vc=0&c=0&w=1&usp=mail_form_link"
target="_blank"
>volunteer form</a
>. Also, be sure to follow us on
<a href="https://www.facebook.com/bitcmp" target="_blank"
>Facebook</a
>
and
<a href="https://twitter.com/bitcmp" target="_blank">Twitter</a>
for updates!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>When do decisions for admittances go out?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Admittance into Bitcamp will be going out on a rolling basis.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Are we allowed to leave the Bitcamp and re-enter?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Unless you're a minor, you're free to leave Bitcamp at any time
and come back when you want to. Just make sure to keep the
wristband you received upon entry to Bitcamp on your person!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Who can apply to Bitcamp?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Any college student, recent college graduate (within the last
year), or high school student (with a legal chaperone) is more
than welcome to apply to Bitcamp.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Teams</h4>
<h4>+</h4>
</div>
<div class="panel">
<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! Bitcamp will kick
off with an optional team formation event.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>
Can I check-in late if I can't make the designated check-in times?
</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
If you miss the initial check-in time, that's okay! Just make sure
to check-in at the entrance of the Xfinity Center when you're
ready to enter Bitcamp.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Packing List</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Bring yourself, a photo ID, your signed waiver (if applicable), a
change of clothes, toiletries, a sleeping bag/blanket, your hacker
setup (laptop, charger, headphones, tablet for designers), and
maybe an idea or two!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Can people not registered for Bitcamp attend?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
People not registered for Bitcamp will not be allowed entrance to
the hackathon.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Guidelines</h4>
<h4>+</h4>
</div>
<div class="panel">
<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 Major League Hacking Code of Conduct and the Bitcamp
Terms, Code of Conduct, and Release Waiver. 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 a good person).
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>What is Slack?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Throughout the event, we will be using Slack as the main form of
communication. Never used Slack before?
<a
href="https://slack.com/help/articles/115004071768-What-is-Slack-"
target="_blank"
>Here's</a
>
a quick introduction!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Travel</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
We'll have buses covering the hike from many colleges. If there
are many registered campers from one specific college, we will try
to have a bus for it. We will not be able to reimburse individual
travel expenses this year. Please contact
<a href="mailto:[email protected]" class="email">[email protected]</a>
for more information.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>What is Devpost?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
After the 36 hours, you'll be submitting your project to DevPost
for judging! New to Devpost?
<a href="https://devpost.com/" target="_blank">Here's</a> a quick
introduction!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Location & Parking</h4>
<h4>+</h4>
</div>
<div class="panel">
<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! You
can park in the parking lots in front of the Xfinity Center during
the hackathon.
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>What have people made in the past at Bitcamp?</h4>
<h4>+</h4>
</div>
<div class="panel">
<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
<a href="https://bitcamp2019.devpost.com/" target="_blank"
>Bitcamp 2019 Devpost</a
>!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>Timing</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Participants will arrive between 6PM and 8PM on Friday, April 3rd,
2020. 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 3PM on Sunday, April 5th, 2020. For a
better idea of the flow of the event, check out our schedule from
Bitcamp 2019!
</p>
</div>
</div>
<div class="faq">
<div class="accordian">
<h4>What hardware is provided at Bitcamp?</h4>
<h4>+</h4>
</div>
<div class="panel">
<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>
<div class="faq">
<div class="accordian">
<h4>Other questions?</h4>
<h4>+</h4>
</div>
<div class="panel">
<p>
Just email us at
<a href="mailto:[email protected]" class="email">[email protected]</a>
</p>
</div>
</div>
</div>
</section>
<section id="explore-more">
<h1>More to explore</h1>
<div id="other-pages">
<a href="./workshops.html" class="more_link"
><img
src="img/icons/workshops-icon.png"
alt="Workshops"
class="more_icon"
/>Workshops</a
>
<a href="./travel.html" class="more_link"
><img
src="img/icons/travel.png"
alt="Travel"
class="more_icon"
/>Travel</a
>
<a href="./sponsors.html" class="more_link"
><img
src="img/icons/sponsor-icon.png"
alt="Sponsors"
class="more_icon"
/>Sponsors</a
>
</div>
</section>
<!-- Begin Footer -->
<footer id="footer">
<div class="expand" id="footer-expand-down" onclick="hideFooter()">
<i class="fas fa-chevron-down"></i>
</div>
<div id="footer-emails">
<div class="email-pair">
<span class="email-name">General Inquiries</span>
<a href="mailto:[email protected]" class="email">[email protected]</a>
</div>
<div class="email-pair">
<span class="email-name">Sponsor us</span>
<a href="mailto:[email protected]" class="email"
>
</div>
</div>
<div id="footer-links">
<a href="./sponsorship.pdf" target="_blank"
>Sponsorship Prospectus <i class="fas fa-chevron-right"></i
></a>
<a href="./brand.pdf" target="_blank"
>Brand Guidelines <i class="fas fa-chevron-right"></i
></a>
<a
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
target="_blank"
>MLH Code of Conduct <i class="fas fa-chevron-right"></i
></a>
</div>
<div id="social">
<a href="https://www.facebook.com/bitcmp" target="_blank">
<img
src="./assets/social-icons/fb.png"
class="social-icon"
alt="Facebook Icon"
/>
</a>
<a href="https://twitter.com/bitcmp" target="_blank">
<img
src="./assets/social-icons/twitter.png"
class="social-icon"
alt="Twitter Icon"
/>
</a>
<a href="https://www.instagram.com/bitcamp" target="_blank">
<img
src="./assets/social-icons/ig.png"
class="social-icon"
alt="Instagram Icon"
/>
</a>
<a href="https://www.snapchat.com/add/bitcamp" target="_blank">
<img
src="./assets/social-icons/snap.png"
class="social-icon"
alt="Snapchat Icon"
/>
</a>
<a href="https://medium.com/@bitcmp" target="_blank">
<img
src="./assets/social-icons/medium.png"
class="social-icon"
alt="Medium Icon"
/>
</a>
</div>
<div id="footer-logo">
<img src="./img/badge.png" alt="Bitcamp Fire" />
</div>
<div class="expand" id="footer-expand-up" onclick="showFooter()">
<i class="fas fa-chevron-up"></i>
</div>
<div id="mobile-footer-contact-us">Contact us!</div>
<div id="footer-logo-mobile">
<img src="./img/logotype.png" alt="Bitcamp Workmark" />
</div>
</footer>
<!-- End Footer -->
<a
id="mlh-trust-badge"
href="https://mlh.io/seasons/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=red"
target="_blank"
>
<img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-red.svg"
alt="Major League Hacking 2020 Hackathon Season"
style="width:100%"
/>
</a>
<script src="./jquery-3.4.1.min.js"></script>
<script src="./script.js"></script>
</body>
</html>