forked from owlhacks/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
541 lines (528 loc) · 33.1 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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156996726-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156996726-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css?family=Arvo:700|Poppins:400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="library/css/base.css">
<link href="library/images/favicon.ico" rel="shortcut icon"/>
<title>OwlHacks 2020 | October 17-18 | Temple University </title>
<meta name="description" content="OwlHacks is Temple University's student organized 24 hour hackathon welcoming hundreds of students on October 17.">
<meta property="og:image" content="https://owlhacks.com/library/images/students.jpg">
<meta property="og:title" content="OwlHacks 2020 | October 17-18 | Temple University">
<meta property="og:description" content="OwlHacks is Temple University's student organized 24 hour hackathon welcoming hundreds of students on October 17.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://owlhacks.com">
<meta property="og:site_name" content="OwlHacks 2020">
<meta property="og:locale" content="en_US">
</head>
<body>
<!--
<div class="tualert">
<div class="tualert__content">
<span><i class="fa fa-exclamation-triangle"></i></span>
<p>Covid-19 Update: OwlHacks 2020 has been cancelled due to public health concerns. <a href="https://temple.edu/coronavirus">Learn more</a></p>
</div>
</div>
--><header id="header">
<nav class="navbar navbar-expand-lg owlhacks-navbar fixed-top" id="navContainer">
<div class="container">
<a class="navbar-brand" href="#header">
<img src="library/images/owlhacks-logo.png" class="nav-logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="nav-toggle"><i class="fas fa-bars"></i> Menu</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav owlhacks-nav" id="scroll-nav">
<li class="nav-item active">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#schedule">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQs</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="container header-content">
<div class="row align-items-center justify-content-between">
<div class="order-1 order-md-0 col-md-7">
<div class="page-jumbo">
<h1><span>Calling all</span> Night Owls</h1>
<p>Join us virtually for OwlHacks 2020 from October 17-18!</p>
<a class="btn btn-white" href="RSM.html">Co-hosted by RSM <i class="fas fa-angle-right"></i></a>
</div>
</div>
<div class="order-0 order-md-1 col-md-3">
<div id="cloud"></div>
<div id="cloud"></div>
<div id="moon"></div>
</div>
</div>
</div>
</div>
<div class="header-button-container">
<div class="row justify-content-center">
<a class="col-md-4 btn btn-header" href="https://forms.gle/vbrq4XvR4af2LSAd6">
<i class="fas fa-edit fa-fw"></i> Register Now <i class="fas fa-angle-right fa-fw"></i>
</a>
<a class="col-md-4 btn btn-header" href="sponsorship-guide/">
<i class="fas fa-bullhorn fa-fw"></i> Sponsor Us <i class="fas fa-angle-right fa-fw"></i>
</a>
<a class="col-md-4 btn btn-header" href="https://forms.gle/refdoWMe8vB7kZGYA">
<i class="fas fa-users fa-fw"></i> Volunteer <i class="fas fa-angle-right fa-fw"></i>
</a>
</div>
</div>
</header>
<main>
<section class="about" id="about">
<div class="container">
<div class="section-header section-header--inverse">
<h2><span>About</span></h2>
</div>
<div class="section-content">
<p>OwlHacks is back and will be virtual!</p>
<p>OwlHacks is Temple University’s annual, student-organized hackathon. First
hosted in 2019, OwlHacks received great projects, turnout, and support from
our sponsors and university; OwlHacks 2020 is going further.</p>
<p>With workshops, panels, games, swag and more, OwlHacks is a
fun and educational experience for all levels of technical proficiency. From
freshman to seniors, and undergrads to grads, all are welcome at
OwlHacks.
</p>
</div>
</div>
<div class="overlay"></div>
</section>
<section class="sponsors" id="sponsors">
<div class="section-header">
<h2><span>Our Sponsors</span></h2>
</div>
<div class="container">
<div class="sponsor-logo-container">
<h4>This year, OwlHacks is bigger than ever, and we need your help!</h4>
<p class="mb-4">Check out our sponsorship guide to learn how you can help.</p>
<a href="sponsorship-guide/index.html" class="btn btn-gray">View Sponsorship Guide <i class="fas fa-angle-right"></i></a>
<div class="mb-5"></div>
<h3 class="title-header">Title</h3>
<div>
<div class="row justify-content-center align-items-center mt-5">
<a href="RSM.html">
<img src="library\images\sponsors\RSM-logo.png" alt="RSM logo" class="sponsor-logo-img title">
</a>
</div>
<a class="btn btn-sponsor" href="RSM.html">Learn more about RSM <i class="fas fa-angle-right"></i></a>
</div>
<h4 class="emerald-header">Emerald</h4>
<div>
<div class="row justify-content-center align-items-center mt-5">
<a href="cigna.html">
<img src="library\images\sponsors\cigna-logo.png" alt="Cigna logo" class="sponsor-logo-img emerald">
</a>
</div>
<a class="btn btn-sponsor" href="cigna.html">Learn more about Cigna <i class="fas fa-angle-right"></i></a>
</div>
<h4 class="platinum-header">Platinum</h4>
<div>
<div class="row justify-content-center align-items-center mt-5">
<a href="lincolnfinancial.html">
<img src="library\images\sponsors\lincolnfinancial-logo.png" alt="Lincoln Financial logo" class="sponsor-logo-img platinum">
</a>
</div>
<a class="btn btn-sponsor" href="lincolnfinancial.html">Learn more about Lincoln Financial <i class="fas fa-angle-right"></i></a>
</div>
<h4 class="gold-header">Gold</h4>
<div>
<div class="row justify-content-center align-items-center mt-5">
<a href="https://www.vanguardjobs.com/students-and-recent-graduates/">
<img src="library\images\sponsors\vanguard-logo.png" alt="Vanguard logo" class="sponsor-logo-img gold">
</a>
</div>
</div>
<h4 class="silver-header">Silver</h4>
<div>
<div class="row justify-content-center align-items-center mt-5">
<a href="https://www.vanguardjobs.com/students-and-recent-graduates/">
<img src="library\images\sponsors\linode-logo.png" alt="Linode logo" class="sponsor-logo-img silver">
</a>
</div>
</div>
<h5>Special Thanks To</h5>
<div class="special-thanks-to mt-5">
<a href="https://www.techgirlz.org">
<img src="library\images\sponsors\techgirlz-logo.png" alt="Techgirlz logo" class="sponsor-logo-img thanks">
</a>
<a href="https://www.phillybailfund.org">
<img src="library\images\sponsors\philadelphiabailfund-logo.png" alt="Philadelphia Bail Fund logo" class="sponsor-logo-img thanks">
</a>
<a href="https://codeforphilly.org/projects/philadelphia_bail_fund_interactive_data_portal">
<img src="library\images\sponsors\codeforphilly-logo.png" alt="Code for philly logo" class="sponsor-logo-img thanks">
</a>
</div>
<!--
<div class="row justify-content-center align-items-center">
<div class="col-md-2">
<img src="library/images/sponsors/vanguard-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/elsevier-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/emoney-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/google-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/almac-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/guru-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/lockheedmartin-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/lincolnfinancial-logo.png" class="sponsor-logo">
</div>
<div class="col-md-2">
<img src="library/images/sponsors/brooksource-logo.png" class="sponsor-logo">
</div>
<div class="col-sm">
<img src="library/images/sponsors/linode-logo.png" class="sponsor-logo">
</div>
<div class="col-sm">
<img src="library/images/sponsors/logo-vertex-inc.svg" class="sponsor-logo">
</div>
<div class="col-sm">
<img src="library/images/sponsors/protiviti-logo.jpeg" class="sponsor-logo">
</div>
</div>
-->
</div>
</div>
</section>
<section class="schedule" id="schedule">
<div class="container">
<div class="section-header section-header--inverse">
<h2><span>Schedule</span></h2>
</div>
<div class="row justify-content-center">
<!--
<iframe class="google-calendar" src="https://calendar.google.com/calendar/embed?height=600&wkst=7&bgcolor=%23ffffff&ctz=America%2FNew_York&src=Y19zY3RqZGU2dTRtNDhvbXJoZnNtOWZhOHExNEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23F6BF26&mode=AGENDA&showTitle=0&showNav=0&showTabs=0&showPrint=0&showTz=1&showCalendars=1" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
-->
<!--
<div class="col-md-6">
<div class="schedule-block">
<h3>Saturday, October 17</h3>
<table class="schedule-table">
<tr>
<td>8:00 am
<div class="schedule-link"><a href="https://google.com">Enter Zoom Meeting</a></div>
</td>
<td>Registration Opens</td>
</tr>
<tr>
<td>9:00 am
<div class="schedule-link"><a href="https://google.com">Enter Zoom Meeting</a></div>
</td>
<td>Opening Ceremony</td>
</tr>
<tr>
<td>10:00 am
<div class="schedule-link"><a href="https://google.com">Enter Zoom Meeting</a></div>
</td>
<td>Team Formation</td>
</tr>
<tr>
<td>1:30 pm
<div class="schedule-link"><a href="https://google.com">Enter Zoom Meeting</a></div>
</td>
<td>Lunch</td>
</tr>
<tr>
<td>7:00 pm
<div class="schedule-link"><a href="https://google.com">Enter Zoom Meeting</a></div>
</td>
<td>Dinner</td>
</tr>
</table>
</div>
</div>
<div class="col-md-4">
<div class="schedule-block">
<h3>Sunday, October 18</h3>
<table class="schedule-table">
<tr>
<td>7:00 am</td>
<td>Breakfast</td>
</tr>
<tr>
<td>8:30 am</td>
<td>Judging</td>
</tr>
<tr>
<td>10:00 am</td>
<td>Closing Ceremony</td>
</tr>
</table>
</div>
</div>
-->
</div>
<div class="section-content text-center mt-5">
<p>The schedule will be updated as we approach the event.</p>
</div>
</div>
</section>
<section class="faq" id="faq">
<div class="container">
<div class="section-header">
<h2><span>FAQs</span></h2>
</div>
<div class="accordion" id="faq-accordion">
<div class="row justify-content-center">
<div class="col-md-4">
<div class="card">
<div class="card-header" id="FaqOne">
<h2 class="mb-0">
<button class="btn btn-link collapsed btn-faq d-flex justify-content-between align-items-center" type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
I am not good at coding, should I come?
</button>
</h2>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="FaqOne" data-parent="#faq-accordion">
<div class="card-body">
Yes, hackathons are a great way to learn and grow! If you are stuck on a problem, you will be able get help from some of our mentors.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqTwo">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Do I need a team?
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="FaqTwo" data-parent="#faq-accordion">
<div class="card-body">
No, you can work on a project by yourself or come to our team formation event and find some teammates there.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqThree">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
What do I bring?
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="FaqThree" data-parent="#faq-accordion">
<div class="card-body">
You will need connection to the Internet, a charged device, your prepared resume in .pdf format, and whatever else needed for your project.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqFour">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseThree">
How do I attend OwlHacks?
</button>
</h2>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="FaqFour" data-parent="#faq-accordion">
<div class="card-body">
OwlHacks will be virtual this year. You will still be able to meet other hackers, speak
to our sponsors, attend workshops, and win prizes!
</div>
</div>
</div>
<!-- IRRELEVANT TO VIRTUAL
<div class="card">
<div class="card-header" id="FaqFour">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseThree">
How do I get to OwlHacks?
</button>
</h2>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="FaqFour" data-parent="#faq-accordion">
<div class="card-body">
OwlHacks is being hosted in SERC, at 1925 N 12th St, Philadelphia, PA 19122. You can take the Broad Street line to the Cecil B. Moore station, or input the address via google maps to get all routes.
</div>
</div>
</div>
-->
</div>
<div class="col-md-4">
<div class="card">
<div class="card-header" id="FaqFive">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseOne">
What if I've never been to a hackathon?
</button>
</h2>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="FaqFive" data-parent="#faq-accordion">
<div class="card-body">
OwlHacks is beginner friendly! We have workshops for you to learn new technologies.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqSix">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseTwo">
What is there to do?
</button>
</h2>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="FaqSix" data-parent="#faq-accordion">
<div class="card-body">
You can network and talk to employers, hang out with friends, work on a project, attend workshops, and participate in competitions!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqSeven">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseThree">
Do I have to make or demo something?
</button>
</h2>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="FaqSeven" data-parent="#faq-accordion">
<div class="card-body">
You are not required to work on a project, but to be eligible for a prize,
you must submit and demo your project.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqEight">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseEight" aria-expanded="false" aria-controls="collapseThree">
Where is the schedule?
</button>
</h2>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="FaqEight" data-parent="#faq-accordion">
<div class="card-body">
<a href="#schedule">It is right here!</a> We are still in the process of planning, so it may change.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="FaqNine">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseNine" aria-expanded="false" aria-controls="collapseThree">
How do I get swag?
</button>
</h2>
</div>
<div id="collapseNine" class="collapse" aria-labelledby="FaqNine" data-parent="#faq-accordion">
<div class="card-body">
You must submit a project or attend a significant number of workshops to get swag. We will have OwlHacks T-shirts and stickers, gift card raffles, and swag from sponsors.
</div>
</div>
</div>
<!-- IRRELEVANT PARKING QUESTION
<div class="card">
<div class="card-header" id="FaqEight">
<h2 class="mb-0">
<button class="btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#collapseEight" aria-expanded="false" aria-controls="collapseThree">
Where do I park?
</button>
</h2>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="FaqEight" data-parent="#faq-accordion">
<div class="card-body">
There is free street parking around campus and 2 parking garages. The Liacouras parking garage is $20/day and located at: 1710 N 15th St, Philadelphia, PA 19121. The Montgomery Parking lot is $4/hour and located at: 1859 N 11th St, Philadelphia, PA 19122.
Travel reimbursement will not be provided this year.
</div>
</div>
</div>
-->
</div>
</div>
</div>
<div class="text-center mt-5 pt-5">
<a href="https://forms.gle/vbrq4XvR4af2LSAd6" class="btn btn-gray">Register Now <i class="fas fa-angle-right"></i></a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="row pt-1 justify-content-center">
<div class="col-md-4 text-center">
<div class="footer-header d-flex justify-content-center align-items-center">
<img src="library/images/owlhacks-logo.png" class="footer-logo">
</div>
<div class="footer-social-container">
<a href="#" target="_blank" class="btn btn-social-icon footer-social transition"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/owlhacks2020/" target="_blank" class="btn btn-social-icon footer-social transition"><i class="fab fa-instagram"></i></a>
<a href="https://discord.gg/kZFMpdW" target="_blank " class="btn btn-social-icon footer-social transition "><i class="fab fa-discord "></i></a>
<a href="https://owlhacks2020virtual.slack.com/" target="_blank " class="btn btn-social-icon footer-social transition "><i class="fab fa-slack "></i></a>
<a href="mailto:[email protected]" target="_blank " class="btn btn-social-icon footer-social transition "><i class="fas fa-envelope "></i></a>
</div>
<div class="footer-text align-content-center ">
<p>© OwlHacks <script>document.write(new Date().getFullYear())</script>. Made with <i class="fas fa-heart "></i> in Philadelphia.</p>
<ul class="footer-links footer-links-horizontal">
<li><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " 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>
$('.nav-link, .navbar-brand').click(function() {
var sectionTo = $(this).attr('href');
$('html, body').animate({
scrollTop: $(sectionTo).offset().top
}, 1500);
});
window.onscroll = function changeNav() {
var width = window.innerWidth
var scrollPosY = window.pageYOffset | document.body.scrollTop;
var navContainer = document.getElementById('navContainer');
var navBar = document.getElementById('scroll-nav');
if (window.innerWidth > 600) {
if (scrollPosY > 100) {
navBar.classList.add('owlhacks-nav-small');
navContainer.classList.add('owlhacks-navbar-small');
} else if (scrollPosY <= 100) {
navBar.classList.remove('owlhacks-nav-small');
navContainer.classList.remove('owlhacks-navbar-small');
}
}
}
</script>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:3%;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/2021/events" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2021/mlh-trust-badge-2021-yellow.svg" alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a>
</body>
</html>