-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
668 lines (630 loc) · 29.8 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta Information -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description"
content="PickHacks is a 36 hour opportunity for you to build your dreams."/>
<meta name="keywords" content="PickHacks, hackathon, Missouri S&T, S&T, Rolla, MLH"/>
<meta name="author" content="PickHacks"/>
<meta name="theme-color" content="#22292c">
<meta name="copyright" content="PickHacks"/>
<meta name="application-name" content="PickHacks | April 3rd - 5th | Rolla, MO"/>
<!-- Favicon -->
<link rel="shortcut icon" href="images/logo.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Heebo" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://use.typekit.net/hio1tei.css" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/767c701207.js" crossorigin="anonymous" SameSite="secure"></script>
<!-- Custom Styles -->
<link rel="stylesheet" href="css/styles.css">
<!-- Fullpage.js Styles-->
<link rel="stylesheet" type="text/css" href="css/fullpage.css" />
<meta name="description"
content="PickHacks is a 36 hour opportunity for you to build your dreams."/>
<meta name="keywords" content="PickHacks, hackathon, Missouri S&T, S&T, Rolla, MLH"/>
<meta name="author" content="PickHacks"/>
<meta name="theme-color" content="#22292c">
<meta name="copyright" content="PickHacks"/>
<meta name="application-name" content="PickHacks | April 3rd - 5th | Rolla, MO"/>
<title>
PickHacks 2022
</title>
</head>
<body>
<div class="wrapper">
<nav class="navbar fixed-top navbar-dark navbar-expand-lg">
<div class="container-fluid">
<button class="navbar-toggler mr-auto my-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="mlh" id="mlh-trust-badge" href="https://mlh.io/seasons/2022/events" target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2022/mlh-trust-badge-2022-white.svg" alt="Major League Hacking 2022 Hackathon Season" style="width: 86px"/>
</a>
<a class="navbar-brand page-switch" href="#mainpage">
<img src="images/pickhacks-logo.png" alt="" height="38px" width="38px"/>
</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav main-nav ml-auto">
<li class="nav-item">
<a class="nav-link" target="_blank" href="https://picklehack.pickhacks.io/">PickleHack 2021</a>
<a class="nav-link"target="_blank" href="https://pickhacks2021.devpost.com/">PickHacks 2021</a>
<a class="nav-link" target="_blank" href="https://2019.pickhacks.io">PickHacks 2019</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="mainpage">
<div class="container-fluid section" id="page-top">
<div class="landing-page-info">
<h4>PickHacks presents</h4>
<h1>PickHacks 2022</h1>
<!-- Consider another image here that looks nice, something along the vein of a logo
<div class="artpiece-border">
<img src="images/artpiece.gif"/>
<p class="artpiece-credits">Inspiration from SCREENS by Dylan Neuwirth</p>
</div>
-->
<div class="landing-page-about">
<h4>Missouri University of Science and Technology</h4>
<h4>Spring 2022</h4>
</div>
<!-- <form id="intro-form" action="https://pickhacks.us18.list-manage.com/subscribe/post?u=856465f72a4d3c5f8d8fb2a48&id=8b600ab52a" method="post" class="intro-form">
<input type="email" value="" name="EMAIL" placeholder="Enter your email"/>
<button form="intro-form" type="submit">Subscribe</button>
</form> -->
</div>
</div>
<div class="landing-page-info" style="margin-top: 5rem;">
<div class="landing-page-about">
<h4>We're hard at work getting PickHacks 2022 underway</h4>
<h5>In the meantime, fill out this interest form to stay in the loop!</h5>
</div>
</div>
<!--The seperation is to seperate text and button vertically as opposed to horizontally-->
<div class="landing-page-info">
<div class="landing-page-about" style="margin-top: 2rem; margin-bottom: 5rem;">
<a href="https://forms.gle/1BmGY1JetzMp1cLP6">Interest Form</a>
</div>
</div>
</div>
<!-- <div id="schedulepage">
<div class="section" id="schedule">
<div class="schedule-info">
<h1 class="section-title">Schedule</h1>
<p class="schedule-cdt">CDT timezone</p>
<div class="schedule-slider">
<div class="album" id="day1">
<div class="album-cover">
<h2>Friday, April 9</h2>
<p>4:00pm - Check-in</p>
<p>5:30pm - Opening Ceremony</p>
<p>7:00pm - Hacking begins</p>
<p>7:00pm - Team Matching</p>
<p>7:00pm - Python + Flask Workshop</p>
<p>7:00 pm - In Person Swag Pickup Starts</p>
<p>8:30 pm - CTF</p>
<p>10:00 pm - In Person Swag Pickup Ends</p>
<img src="images/vinyl.gif"/>
</div>
</div>
<div class="album" id="day2">
<div class="album-cover">
<h2>Saturday, April 10</h2>
<p>12:00am - Clash of Code</p>
<p>10:00am - Product Management Talk</p>
<p>11:00am - Panera iOS Development</p>
<p>12:00pm - Centene GitOps Talk</p>
<p>3:00pm - Instagram Filter Creation</p>
<p>4:00pm - Intro to Databases Workshop</p>
<p>8:00pm - MLH Bob Ross MS Paint</p>
<img src="images/vinyl.gif"/>
</div>
</div>
<div class="album" id="day3">
<div class="album-cover">
<h2>Sunday, April 11</h2>
<p>8:00am - Dev Post Office Hours</p>
<p>10:30am - Hacking ends</p>
<p>11:00am - Project Expo on Devpost</p>
<p>2:30pm - Closing Ceremony</p>
<img src="images/vinyl.gif"/>
</div>
</div>
</div>
<div class="controls">
<i onclick="schedulePrev();" class="fas fa-caret-left"></i>
<i onclick="scheduleNext();" class="fas fa-caret-right"></i>
</div>
</div>
</div>
</div> -->
<div id="mainpage">
<div class="container-fluid section" id="about">
<div class="about-info">
<h1 class="section-title">About</h1>
<img class="line" src="images/line.gif">
<div class="video-container">
<img src="images/pickhacks_gif.gif"/>
<div class="overlay-text">
<p>Since its 1st event in 2019, PickHacks has become one of the largest hackathons in the Midwest. We hope that you'll join us, and 499 other students, in this unforgettable experience.</p>
</div>
</div>
<img class="line" src="images/line.gif">
</div>
</div>
<div class="container-fluid section" id="faq">
<div class="faq-info">
<h1 class="section-title">FAQ</h1>
<div class="faq-questions">
<div class="faq-question">
<h1>What</h1>
<div class="faq-short-answer">
<h1>Hackathon</h1>
</div>
</div>
<div class="faq-long-answer">
<p>PickHacks is Missouri S&T's annual hackathon — an innovation competition where students come together to bring a project to life over the course of a weekend. You come up with the idea, and we provide mentors, resources, and anything else you need. Programming experience isn't necessary; the only requirement is a willingness to learn and have fun! Plus, it's FREE!</p>
</div>
<div class="faq-question">
<h1>When</h1>
<div class="faq-short-answer">
<h1>April 8-10, 2022</h1>
</div>
</div>
<div class="faq-long-answer">
<p>Pickhacks is taking place the weekend of April 8th through 10th!</p>
</div>
<div class="faq-question">
<h1>Where</h1>
<div class="faq-short-answer">
<h1>Online</h1>
</div>
</div>
<div class="faq-long-answer">
<p>All virtual! Once you sign up, you will receive an email with information about how to get into the event. Hopin will be the main platform used, along with Discord</p>
</div>
<div class="faq-question">
<h1>Who</h1>
<div class="faq-short-answer">
<h1>You</h1>
</div>
</div>
<div class="faq-long-answer">
<p>Anyone currently enrolled in an educational institution (high school and above) or 12 months out of graduation is able to attend. You don't even have to know how to code to join! Just come in with an open mind and fun ideas to expand on, and you'll be set!</p>
<br />
</div>
<div class="faq-question">
<h1>Theme</h1>
<div class="faq-short-answer">
<h1>TBD</h1>
</div>
</div>
<div class="faq-long-answer">
<p>TBD</p>
</div>
<div class="faq-question">
<h1>Swag</h1>
<div class="faq-short-answer">
<h1>How to get</h1>
</div>
</div>
<div class="faq-long-answer">
<p>Right after you RSVP and are accepted into the event, you can fill out a shipping form. Swag will then be sent out before the event in accordance with your responses, so you can rep the gear while you're hacking away!</p>
<br />
</div>
<div class="faq-question">
<h1>Other</h1>
<div class="faq-short-answer">
<h1>Ask Us</h1>
</div>
</div>
<div class="faq-long-answer">
<p>If you have any other questions that are not listed here, feel free to reach out to us at [email protected] or on our social media!</p>
</div>
</div>
<img class="controller" src="images/controller.gif" />
</div>
</div>
<div class="container-fluid section" id="sponsors">
<div class="sponsor-cast-info">
<div class="sponsor-info">
<h1 class="section-title">Sponsors</h1>
<div class="diamond">
<div class="row">
<a target="_blank" href="https://www.panerabread.com/en-us/home.html">
<img src="images/panera.png"/>
</a>
</div>
</div>
<div class="gold">
<div class="row">
<a target="_blank" href="https://www.centene.com/">
<img src="images/centene.png"/>
</a>
<a target="_blank" href="https://www.mastercard.us/en-us.html">
<img src="images/mastercard.png"/>
</a>
</div>
</div>
<div class="silver">
<div class="row">
<a target="_blank" href="https://nestletech.com/2Ug7HGi">
<img src="images/nestle.png"/>
</a>
<a target="_blank" href="https://kcnsc.doe.gov/">
<img src="images/nsc.png"/>
</a>
<a target="_blank" href="https://www.veteransunited.com/">
<img src="images/veterans.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="http://tradebot.com/">
<img src="images/tradebot.png"/>
</a>
<a target="_blank" href="https://www.sandia.gov/">
<img src="images/sandia.png"/>
</a>
<a target="_blank" href="https://www.deere.com/en/technology-products/precision-ag-technology/">
<img src="images/johndeere.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="" style="opacity: 0; cursor: default;">
<img src="images/balto.png"/>
</a>
<a target="_blank" href="https://baltosoftware.com/">
<img src="images/balto.png"/>
</a>
<a target="_blank" href="" style="opacity: 0; cursor: default;">
<img src="images/balto.png"/>
</a>
</div>
</div>
<div class="bronze">
<div class="row">
<a target="_blank" href="https://www.nisc.coop/">
<img src="images/nisc.png"/>
</a>
<a target="_blank" href="https://www.jbhunt.com/">
<img src="images/jbhunt.png"/>
</a>
<a target="_blank" href="https://www.wwt.com/">
<img src="images/wwt.png"/>
</a>
<a target="_blank" href="https://www.leonardodrs.com/">
<img src="images/leonardo.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="https://www.linode.com/">
<img src="images/linode.png"/>
</a>
<a target="_blank" href="https://1904labs.com/">
<img src="images/1904.png"/>
</a>
<a target="_blank" href="https://www.cigna.com/">
<img src="images/cigna.png"/>
</a>
<a target="_blank" href="https://www.crowdstrike.com/">
<img src="images/crowdstrike.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="https://www.numerify.com/">
<img src="images/numerify.png"/>
</a>
<a target="_blank" href="https://www.softwaredesignpartners.com/">
<img src="images/sdp.png"/>
</a>
<a target="_blank" href="https://www.spectrum.com/">
<img src="images/charter.png"/>
</a>
<a target="_blank" href="https://www.cboe.com/">
<img src="images/cboe.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="https://platter.dev/" style="margin: auto;">
<img src="images/platter.png"/>
</a>
</div>
</div>
<h1 class="section-title" style="margin-top: 7rem;">Partners</h1>
<div class="um">
<div class="row">
<a target="_blank" href="https://www.umsystem.edu/">
<img src="images/umsystem.png"/>
</a>
</div>
</div>
<div class="bronze">
<div class="row">
<a target="_blank" href="" style="opacity: 0; cursor: default;">
<img src="images/updatedacm.png"/>
</a>
<a target="_blank" href="https://mstacm.org/">
<img src="images/updatedacm.png"/>
</a>
<a target="_blank" href="https://women.mstacm.org/">
<img src="images/acmw.PNG"/>
</a>
<a target="_blank" style="opacity: 0; cursor: default;">
<img src="images/acm.png"/>
</a>
</div>
<div class="row">
<a target="_blank" style="opacity: 0; cursor: default;">
<img src="images/acm.png"/>
</a>
<a target="_blank" href="https://www.1517fund.com/">
<img src="images/1517.png"/>
</a>
<a target="_blank" href="https://highalpha.com/">
<img src="images/highalpha.png"/>
</a>
<a target="_blank" style="opacity: 0; cursor: default;">
<img src="images/acm.png"/>
</a>
</div>
</div>
<div class="other">
<div class="row">
<a target="_blank" href="http://hackp.ac/mlh-stickermule-hackathons">
<img src="images/stickermule.png"/>
</a>
<a target="_blank" href="https://girlswhocode.com/">
<img src="images/girlswhocode.png"/>
</a>
<a target="_blank" href="https://news.stlpublicradio.org/#stream/0">
<img src="images/stlpublicradio.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="https://www.monsterenergy.com/">
<img src="images/monsterenergy.png"/>
</a>
<a target="_blank" href="https://goodsnacks.com/">
<img src="images/goodsnacks.png"/>
</a>
<a target="_blank" href="https://thecodex.me/">
<img src="images/codex.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="https://smashmallow.com/">
<img src="images/smashmallow.png"/>
</a>
<a target="_blank" href="https://www.zesttea.com/">
<img src="images/zest.png"/>
</a>
<a target="_blank" href="https://www.brewerscience.com/">
<img src="images/brewer.png"/>
</a>
</div>
<div class="row">
<a target="_blank" href="https://www.digitalocean.com/">
<img src="images/do.png"/>
</a>
<a target="_blank" href="https://www.voiceflow.com/">
<img src="images/voiceflow.png"/>
</a>
<a target="_blank" href="https://www.sketch.com/">
<img src="images/sketch.png"/>
</a>
</div>
</div>
</div>
<div class="cast-info">
<hr>
<h1>The Team</h1>
<div class="cast-titles-members">
<div class="team">
<div class="titles">
<h3>Director</h3>
</div>
<div class="members">
<h3 class="lead"><a href="https://www.linkedin.com/in/bhasree/" target="_blank">Bharat Sreekrishnavilas</a></h3 class="lead">
</div>
</div>
<div class="team">
<div class="titles">
<h3>Finance</h3>
</div>
<div class="members">
<h3 class="lead"><a>Himnish Sapkota</a></h3 class="lead">
<h3><a>Dominic Alberico</a></h3>
<h3><a>Rahul Gopalan</a></h3>
<h3><a>Vishaanth Muddu</a></h3>
</div>
</div>
<div class="team">
<div class="titles">
<h3>Marketing</h3>
</div>
<div class="members">
<h3 class="lead"><a href="https://www.linkedin.com/in/edward-c-keith/" target="_blank">Edward Keith</a></h3 class="lead">
<h3><a>Riley Fuller</a></h3>
<h3><a>Sabrina McRoberts</a></h3>
</div>
</div>
<div class="team">
<div class="titles">
<h3>Logistics</h3>
</div>
<div class="members">
<h3 class="lead"><a href="https://www.linkedin.com/in/jackstork/" target="_blank">Jack Stork</a></h3 class="lead">
<h3><a>Jacob Kelly</a></h3>
<h3><a>Bradley Moore</a></h3>
<h3><a>Ryan Duffendack</a></h3>
<h3><a>Jonah Yates</a></h3>
<h3><a>Kevin Gu</a></h3>
<h3><a>Matt Minatra</a></h3>
</div>
</div>
<div class="team">
<div class="titles">
<h3>Development</h3>
</div>
<div class="members">
<h3 class="lead"><a href="https://www.linkedin.com/in/colton-jacobson-ab7b47163/" target="_blank">Colton Jacobson</a></h3 class="lead">
<h3><a href="https://www.linkedin.com/in/carterwagner/" target="_blank">Carter Wagner</a></h3>
<h3><a>Emma Carmickle</a></h3>
<h3><a>Eric Duong</a></h3>
<h3><a>Gunnar Grispino</a></h3>
</div>
</div>
<div class="team">
<div class="titles">
<h3>Design</h3>
</div>
<div class="members">
<h3><a>Maggie Boecker</a></h3>
<h3><a>Marcella Tebeau</a></h3>
</div>
</div>
</div>
<hr>
<div class="button-container">
<a href="mailto:[email protected]">Email Us</a>
</div>
<div class="social">
<a href="https://www.facebook.com/sandtpickhacks/"><img src="images/facebook-logo.png"/></a>
<a href="https://www.instagram.com/sandtpickhacks/"><img src="images/instagram-logo.png"/></a>
<a href="https://twitter.com/sandtpickhacks?lang=en"><img src="images/twitter-logo.png"/></a>
</div>
<div class="footer-text">
<h5><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a></h5>
<h5>Copyright @ PickHacks 2021</h5>
</div>
</div>
</div>
</div>
</div>
<!--
<div id="travelpage">
<div class="section">
<div class="travel-info">
<h1 class="section-title">Bus Routes</h1>
<div class="route-buttons">
<div class="route-button active" href="#missouri">
Missouri
</div>
<div class="route-button" href="#illinois">
Illinois
</div>
<div class="route-button" href="#kansas">
Kansas
</div>
<div class="route-button" href="#iowa">
Iowa
</div>
</div>
<div class="routes-container">
<div class="route-tickets active" id="missouri">
<div class="route-ticket">
<h3 class="route-num">Route #1</h3>
<h3 class="route">Washington University in St. Louis (WUSTL)</h3>
<h3 class="route">University of Missouri in St. Louis (UMSL)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
<div class="route-ticket">
<h3 class="route-num">Route #2</h3>
<h3 class="route">St. Louis Community College in Florissant Valley (STLCC)</h3>
<h3 class="route">Parkway Central High School (PCH)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
<div class="route-ticket">
<h3 class="route-num">Route #5</h3>
<h3 class="route">Kansas State University (K-State)</h3>
<h3 class="route">University of Kansas (KU)</h3>
<h3 class="route">University of Missouri in Kansas City (UMKC)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
<div class="route-ticket">
<h3 class="route-num">Route #6</h3>
<h3 class="route">Iowa State University (ISU)</h3>
<h3 class="route">University of Iowa (U of Iowa)</h3>
<h3 class="route">Truman State University (TSU)</h3>
<h3 class="route">University of Missouri in Columbia (Mizzou)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
</div>
<div class="route-tickets" id="illinois">
<div class="route-ticket">
<h3 class="route-num">Route #3</h3>
<h3 class="route"> Purdue University (Purdue)</h3>
<h3 class="route">University of Illinois at Urbana-Champaign (UIUC)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
<div class="route-ticket">
<h3 class="route-num">Route #4</h3>
<h3 class="route">Illinois Institute of Technology (IIT)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
</div>
<div class="route-tickets" id="kansas">
<div class="route-ticket">
<h3 class="route-num">Route #5</h3>
<h3 class="route">Kansas State University (K-State)</h3>
<h3 class="route">University of Kansas (KU)</h3>
<h3 class="route">University of Missouri in Kansas City (UMKC)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
</div>
<div class="route-tickets" id="iowa">
<div class="route-ticket">
<h3 class="route-num">Route #6</h3>
<h3 class="route">Iowa State University (ISU)</h3>
<h3 class="route">University of Iowa (U of Iowa)</h3>
<h3 class="route">Truman State University (TSU)</h3>
<h3 class="route">University of Missouri in Columbia (Mizzou)</h3>
<div class="left-cutout"></div>
<div class="right-cutout"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="prizespage">
<div class="section">
<div class="prizes-info">
<h1 class="section-title">Prizes</h1>
</div>
</div>
</div> -->
</div>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- <script src="js/scrollie.js"></script>
<script type="text/javascript" src="js/scrolloverflow.min.js"></script>
<script type="text/javascript" src="js/fullpage.js"></script> -->
<script src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158761634-1%22%3E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158761634-1');
</script>
</body>
</html>