-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·850 lines (792 loc) · 44.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
████████╗ ███████╗ ██████╗ ██╗ ██╗ ███╗ ██╗ ██╗ ██████╗ █████╗
╚══██╔══╝ ██╔════╝ ██╔════╝ ██║ ██║ ████╗ ██║ ██║ ██╔════╝ ██╔══██╗
██║ █████╗ ██║ ███████║ ██╔██╗ ██║ ██║ ██║ ███████║
██║ ██╔══╝ ██║ ██╔══██║ ██║╚██╗██║ ██║ ██║ ██╔══██║
██║ ███████╗ ╚██████╗ ██║ ██║ ██║ ╚████║ ██║ ╚██████╗ ██║ ██║
╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
-->
<!--
/**
* @license
* MyFonts Webfont Build ID 3356385, 2017-03-08T21:49:12-0500
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: FF DIN Web Pro Bold by FontFont
* URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-bold/
*
* Webfont: FF DIN Web Pro by FontFont
* URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-regular/
*
*
* License: http://www.myfonts.com/viewlicense?type=web&buildid=3356385
* Licensed pageviews: 50,000
* Webfonts copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
*
* © 2017 MyFonts Inc
*/
-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="author" content="Technica Hacks">
<meta name="description" content="All-women hackathon at University of Maryland." />
<meta name="robots" content="NOODP, index, follow" />
<meta itemprop="name" content="Technica">
<!-- <meta itemprop="description" content="All-women hackathon at University of Maryland.">
<meta itemprop="image" content="/img/logo-black.png"> -->
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@gotechnica">
<meta name="twitter:title" content="Technica">
<meta name="twitter:description" content="All-women hackathon at University of Maryland.">
<meta name="twitter:creator" content="@gotechnica">
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/gotechnica/gotechnica.github.io/master/img/logos/logo-black.png">
<meta name="twitter:domain" content="http://gotechnica.org">
<!-- Open Graph data (Facebook) -->
<meta property="og:title" content="Technica" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://gotechnica.org" />
<meta property="og:image" content="img/logos/logo-black.png" />
<meta property="og:description" content="All-women hackathon at University of Maryland." />
<!-- Google Analytics Ownership Verification -->
<meta name="google-site-verification" content="y5ru1odhUD16eWNZFcpWK_cx9r7q-mPO4Y2QrAnQMpg" />
<title>Technica | The All-Women Hackathon</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/sponsors.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet" >
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script>
<![endif]-->
</head>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;left:10px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<!-- <a class="navbar-brand page-scroll" href="#page-top">Technica</a> -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span style="background-color:white;" class="icon-bar"></span>
<span style="background-color:white;" class="icon-bar"></span>
<span style="background-color:white;" class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div id="bs-example-navbar-collapse-1" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a id="home-link" class="page-scroll" href="#page-top">Home</a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#sponsors">Sponsors</a> </li>
<li><a class="page-scroll" href="#faq">FAQ</a> </li>
<!-- <li><a class="page-scroll" href="#travel">Travel</a></li> -->
<li><a class="page-scroll" href="#milestones">Milestones</a></li>
<!-- <li><a class="page-scroll" href="#schedule">Schedule</a></li> -->
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header class="animate">
<div class="container">
<div class="intro-text">
<!-- <div class="intro-heading">TECHNICA</div> -->
<img src = "./img/logos/technica-logo-white.svg" class="header-img" />
<div class="intro-lead-in" style="margin-bottom:20px;">Encouraging Diversity in Technology and Beyond</div>
<a target="_blank" style="margin-bottom:25px;" href="https://technica2017.devpost.com" class="btn btn-xl">Devpost</a>
<div class="intro-lead-in" style="font-style:normal;font-size:25px;" >November 4th - 5th, 2017</div>
<!-- <div class="intro-lead-in">Thank you to all participants, volunteers, and mentors who brough Technica to life! We hope to see you next year!</div> -->
</div>
</div>
</header>
<!-- About section -->
<section class="bg-light-gray" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">What is Technica?</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="large">Technica is the University of Maryland's all-women hackathon. Over the duration of 24 hours, women are immersed in tech culture and encouraged to exercise their imagination to create
interesting and innovative hacks. Technica is diverging from the typical hackathon as we encourage gender diversification and ask sponsors to hack alongside students in order to build stronger connections
between students and the tech world.</p>
<br>
<br>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="embed-responsive embed-responsive-16by9">
<!-- <iframe class="embed-responsive-item" src="https://player.vimeo.com/video/190486563" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -->
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/AGpvKkHalig" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors Section -->
<section id="sponsors">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">2017 Sponsors</h2>
<h3 class="section-subheading text-muted">Interested in sponsoring? Email us at <a href="mailto:[email protected]">[email protected]</a>!</h3>
</div>
</div>
<!-- half tier -->
<div class="row-custom sponsors centered">
<div class="half">
<a target="_blank" href="http://eng.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/eng.png" title="A. James Clark School of Engineering"></a>
</div>
<div class="half">
<a target="_blank" href="https://cmns.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/cmns.png" title="College of Mathematical and Natural Sciences"></a>
</div>
</div>
<br />
<div class="row-custom sponsors centered">
<div class="half">
<a target="_blank" href="http://cs.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/cs.png" title="Computer Science Department"></a>
</div>
<div class="half">
<a target="_blank" href="http://www.umiacs.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/umiacs.png" title="UMIACS"></a>
</div>
</div>
<br />
<!-- half tier -->
<div class="row-custom sponsors centered">
<div class="half">
<a target="_blank" href="http://www.mantech.com/Pages/Home.aspx"><img class="sponsors-img" src="img/sponsors-2017/mantech.png" title="ManTech"></a>
</div>
<div class="half">
<a target="_blank" href="https://www.amazon.jobs/en"><img class="sponsors-img" src="img/sponsors-2017/amazon.png" title="Amazon"></a>
</div>
</div>
<br />
<div class="row-custom sponsors centered">
<div class="half">
<a target="_blank" href="https://www.jpmorgan.com/"><img class="sponsors-img" src="img/sponsors-2017/jpmorgan.png" title="JPMorgan"></a>
</div>
</div>
<br />
<!-- forty tier -->
<div class="row-custom sponsors centered">
<div class="forty">
<a target="_blank" href="https://www.qualcomm.com/company/careers"><img class="sponsors-img" src="img/sponsors-2017/qualcomm.png" title="Qualcomm"></a>
</div>
<div class="forty">
<a target="_blank" href="http://www.splunk.com/careers"><img class="sponsors-img" src="img/sponsors-2017/splunk.png" title="Splunk"></a>
</div>
</div>
<br />
<div class="row-custom sponsors centered">
<div class="forty">
<a target="_blank" href="http://fanniemae.com/portal/index.html"><img class="sponsors-img" src="img/sponsors-2017/fanniemae.png" title="Fannie Mae"></a>
</div>
<div class="forty">
<a target="_blank" href="http://www.jhuapl.edu/"><img class="sponsors-img" src="img/sponsors-2017/jhu.png" title="Johns Hopkins University Applied Physics Laboratory"></a>
</div>
</div>
<br />
<div class="row-custom sponsors centered">
<div class="forty">
<a target="_blank" href="https://www.boozallen.com"><img class="sponsors-img" src="img/sponsors-2017/booz.png" title="Booz Allen Hamilton"></a>
</div>
<div class="forty">
<a target="_blank" href="https://www.ltsnet.net/"><img class="sponsors-img" src="img/sponsors-2017/lts.png" title="Laboratory for Telecommunication Sciences"></a>
</div>
</div>
</br>
<div class="row-custom sponsors centered">
<div class="forty">
<a target="_blank" href="https://campus.capitalone.com/"><img class="sponsors-img" src="img/sponsors-2017/capone.png" title="Capital One"></a>
</div>
<div class="forty">
<a target="_blank" href="https://www.leidos.com"><img class="sponsors-img" src="img/sponsors-2017/leidos.png" title="Leidos"></a>
</div>
</div>
</br>
<div class="row-custom sponsors centered">
<div class="forty">
<a target="_blank" href="https://techcampus.libertymutual.com/#/home"><img class="sponsors-img" src="img/sponsors-2017/libertymutual.png" title="Liberty Mutual"></a>
</div>
<div class="forty">
<a target="_blank" href="https://www.viasat.com/"><img class="sponsors-img" src="img/sponsors-2017/viasat.png" title="Viasat"></a>
</div>
</div>
</br>
<div class="row-custom sponsors centered">
<div class="quarter">
<a target="_blank" href="https://corporate.target.com/careers/"><img class="sponsors-img" src="img/sponsors-2017/target.png" title="Target"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://www.facebook.com/careers/university/"><img class="sponsors-img" src="img/sponsors-2017/facebook.png" title="Facebook"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://www.oculus.com"><img class="sponsors-img" src="img/sponsors-2017/oculus.png" title="Oculus"></a>
</div>
</div>
<br />
<!-- third tier -->
<div class="row-custom sponsors centered">
<div class="quarter">
<a target="_blank" href="https://www.microsoft.com/"><img class="sponsors-img" src="img/sponsors-2017/microsoft.png" title="Microsoft"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://talent.gecareers.com/digital"><img class="sponsors-img" src="img/sponsors-2017/ge.png" title="General Electric"></a>
</div>
<div class="quarter">
<a target="_blank" href="http://www.altamiracorp.com"><img class="sponsors-img" src="img/sponsors-2017/altamira.png" title="Altamira"></a>
</div>
</div>
</br>
<div class="row-custom sponsors centered">
<div class="quarter">
<a target="_blank" href="https://www.bloomberg.com/careers/"><img class="sponsors-img" src="img/sponsors-2017/bloomberg.png" title="Bloomberg"></a>
</div>
<div class="quarter">
<a target="_blank" href="http://att.jobs/careers/college/full-time-development-programs/technology-development-programs"><img class="sponsors-img" src="img/sponsors-2017/att.png" title="AT&T"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://www.ciphertechsolutions.com/"><img class="sponsors-img" src="img/sponsors-2017/ciphertech.png" title="CipherTech"></a>
</div>
</div>
</br>
<!-- ran tier -->
<div class="row-custom sponsors centered">
<div class="quarter">
<a target="_blank" href="http://www.lockheedmartinjobs.com/college-students.aspx"><img class="sponsors-img" src="img/sponsors-2017/lockheed.png" title="Lockheed Martin"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://www.appian.com/"><img class="sponsors-img" src="img/sponsors-2017/appian.png" title="Appian"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://www.rockwellcollins.com/"><img class="sponsors-img" src="img/sponsors-2017/rockwell.png" title="Rockwell Collins"></a>
</div>
<div class="quarter">
<a target="_blank" href="https://ischool.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/ischool.png" title="iSchool"></a>
</div>
</div>
</br>
<!-- ran tier -->
<div class="row-custom sponsors centered">
<div class="quarter">
<a target="_blank" href="http://www.mcwic.cs.umd.edu"><img class="sponsors-img" src="img/sponsors-2017/mcwic.png" title="Maryland Center for Women in Computing"></a>
</div>
<div class="quarter">
<a target="_blank" href="http://www.carlyle.com"><img class="sponsors-img" src="img/sponsors-2017/carlyle.png" title="The Carlyle Group"></a>
</div>
<div class="quarter">
<a target="_blank" href="http://bsos.umd.edu"><img class="sponsors-img" src="img/sponsors-2017/bsos.png" title="BSOS"></a>
</div>
<div class="quarter">
<a target="_blank" href="http://www.maxgigapop.net/"><img class="sponsors-img" src="img/sponsors-2017/max.png" title="MAX"></a>
</div>
</div>
</br>
<!-- quarter tier -->
<div class="row-custom sponsors centered">
<div class="sixth">
<a target="_blank" href="http://aimhigh.asymmetrik.com"><img class="sponsors-img" src="img/sponsors-2017/asymmetrik.png" title="Asymmetrik"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://www.rhsmith.umd.edu/dingman"><img class="sponsors-img" src="img/sponsors-2017/dingman.png" title="Dingman Center"></a>
</div>
<div class="sixth">
<a target="_blank" href="http://www.umdsga.com/"><img class="sponsors-img" src="img/sponsors-2017/sga.png" title="SGA"></a>
</div>
<div class="sixth">
<a target="_blank" href="http://www.mtech.umd.edu"><img class="sponsors-img" src="img/sponsors-2017/mtech.png" title="Mtech"></a>
</div>
</div>
<br/>
<!-- inkind -->
<div class="row-custom sponsors centered">
<div class="sixth">
<a target="_blank" href="https://goavitae.com/"><img class="sponsors-img" src="img/sponsors-2017/avitae.png" name="Avitae"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://insomniacookies.com/"><img class="sponsors-img" src="img/sponsors-2017/insomnia.png" name="Insomnia Cookies"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://hvmn.com/go-cubes"><img class="sponsors-img" src="img/sponsors-2017/gocube.png" name="Go cube"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://www.rushordertees.com/?promo%20code=Technica%205%20&utm_medium=web&utm_source=banner&utm_campaign=HACKATHON"><img class="sponsors-img" src="img/sponsors-2017/rushordertees.png" name="Rush Order Tees"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://www.stickermule.com/uses/laptop-stickers"><img class="sponsors-img" src="img/sponsors-2017/stickermule.png" name="Stickermule"></a>
</div>
</div>
<br/>
<div class="row-custom sponsors centered">
<div class="sixth">
<a target="_blank" href="http://www.vr.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/umdvr.png" name="UMD VR"></a>
</div>
<div class="sixth">
<a target="_blank" href="http://dining.umd.edu/"><img class="sponsors-img" src="img/sponsors-2017/umddining.png" name="UMD dining"></a>
</div>
<div class="sixth">
<a target="_blank" href="http://mplexvr.com/"><img class="sponsors-img" src="img/sponsors-2017/mplex.png" name="Mplex"></a>
</div>
<div class="sixth">
<a target="_blank" href="http://umd.orgsync.com/org/ieee/home"><img class="sponsors-img" src="img/sponsors-2017/iee.png" name="The Institute of Electrical and Electronics Engineers"></a>
</div>
</div>
<br/>
<!-- Student organizations -->
<div class="row-custom sponsors centered">
<div class="sixth">
<a target="_blank" href="http://bitca.mp/"><img src="img/orgs/bitcamp-logo.svg" name="Bitcamp"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://awc-umcp.squarespace.com/"><img src="img/orgs/awc-logo.svg" name="AWC"></a>
</div>
<div class="sixth">
<a target="_blank" href="http://startupshell.org/"><img src="img/orgs/startupshell-logo.svg" name="Startup Shell"></a>
</div>
<div class="sixth">
<a target="_blank" href="https://mlh.io/"><img src="img/orgs/mlh-logo.svg" name="MLH"></a>
</div>
</div>
</div>
</section>
<!-- FAQ section -->
<section id="faq" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Frequently Asked Questions</h2>
</div>
</div>
<br>
<br>
<!-- FAQ COLLAPSIBLE PANELS! -->
<div class = "container">
<div class="row">
<div class="col-md-6">
<!-- FAQ 1 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-pink">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse1">
<h3 class="service-heading text-center">Why make an all-women hackathon?</h3>
</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse">
<div class="panel-body">
<p>
Women are underrepresented in the tech world, but it’s up to us women to change that!
We are creating a welcoming environment to show that there is a place in tech for every
lady out there while building cool projects and sharing stories at Technica.
</p>
</div>
</div>
</div>
<!-- FAQ 2 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-white">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse2">
<h3 class="service-heading text-center">Do I need to know how to code?</h3>
</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
<p>
Students of all skill levels are encouraged to attend, even if you’ve never written a line of code.
We’re prepared to teach you everything you need to learn right
here while also supporting the most experienced hackers.
</p>
</div>
</div>
</div>
<!-- FAQ 3 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-blue">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse3">
<h3 class="service-heading text-center">How do I become a volunteer?</h3>
</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
<p>
Please register to be a volunteer <a class="in-text" target="_blank" href="https://technicaumd.typeform.com/to/EXqwX1">here</a>, we'd love to have you!
<b>Volunteers can be any gender</b>, and are critical to ensure that Technica operates smoothly. This year, we expect around 900 hackers, so we need all the help
that we can get!
</p>
</div>
</div>
</div>
<!-- FAQ 4 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-white">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse4">
<h3 class="service-heading text-center">How do I get to the event?</h3>
</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">
<p>
We have reserved buses for universities near select metropolitan areas.
Access these links to reserve your bus seat for these locations.
</p>
<ul>
<li><a class="in-text" target="_blank" href="https://technica-brooklynrutgers.eventbrite.com">Brooklyn+Rutgers</a></li>
<li><a class="in-text" target="_blank" href="https://technica-manhattan.eventbrite.com">Manhattan</a></li>
<li><a class="in-text" target="_blank" href="https://technica-virginia.eventbrite.com">Virginia</a></li>
<li><a class="in-text" target="_blank" href="https://technica-philly.eventbrite.com">Philadelphia</a></li>
<li><a class="in-text" target="_blank" href="https://technica-upstateny.eventbrite.com">Upstate New York</a></li>
<li><a class="in-text" target="_blank" href="https://technica-baltimore.eventbrite.com">Baltimore</a></li>
</ul>
<p>
If there isn't a bus going to your location, fill out this <a class="in-text" target="_blank" href="https://technicaumd.typeform.com/to/YPgryp">form</a> to be considered for a travel reimbursement.
</p>
</div>
</div>
</div>
<!-- FAQ 5 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-pink">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse5">
<h3 class="service-heading text-center">Where is the event?</h3>
</a>
</h4>
</div>
<div id="collapse5" class="panel-collapse collapse">
<div class="panel-body">
<p>
Technica 2017 will be held in the <a class="in-text" target="_blank" href="https://www.google.com/maps/place/Reckord+Armory/@38.985995,-76.9410257,17z/data=!3m1!4b1!4m5!3m4!1s0x89b7c6bd1a30dbc7:0xdc34c200a805a685!8m2!3d38.985995!4d-76.938837">Reckord Armory</a>
at the University of Maryland, College Park from November 4th-5th, 2017.
</p>
</div>
</div>
</div>
</div>
<!-- FAQ 6 -->
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading panel-heading-white">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse6">
<h3 class="service-heading text-center">Is the event free to attend?</h3>
</a>
</h4>
</div>
<div id="collapse6" class="panel-collapse collapse">
<div class="panel-body">
<p>
Technica is free for all participants thanks to our amazing sponsors!
The event includes admission, food, overnight stay, and a lot of free gear and swag!
</p>
</div>
</div>
</div>
<!-- FAQ 7 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-blue">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse7">
<h3 class="service-heading text-center">Who can attend Technica?</h3>
</a>
</h4>
</div>
<div id="collapse7" class="panel-collapse collapse">
<div class="panel-body">
<p>
Anyone who identifies as a woman or non-binary may register as a hacker! All ages are welcome.
Additionally, all participants must follow the
<a class="in-text" target="_blank" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH code of conduct</a>.
</p>
</div>
</div>
</div>
<!-- FAQ 8 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-white">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse8">
<h3 class="service-heading text-center">How do I become a mentor?</h3>
</a>
</h4>
</div>
<div id="collapse8" class="panel-collapse collapse">
<div class="panel-body">
<p>
Please register to be a mentor <a class="in-text" target="_blank" href="https://technicaumd.typeform.com/to/xUo859">here</a>, we'd love to have you!
<b>Mentors can be any gender</b>, and make the hackathon experience impactful by guiding participants through technical challenges
and sharing stories along the way.
</p>
</div>
</div>
</div>
<!-- FAQ 9 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-pink">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse9">
<h3 class="service-heading text-center">How do teams work?</h3>
</a>
</h4>
</div>
<div id="collapse9" class="panel-collapse collapse">
<div class="panel-body">
<p>
You can work on a team or work solo.
Teams can be constructed prior to arrival with friends, or can be formed during the time allocated for team formation
before the official hacking begins. Team size must not exceed four members, according to MLH rules.
</p>
</div>
</div>
</div>
<!-- FAQ 10 -->
<div class="panel panel-default">
<div class="panel-heading panel-heading-white">
<h4 class="panel-title">
<a class="faq-panel" data-toggle="collapse" href="#collapse10">
<h3 class="service-heading text-center">What should I bring?</h3>
</a>
</h4>
</div>
<div id="collapse10" class="panel-collapse collapse">
<div class="panel-body">
<p>
You must bring a valid student or government issued ID card for admission.
Bring your laptop, charging cables, and a sleeping bag/pillow
if that makes you more comfortable for the night.
We also recommend bringing toiletries and a change of clothes.
Everything else will be provided!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Bus Schedule Section -->
<!-- <section style="background-color:rgb(9,9,9);color:white" id="travel">
<div class = "container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading" style="color:white">Bus Schedule</h2>
<h3 class="section-subheading">For any travel-related questions, email <a href="mailto:[email protected]">[email protected]</a></h3>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<img class="img-responsive center-block bg-image-blur" src="img/bus-schedule-2017.png" />
</div>
</div>
<br />
<div class="row">
<div class="col-lg-12 text-center">
<p class="large" style="color:white;line-height:1.25;">
At the end of the hackathon, all buses board at 3:15 and will depart at 3:30 to their respective locations.
</p>
</div>
</div>
</div>
</section> -->
<!-- Timeline/Milestones Section -->
<section id="milestones">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Milestones</h2>
<h3 class="section-subheading text-muted">We've made it a long way</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/1.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>August 2015</h4>
<h4 class="subheading">Our Humble Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-muted timeline-text">Technica was founded in 2015 at the University of Maryland, College Park.
Its main goal is to introduce people who identify as women or non-binary from diverse backgrounds to tech.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/2.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>October 2016</h4>
<h4 class="subheading">Growing Strong</h4>
</div>
<div class="timeline-body">
<p class="text-muted timeline-text">Our Facebook page reached 1000 likes!</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/3.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>November 2016</h4>
<h4 class="subheading">A World Record</h4>
</div>
<div class="timeline-body">
<p class="text-muted timeline-text">Technica became the largest all-women hackathon with over 850 participants
who came from Pennsylvania, New York,
New Jersey, North Carolina, Georgia, Florida, and even Toronto, Canada!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/timeline/4.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>November 2017</h4>
<h4 class="subheading">Three Year Anniversary</h4>
</div>
<div class="timeline-body">
<p class="text-muted timeline-text">We are looking forward to our third year hosting Technica.
Our organizing team is the largest it has ever been;
we hope to make it a great experience for our hackers, mentors, and sponsors.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image static-gradient"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Be A Part of Our Story</h4>
<h4 class="subheading">Join us at Technica 2017!</h4>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- <section id="schedule">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Schedule</h2>
</div>
</div>
<div class="row text-center">
<div class="col-lg-12">
<img class="img-responsive center-block hidden_desktop" src="img/schedule_desktop.png" />
<img class="img-responsive center-block hidden_mobile" src="img/schedule_mobile.png" />
</div>
</div>
</div>
</section> -->
<!-- Team Section -->
<!-- <section class="bg-light-gray" id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our Amazing Team</h2>
<h3 class="section-subheading text-muted">Pictures coming soon!</h3>
</div>
</div>
</section> -->
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 style="color:black;" class="section-heading">Contact Us</h2>
<h3 style="color:black;" class="section-subheading">Reach out to us at <a href="mailto:[email protected]">[email protected]</a>!</h3>
</div>
</div>
<!-- SOCIAL BUTTONS -->
<div class="row">
<div class="col-md-12 text-center text-nowrap">
<ul class="list-inline social-buttons">
<li><a class="animate-button social-twitter" href="https://twitter.com/gotechnica?lang=en"><i class="fa fa-twitter fa-lg"></i></a></li>
<li><a class="animate-button social-facebook" href="https://www.facebook.com/gotechnica/"><i class="fa fa-facebook fa-lg"></i></a></li>
<li><a class="animate-button social-instagram" href="https://www.instagram.com/gotechnica/"><i class="fa fa-instagram fa-lg"></i></a></li>
<li><a class="animate-button social-mail" href="mailto:[email protected]"><i class="fa fa-envelope fa-lg"></i></a></li>
</ul>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4">
<p class="copyright">© 2017 Technica</p>
</div>
<!-- <div class="col-md 4 col-md-offset-4">
<img src="img/logos/technica-logo-white-colorstripe.svg" />
</div> -->
</div>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Google Analytics Tracking -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102902564-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Riveted Plugin, which provides accurate data on user engagement -->
<script src="js/riveted.min.js"></script>
<script>riveted.init();</script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" integrity="sha384-mE6eXfrb8jxl0rzJDBRanYqgBxtJ6Unn4/1F7q4xRRyIw7Vdg9jP4ycT7x1iVsgb" crossorigin="anonymous"></script>
<!-- Contact Form JavaScript -->
<!-- <script src="js/jqBootstrapValidation.js"></script> -->
<!-- <script src="js/contact_me.js"></script> -->
<!-- Theme JavaScript -->
<script src="js/agency.min.js"></script>
</body>
</html>