-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
878 lines (830 loc) · 32.7 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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TartanHacks 2022</title>
<!-- Facebook Open Graph - Tells Facebook what to show when our webpage is shared. -->
<meta property="og:url" content="https://tartanhacks.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="TartanHacks" />
<meta
property="og:description"
content="Carnegie Mellon University's largest hackathon, hosted by ScottyLabs. Come hack, build, make or create your own project."
/>
<meta
property="og:image"
content="https://tartanhacks.com/img/social-media-banner.jpg"
/>
<meta
name="description"
content="Carnegie Mellon University's largest hackathon, hosted by ScottyLabs. Come hack, build, make or create your own project."
/>
<meta
name="keywords"
content="CMU,hackathon,hack,ScottyLabs,technology,Carnegie Mellon,hackcmu,tartanhacks,scotty,pittsburgh,steelhacks,upitt"
/>
<link rel="icon" href="/img/new-favicon.png" />
<link rel="canonical" href="https://tartanhacks.com/" />
<!-- Bootstrap CSS -->
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous"
/>
<!-- NES CSS for 8-bit retro theme -->
<!-- <link href="https://unpkg.com/[email protected]/css/nes.min.css" rel="stylesheet" /> -->
<!-- My CSS -->
<link href="css/slStyles.css" rel="stylesheet" />
<link href="css/faq.css" rel="stylesheet" />
<link href="css/awards.css" rel="stylesheet" />
<link href="css/sponsors.css" rel="stylesheet" />
<link href="css/about.css" rel="stylesheet" />
<link href="css/schedule.css" rel="stylesheet" />
<link href="css/speakers.css" rel="stylesheet" />
<link href="css/judges.css" rel="stylesheet" />
<link href="css/checkin.css" rel="stylesheet" />
<!-- ScottyLabs Fonts -->
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700|Kaushan+Script|Montserrat:400,700"
rel="stylesheet"
type="text/css"
/>
<!-- Schema.org JSON-LD tags, describes the organization to web crawlers -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"description": "Carnegie Mellon University's largest hackathon, hosted by ScottyLabs. Come hack, build, make or create your own project. Sponsored by Emirates, Microsoft, BNY Mellon, and Facebook.",
"foundingDate": "2011",
"event": {
"@type": "Event",
"sameAs": "https://tartanhacks.com"
},
"image": "https://tartanhacks.com/img/social-media-banner.png",
"logo": "https://tartanhacks.com/img/social-media-banner.png",
"name": "TartanHacks",
"alternateName": "Scotty Labs",
"organizer": {
"@type": "Organization",
"sameAs": "https://scottylabs.org"
},
"sameAs": "https://www.facebook.com/ScottyLabs/",
"url": "https://scottylabs.org"
}
</script>
<!-- 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"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- MLH Trust Badge -->
<a
id="mlh-trust-badge"
style="
display: block;
max-width: 100px;
min-width: 60px;
position: fixed;
right: 50px;
top: 0;
width: 10%;
z-index: 10000;
"
href="https://mlh.io/seasons/2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=white"
target="_blank"
><img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2021/mlh-trust-badge-2021-white.svg"
alt="Major League Hacking 2021 Hackathon Season"
style="width: 100%"
/></a>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button
type="button"
class="navbar-toggle"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top"
><img class="logo" src="img/logo.png"
/></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden"><a href="#page-top"></a></li>
<!-- Make Home be the main page-->
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#prizes">Prizes</a></li>
<li><a class="page-scroll" href="#speaker">Speakers</a></li>
<li><a class="page-scroll" href="#judges">Judges</a></li>
<li><a class="page-scroll" href="#schedule">Schedule</a></li>
<li><a class="page-scroll" href="#faq">FAQ</a></li>
<li><a class="page-scroll" href="#sponsors">Sponsors</a></li>
<li>
<a
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
target="_blank"
>Code of Conduct</a
>
</li>
<!--<li><a class="page-scroll" href="#contact">Contact</a></li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<img src="img/center_logo.png" id="window" />
<div class="intro-lead-in">
<span class="nes-btn button">
<a href="https://dashboard.tartanhacks.com/" target="_blank">
Start Game
</a>
</span>
<div id="download-dashboard">
<a
href="https://apps.apple.com/us/app/scottylabs-dashboard/id1556362423"
>
<img class="app-icon" src="img/ios.svg" />
</a>
<a href="raw/tartanhacks-dashboard.apk">
<img class="app-icon" src="img/android.png" />
</a>
</div>
</div>
</div>
</div>
</header>
<!-- ABOUT Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <div class="outer-th-video">
<iframe class="th-video" width="420" height="345" src="https://www.youtube.com/embed/PQYfXmqJdIA"></iframe>
</div> -->
<div class="outer-th-video-para">
<div class="th-video-para">
<h2 class="th-video-text section-heading" style="color: white">
ABOUT
</h2>
<p class="th-video-text">
Tartanhacks is the largest hackathon at CMU! Organized by
<a
href="https://scottylabs.org/"
style="text-decoration: none; color: white"
target="_blank"
>ScottyLabs</a
>, it's a hackathon where, in 36 hours, participants from all
over the country work in groups to create innovative projects.
This year, Tartanhacks will be held online, so come on over to
hack, learn new concepts through our virtual workshops, and
meet other hackers!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PRIZES Section-->
<section id="prizes">
<div class="container">
<div class="row">
<div class="col-sm-offset-3 col-sm-6 text-center">
<h2 class="section-heading">Prizes</h2>
<h3 class="section-subheading text-muted">
Here are some of the prizes we'll be offering!
</h3>
</div>
</div>
<div class="awards-container">
<div class="awards-grid">
<div class="awards-item-1">
<img class="awards-icon" src="img/logo.png" />
<h3 style="text-align: center">Scott Krulcik Grand Prize</h3>
<br />
<p style="text-align: center">
Receive $2000 for the team, $5000 of Oracle credits per team member, 4 x 1 year subscription for The Codex, 4 x 1 year subscription for Wolfram|One, and tickets to Pinnacle 2021!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/logo.png" />
<h3 style="text-align: center">Design for America Award*</h3>
<br />
<p style="text-align: center">
Receive $1000 in funds to support your project and a chance to
participate in Impact CMU showcase.
</p>
<br />
<p style="text-align: center">
<em>* Only Carnegie Mellon University teams are eligible</em>
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/logo.png" />
<h3 style="text-align: center">Best Throwback Hack</h3>
<br />
<p style="text-align: center">
Receive Sketch licenses for each member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/microsoft.png" />
<h3 style="text-align: center">
Azure Champ Prize: Hack for Good
</h3>
<p style="text-align: center">
Recieve $1,000 to be donated to an approved charity of your
choice, Xbox Game Pass Ultimate, and LinkedIn Learning
membership!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/hrt.png" />
<h3 style="text-align: center">Best Use of a Public Dataset</h3>
<br />
<p style="text-align: center">
Win HRT branded Beats Headphones per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/sandia.png" />
<h3 style="text-align: center">
Best Safe and Healthy Lifestyle Hack
</h3>
<br />
<p style="text-align: center">Win 4 wireless earbuds per team!</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/facebook.png" />
<h3 style="text-align: center">Best Community Hack</h3>
<br />
<p style="text-align: center">
Win a Portal Mini device per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/wayfair.jpg" />
<h3 style="text-align: center">
Best Hack to Solve an Inequality Crisis
</h3>
<br />
<p style="text-align: center">
Win a $100 Wayfair digital gift card per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/capital_one.png" />
<h3 style="text-align: center">Best Financial Hack</h3>
<br />
<p style="text-align: center">
Win a $200 Amazon gift card per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/mlh.png" />
<h3 style="text-align: center">
Best Domain Registered with Domain.com
</h3>
<br />
<p style="text-align: center">
Win a PowerSquare Qi Wireless Phone Charger and Domain.com
backpack per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/mlh.png" />
<h3 style="text-align: center">
Best Hardware Hack Sponsored by Digi-Key
</h3>
<br />
<p style="text-align: center">
Win a Grove Beginner Kit per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/mlh.png" />
<h3 style="text-align: center">Best Use of DataStax Astra</h3>
<br />
<p style="text-align: center">Win Blue Snowball Microphones!</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/mlh.png" />
<h3 style="text-align: center">Best Use of Google Cloud</h3>
<br />
<p style="text-align: center">
Win a Google branded Parkland Academy backpack!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/google.png" />
<h3 style="text-align: center">Best Use of Google Cloud</h3>
<br />
<p style="text-align: center">
Win a Google Cloud branded backpack and Google Cloud goodie bags
per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/oracle.png" />
<h3 style="text-align: center">Most Futuristic Hack</h3>
<br />
<p style="text-align: center">
Win a Holy Stone drone with HD camera per team member!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/sponsors/echoAR.webp" />
<h3 style="text-align: center">AR/VR Hack</h3>
<br />
<p style="text-align: center">
Receive a 3 Month Business Plan and a $50 Amazon gift card for
the team!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/logo.png" />
<h3 style="text-align: center">The Spiciest Meme Award</h3>
<br />
<p style="text-align: center">
Win "What do you Meme?" card game!
</p>
</div>
<div class="awards-item-1">
<img class="awards-icon" src="img/logo.png" />
<h3 style="text-align: center">First Penguin Award</h3>
<br />
<p style="text-align: center">Win super cute penguin plushies!</p>
</div>
</div>
</div>
</div>
</section>
<!--SPEAKER Section-->
<section id="speaker">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center" style="color: white">
SPEAKERS
</h2>
<h3 class="section-heading text-center" style="color: white">
Meet our speakers!
</h3>
<br />
<div class="speaker-container">
<img class="speaker-center" src="img/speakers/amy.jpg" />
</div>
<div class="speaker-info">
<p><strong>AMY QUISPE</strong></p>
<p style="color: white">
<b>Amy</b> is an engineer at the US Digital Service and attended
Carnegie Mellon’s School of Computer Science, where she founded
ScottyLabs and TartanHacks.
</p>
</div>
<div class="speaker-container">
<img
class="speaker-center"
src="img/speakers/GuillermoRuiz.JPG"
/>
</div>
<div class="speaker-info">
<p><strong>GUILLERMO RUIZ</strong></p>
<p style="color: white">
<b>Guillermo</b> is the Head of DevRel and responsible for
crafting a vision for Oracle Developers at a global scale and is
the former co-founder of Datadope.io
</p>
</div>
<div class="speaker-container">
<img class="speaker-center2" src="img/speakers/nitakaushal.jpg" />
</div>
<div class="speaker-info">
<p><strong>NITA SINGH KAUSHAL</strong></p>
<p style="color: white">
<b>Nita</b> is the Founder of Miss CEO, a Lecturer in the School
of Engineering at Stanford University, and an Instructor at
Stanford Continuing Studies.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- JUDGES Section -->
<section id="judges" class="bg-white">
<div class="row">
<div class="col-sm-offset-3 col-sm-6 text-center">
<h2 class="section-heading">Judges</h2>
</div>
</div>
<div id="judges-parent">
<div class="judges-container">
<img class="judges-center" src="img/judges/jasmine.jpg" />
<div class="judges-info">
<p>
<a href="https://www.jasminelawrence.com/about"
><strong>JASMINE LAWRENCE</strong></a
>
</p>
<p>Product Manager<br />Everyday Robot project @ X</p>
</div>
</div>
<div class="judges-container">
<img class="judges-center" src="img/judges/tom.jpg" />
<div class="judges-info">
<p>
<a href="https://www.cs.cmu.edu/~tcortina/"
><strong>TOM CORTINA</strong></a
>
</p>
<p>
Assistant Dean for Undergraduate Education<br />School of Computer
Science
</p>
</div>
</div>
<div class="judges-container">
<img class="judges-center" src="img/judges/pat.jpg" />
<div class="judges-info">
<p>
<a href="https://www.cs.cmu.edu/~pvirtue/"
><strong>PAT VIRTUE</strong></a
>
</p>
<p>Assistant Teaching Professor<br />School of Computer Science</p>
</div>
</div>
<div class="judges-container">
<img class="judges-center" src="img/judges/kelly.jpeg" />
<div class="judges-info">
<p>
<a href="http://www.krivers.net/"
><strong>KELLY RIVERS</strong></a
>
</p>
<p>Assistant Teaching Professor<br />School of Computer Science</p>
</div>
</div>
</div>
</section>
<!-- SCHEDULE Section -->
<section id="schedule" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-sm-offset-3 col-sm-6 text-center">
<h2 class="section-heading">Schedule</h2>
</div>
</div>
<div class="row">
<div id="schedule-container"></div>
</div>
</div>
</section>
<!-- Check-in Items Section -->
<section id="checkin" class="bg-darkest-gray">
<div class="container">
<div class="row">
<div class="col-sm-offset-3 col-sm-6 text-center">
<h2 class="section-heading">Check-in Items</h2>
</div>
</div>
<div class="row">
<p id="checkin-text">
Make sure to tick off these check-in items over the course of the
weekend. Players on the top of the leaderboard will receive a
special prize at the end of the hackathon 👀
</p>
</div>
<div class="row">
<div id="checkin-container"></div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">FAQ</h2>
<br />
<button type="button" class="expandable">
How much does it cost to participate in TartanHacks?
</button>
<div class="text_answer">
<p>
Nothing. TartanHacks is free for all undergraduate students!
</p>
</div>
<button type="button" class="expandable">
I'm not a CS major, can I still join?
</button>
<div class="text_answer">
<p>
Yes! All undergradauate majors and programs, even if they aren't
technical, are welcome at TartanHacks. We have slides from a
series of web development workshops online that you can use to
brush up your skills! We'll also have some workshops during the
event so you can get started with new frameworks.
</p>
</div>
<button type="button" class="expandable">
Is TartanHacks open to first-year students?
</button>
<div class="text_answer">
<p>
Yes! We welcome students of all skill levels to participate.
First-year students and first-time hackers have always been part
of TartanHacks; we would love to see you at the event! Some
prizes will also be specific for beginner hackers.
</p>
</div>
<button type="button" class="expandable">
I'm a graduate student. Can I still participate?
</button>
<div class="text_answer">
<p>
Unfortunately, graduate students cannot participate. TartanHacks
is currently limited to undergraduate students only.
</p>
</div>
<button type="button" class="expandable">
Are non-CMU students allowed to attend?
</button>
<div class="text_answer">
<p>
Yes! Anyone with an educational email address can sign up on the
registration system.
</p>
</div>
<button type="button" class="expandable">
Can I register with a team?
</button>
<div class="text_answer">
<p>
You have to sign up as an individual for the event, and we'll
have you specify your team later on. Don't worry, if you already
have a team chosen you'll still be able to work with them during
event.
</p>
</div>
<button type="button" class="expandable">
If I don't have a team before the event, can I still participate?
</button>
<div class="text_answer">
<p>
Absolutely! We'll have a team mixer after the opening ceremony
to help you meet new hackers.
</p>
</div>
<button type="button" class="expandable">
How many people can we have per team?
</button>
<div class="text_answer">
<p>Up to 4 people are allowed.</p>
</div>
<button type="button" class="expandable">
I'm confused about my registration status. How does the
registration process work?
</button>
<div class="text_answer">
<p>
There are 3 states you can be in. <br />
1. <strong>Submitted.</strong> You have submitted your
application, but we haven't accepted you yet. Don't worry
though; we are doing acceptances in waves, i.e. one wave each
day, up until early Friday morning. <br />
2. <strong>Admitted.</strong> We have accepted your TartanHacks
application! The final step is to click 'Confirm Your Spot' and
fill out the form. <br />
3. <strong>Confirmed.</strong> All you need to do is show up on
Friday at 6PM for check in! Your spot in TartanHacks is
confirmed.
</p>
</div>
<button type="button" class="expandable">
Does everyone who registers get to participate at TartanHacks?
</button>
<div class="text_answer">
<p>
We expect that everyone who registers can get in. However,
sometimes more hackers sign up than we can admit. Once
registration closes, hackers are accepted on a rolling basis.
You will be notified via email about your registration status.
</p>
</div>
<button type="button" class="expandable">
I got in, but a few of my team members were put on the waitlist.
Will they be able to participate?
</button>
<div class="text_answer">
<p>
Hackers are accepted individually, so we are unable to guarantee
that all members of your team will get in. However, if they're
on the waitlist, there's still hope! See the next question.
</p>
</div>
<button type="button" class="expandable">
Is there a way to get off of the waitlist?
</button>
<div class="text_answer">
<p>
We will be letting hackers off the waitlist on a first-come,
first-serve basis on the day of the event. Historically, many
people have gotten off the waitlist.
</p>
</div>
<button type="button" class="expandable">
Are we limited to software projects or are hardware hacks allowed?
</button>
<div class="text_answer">
<p>
Hardware hacks are certainly allowed! We don't restrict projects
to software, though you will need to bring your own
hardware/materials.
</p>
</div>
<button type="button" class="expandable">
What if I need help during the hackathon?
</button>
<div class="text_answer">
<p>
We will have a team of student and corporate mentors on hand who
are experts in many common technologies. They'll be able to
answer your questions, help you debug, and get you set up with
new frameworks. They can't make your project for you, but they
are always there to help!
</p>
</div>
<button type="button" class="expandable">
Who runs TartanHacks?
</button>
<div class="text_answer">
<p>
TartanHacks is run by
<a
href="https://scottylabs.org/"
style="text-decoration: none"
target="_blank"
>ScottyLabs</a
>, a student organization at Carnegie Mellon University that
develops apps for CMU and runs educational events, like
TartanHacks. ScottyLabs isn't affiliated with any academic
department, and all of our funding comes from corporate
sponsors.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- SPONSORS Section -->
<section id="sponsors">
<div class="container">
<h2 class="section-heading">Sponsors</h2>
<div id="sponsorss" class="clearfix">
<div id="sponsors-box">
{% for tier in site.data.sponsors-tiered %} {% if tier.tier !=
"Special" %}
<h4>{{ tier.tier }}</h4>
{% endif %}
<div class="tier">
{% for sponsor in tier.sponsors %}
<a class="{{ tier.class }} link" href="{{ sponsor.url }}">
<img
class="company-logo"
src="img/sponsors/{{ sponsor.image }}"
/>
</a>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Follow us on: </span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li>
<a href="mailto:[email protected]"
><i class="fa fa-envelope"></i
></a>
</li>
<li>
<a href="http://www.facebook.com/ScottyLabs" target="_blank"
><i class="fa fa-facebook"></i
></a>
</li>
<li>
<a href="https://instagram.com/cmu.scottylabs" target="_blank"
><i class="fa fa-instagram"></i
></a>
</li>
<li>
<a href="https://twitter.com/scottylabs" target="_blank"
><i class="fa fa-twitter"></i
></a>
</li>
</ul>
</div>
<div class="col-md-4">
<span class="copyright">
<a
href="http://scottylabs.org"
style="text-decoration: none; color: white"
>ScottyLabs |
</a>
<a href="http://cmu.edu" style="color: white"
>Carnegie Mellon University</a
>
</span>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"
></script>
<!-- Bootstrap Core JavaScript -->
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"
></script>
<!-- Plugin JavaScript -->
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"
integrity="sha512-0QbL0ph8Tc8g5bLhfVzSqxe9GERORsKhIn1IrpxDAgUsbBGz/V7iSav2zzW325XGd1OMLdL4UiqRJj702IeqnQ=="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js"
integrity="sha512-bZS47S7sPOxkjU/4Bt0zrhEtWx0y0CRkhEp8IckzK+ltifIIE9EMIMTuT/mEzoIMewUINruDBIR/jJnbguonqQ=="
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/luxon/1.26.0/luxon.min.js"></script>
<script src="js/script.js"></script>
<script>
(function (i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);
ga("create", "UA-54783750-2", "auto");
ga("send", "pageview");
</script>
</body>
</html>