-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
829 lines (742 loc) · 42.3 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
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Required meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A virtual hackathon that took place September 25-26th, 2021 with the theme of unnecessary projects. Organized by the FAU Google Developer Student Club and Solace Community Server.">
<meta name="author" content="@GoldinGuy">
<!-- sharing/socials -->
<meta property="og:title" content="Hackapalooza | Unleash Your Creativity By Hacking The Unnecessary">
<meta property="og:image" content="https://user-images.githubusercontent.com/47064842/134268435-98b99e02-833f-4e9d-96ac-25cffc4fd4ab.png">
<meta property="og:image" content="https://user-images.githubusercontent.com/47064842/134268435-98b99e02-833f-4e9d-96ac-25cffc4fd4ab.png">
<meta property="og:url" content="https://user-images.githubusercontent.com/47064842/134268435-98b99e02-833f-4e9d-96ac-25cffc4fd4ab.png">
<meta name="twitter:card" content="summary_large_image">
<title>Hackapalooza | Unleash Your Creativity By Hacking The Unnecessary</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="./assets/favicon.png">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="./assets/bootstrap.min.css">
<!-- Icon Css -->
<link rel="stylesheet" href="./assets/style.css">
<!-- animate.css -->
<link rel="stylesheet" href="./assets/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="./assets/magnific-popup.css">
<!-- Slick Slider CSS -->
<link rel="stylesheet" href="./assets/slick.css">
<link rel="stylesheet" href="./assets/slick-theme.css">
<!-- Main Stylesheet -->
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="./assets/style(1).css">
<link rel="stylesheet" href="./styles/style.css">
<!--
<script type="text/javascript" charset="UTF-8" src="./assets/common.js.download"></script>
<script type="text/javascript" charset="UTF-8" src="./assets/util.js.download"></script> -->
</head>
<body id="body">
<!-- preloader start -->
<div id="tb-preloader">
<div class="tb-preloader-wave"></div>
</div>
<!-- preloader end -->
<!-- Navigation Start -->
<header class="header-bar">
<nav class="navbar navbar-expand-lg main-nav">
<div class="container">
<!-- LOGO BAR -->
<a class="navbar-brand" style="display: flex; align-items: center;" href="./index.html">
<img loading="lazy" src="./assets/favicon.png" alt="Hackapalooza" class="img-fluid logo-b " style="height: 42px;">
Hackapalooza
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<img loading="lazy" src="https://upload.wikimedia.org/wikipedia/commons/b/b2/Hamburger_icon.svg">
</button>
<!-- MAIN MENU -->
<div class="collapse navbar-collapse text-center" id="navbarNavDropdown">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#schedule">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#speakers">Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#partners">Partners</a>
</li>
</ul>
<a href="https://hackapalooza.dev/youtube" class="btn btn-secondary btn-rounded mt-3 mt-lg-0">View Recordings!</a>
</div>
</div>
</nav>
</header>
<!-- Navigation End -->
<!-- hero -->
<section class="section-banner d-flex align-items-center header-hack" style="background-image: url(https://user-images.githubusercontent.com/47064842/128087209-3d0b9e10-7f3f-4a57-a1d6-d15678828a15.png);">
<div class="container">
<div class="row">
<div class="col-lg-7 ml-auto">
<div class="banner-content">
<strong class="text-w" style="font-size: 1.5rem;">On September 25, 12.00pm</strong>
<h1 class="mt-3 mb-5 text-w shadow-2xl" >Unleash Your Creativity</h1>
<!-- <a href="https://register.hackapalooza.dev/" class="btn btn-hero btn-rounded">Register</a> -->
<a href="https://www.youtube.com/watch?v=WlsLA6XZ4TM&t=1s" target="_blank" class="btn btn-hero btn-rounded">Watch Opening Ceremony</a>
</div>
</div>
</div>
</div>
</section>
<!-- countdown -->
<section id="countdown" class="overflow-hidden counter-wrapper pt-4 pb-5">
<div class="container">
<div class="counter-inner">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="counter-stat">
<h2 class="font-weight-light"><span class="font-weight-bold">The countdown </span> has finished!</h2>
</div>
</div>
<div class="col-lg-6">
<h4 class="font-weight-light">
Watch our <a href="https://www.youtube.com/watch?v=WlsLA6XZ4TM&t=1s" target="_blank" class="highlight">opening ceremony</a>, <a href="https://youtu.be/0Q8L8Qq3u3M" class="highlight" target="_blank">closing ceremony</a>, or join us on <a class="highlight" href="https://hackapalooza.dev/discord" target="_blank">Discord!</a></h4>
</div>
<!-- countdown -->
<!-- <div id="simple-timer" class="syotimer"></div> -->
<!-- <p style="font-size: 1.2em;">The countdown is finished!</p> -->
</div>
</div>
</div>
</section>
<!-- about -->
<section id="about" class="section about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5">
<div class="about-img position-relative ">
<img src="https://user-images.githubusercontent.com/47064842/134268435-98b99e02-833f-4e9d-96ac-25cffc4fd4ab.png" alt="" class="img-fluid w-100" style="display:none;">
<img src="https://user-images.githubusercontent.com/47064842/128102106-d321e75e-d5ec-4ae4-a1d2-5473856eae6c.png" alt="" class="img-fluid w-100">
<div class="img-block">
<a href="https://www.youtube.com/watch?v=WlsLA6XZ4TM&t=1s" target="_blank">
<img src="https://user-images.githubusercontent.com/47064842/134786673-ead9efaf-e21b-4910-894a-1f3dc15b9d63.png" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
<div class="col-lg-7 col-md-7">
<div class="about-content-wrap mt-5 mt-md-0">
<span class="stroke-text">event</span>
<div class="ml-90">
<h2 class="text-lg mb-3 mt-3">Hacking The Unnecessary</h2>
<p>Hackapalooza was a virtual hackathon intended to bring students together through creative yet unnecessary projects and technical workshops. Build the project you never knew you needed, or never thought you'd get the opportunity to hack!</p>
<!-- <a href="https://github.com/GoldinGuy/HackapaloozaExamples/blob/main/README.md" class="btn btn-hero btn-rounded mt-3 mr-2">Watch Opening Ceremony</a>
<br> -->
<a href="https://hackapalooza.dev/submissions" class="btn btn-hero btn-rounded mt-3">See Winners</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- schedule -->
<section id="schedule" class="section-schedule section-bottom ">
<div class="container">
<div class="row section-heading">
<div class="col-lg-6">
<div class="heading">
<span class="stroke-text">Schedule</span>
<div class="pl-90">
<h2 class="mt-2">The Sacred Timeline</h2>
<p>Check out our host of events! Watch all recordings on our <strong><a href="https://hackapalooza.dev/youtube" target="_blank">YouTube Channel</a></strong>, or click on a particular workshop below to watch:</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="nav nav-pills nav-fill" id="schedule-tab" role="tablist">
<a class="nav-item nav-link active" id="day1-tab" value="day1" data-toggle="tab" href="" role="tab" aria-controls="home" aria-selected="true">
<h2>Day 1</h2>
<p><strong>September 25th, 2021</strong> [12:00pm - 12:00am]</p>
</a>
<a class="nav-item nav-link" id="day2-tab" value="day2" data-toggle="tab" href="" role="tab" aria-controls="profile" aria-selected="false">
<h2>Day 2</h2>
<p><strong>September 26th, 2021</strong> [12:00am - 05.00pm]</p>
</a>
</nav>
<!-- day 1 -->
<div id="day1" class="tab-content">
<div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">
<ul class="mt-5 time-table pl-0 list-unstyled">
<a href="https://youtu.be/WlsLA6XZ4TM" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">12.00pm</h4>
<div class="content">
<h3 class="mb-3">Hackapalooza Kickoff!</h3>
<span class="h6 ">By the Hackapalooza Team</span>
<p>FAU Google DSC, Solace</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128737732-21faf7b8-6a9a-4c6b-b642-196ca0bb5611.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/-9mz4MkFSO4" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3" >
<h4 class="time text-color">12.30pm</h4>
<div class="content">
<h3 class="mb-3">Intro to Chrome Extensions</h3>
<span class="h6">By Seth Goldin</span>
<p>Executive Tech Lead, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128736374-c825b716-6a55-45e8-ad52-d30b06b9a066.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/guI_mwhW2tA" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">2.00pm</h4>
<div class="content">
<h3 class="mb-3">Discord Bots in Javascript</h3>
<span class="h6">By Ahmad Arab & Benjamin Thaw</span>
<p>President & Vice President, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/133948272-38767dfe-f2ad-4930-a6f9-f13f40de40dd.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://hackapalooza.dev/workshops" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">4.00pm</h4>
<div class="content">
<h3 class="mb-3">Intro To Google Cloud</h3>
<span class="h6 ">By Benjamin Thaw</span>
<p>Vice President, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/134786688-ecfc9fe6-d23b-477b-b794-a5547fde7a90.png" alt="" class="img-fluid">
</div>
</li>
</a>
<a href="https://youtu.be/-kV9KGakDbQ" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">5.00pm</h4>
<div class="content">
<h3 class="mb-3 ">Game Dev in PyGame</h3>
<span class="h6">By Aden Eagle</span>
<p>Treasurer, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://dscfau.com/static/media/python.ca318583.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://hackapalooza.dev/workshops" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">7.00pm</h4>
<div class="content">
<h3 class="mb-3 ">Intro To Google Sheets API</h3>
<span class="h6">By Benjamin Thaw</span>
<p>Vice President, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128737344-dcb84f91-ddf2-4c58-af81-cafbfc440c79.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/UsCiK-w1v_0" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">8.00pm</h4>
<div class="content">
<h3 class="mb-3 ">Intro To HTML/CSS</h3>
<span class="h6">By Belle See</span>
<p>Guest Speaker, Founder @ Command Tech</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://cdn.pixabay.com/photo/2017/08/05/11/16/logo-2582748_1280.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://hackapalooza.dev/google" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">7.00pm, September 23rd</h4>
<div class="content">
<h3 class="mb-3">Building Interactive Apps with Google Assistant</h3>
<span class="h6 ">By Laurie White</span>
<p>Google Cloud</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/134784658-074316ad-d37a-4ea6-bb09-6e8ebde62dec.png" alt="" class="img-fluid">
</div>
</li></a>
</ul>
</div>
</div>
<!-- day 2 -->
<div id="day2" class="tab-content">
<div class="tab-pane fade show active" role="tabpanel" aria-labelledby="day2-tab">
<ul class="mt-5 time-table pl-0 list-unstyled">
<a href="https://hackapalooza.dev/workshops" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">12.00pm</h4>
<div class="content">
<h3 class="mb-3">Project Completion</h3>
<span class="h6">By the Hackapalooza Team</span>
<p>FAU Google DSC, Solace</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://www.pinclipart.com/picdir/big/523-5233934_confetti-emoji-png-png-image-transparent-confetti.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/UqrBEHCibg0" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">12:30pm</h4>
<div class="content">
<h3 class="mb-3">All About Git</h3>
<span class="h6 ">By Seth Goldin</span>
<p>Executive Tech Lead, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://dscfau.com/static/media/git.140fa4d6.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/phnLCnf95Jk" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">1.30pm</h4>
<div class="content">
<h3 class="mb-3">Augmented & Virtual Reality</h3>
<span class="h6">By EchoAR</span>
<p>EchoAR (pre-recorded presentation)</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://res.cloudinary.com/practicaldev/image/fetch/s--KbZnjAO4--/c_fill,f_auto,fl_progressive,h_320,q_auto,w_320/https://dev-to-uploads.s3.amazonaws.com/uploads/organization/profile_image/2907/ff942796-4a84-4e02-93e4-6a5a052c0984.jpg" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/HEe1odSIWE4" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 mb-3">
<h4 class="time text-color">02.00pm</h4>
<div class="content">
<h3 class="mb-3">Machine Learning in Tensorflow</h3>
<span class="h6">By Aden Eagle & Ahmad Arab</span>
<p>Treasurer & President, FAU Google DSC</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128735760-a486ccde-e484-43d7-87d9-558514079eba.png" alt="" class="img-fluid">
</div>
</li></a>
<a href="https://youtu.be/0Q8L8Qq3u3M" target="_blank">
<li class="d-md-flex align-items-center justify-content-between bg-light p-4 ">
<h4 class="time text-color">5.00pm</h4>
<div class="content">
<h3 class="mb-3">Hackapalooza Closing Ceremony</h3>
<span class="h6">By the Hackapalooza Team</span>
<p>Google DSC & Solace</p>
</div>
<div class="content-img text-lg-right">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128737732-21faf7b8-6a9a-4c6b-b642-196ca0bb5611.png" alt="" class="img-fluid">
</div>
</li></a>
</ul>
</div>
<!-- end day 2 -->
</div>
</div>
</div>
</div>
</section>
<section id="speakers" class="section-speaker section">
<div class="container">
<div class="row section-heading">
<div class="col-lg-6">
<div class="heading">
<span class="stroke-text">Speakers</span>
<div class="pl-90">
<h2 class="">Workshops & Presentations</h2>
<p>During Hackapalooza there will be several events you can attend to learn skills and apply them in your projects!</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="speaker-block mb-5">
<div class="img-block">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/150240993-01683478-9b56-4fe3-8d25-b738415a126c.png" alt="" class="img-fluid">
</div>
<div class="speaker-info">
<h4 class="mb-0 mt-3"><a href="https://github.com/GoldinGuy">Seth Goldin</a></h4>
<p>Lead Organizer, Google DSC Excutive Tech Lead</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="speaker-block mb-5">
<div class="img-block">
<img loading="lazy" src="https://media.licdn.com/dms/image/C4D03AQFk6YaEwa4mGg/profile-displayphoto-shrink_400_400/0/1592597983574?e=1677715200&v=beta&t=p2451A6H5XKWEFwt4oe3kkYSUAj-ZtD-1WbC-vsNL54" alt="" class="img-fluid">
<!-- <ul class="list-inline speaker-social">
<li class="list-inline-item"><a href="https://demo.themefisher.com/vixcon/index.html#"><i class="tf-ion-social-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://demo.themefisher.com/vixcon/index.html#"><i class="tf-ion-social-pinterest"></i></a></li>
<li class="list-inline-item"><a href="https://demo.themefisher.com/vixcon/index.html#"><i class="tf-ion-social-twitter"></i></a></li>
</ul> -->
</div>
<div class="speaker-info">
<h4 class="mb-0 mt-3"><a href="https://linkedin.com/in/ahmad-a-b645a3bb">Ahmad Arab</a></h4>
<p>Head of Finance, Google DSC President</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="speaker-block mb-5">
<div class="img-block">
<img loading="lazy" src="https://media.licdn.com/dms/image/C4E03AQGANImtc3ybIg/profile-displayphoto-shrink_400_400/0/1605304013310?e=1677715200&v=beta&t=K1Z80ozxOyasmtERmyBh1wfZDeE-YwTOxwIZds_MGFU" alt="" class="img-fluid">
</div>
<div class="speaker-info">
<h4 class="mb-0 mt-3"><a href="https://www.linkedin.com/in/benjamin-thaw/">Benjamin Thaw</a></h4>
<p>Head of Logistics, Google DSC Vice President</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="speaker-block mb-5 mb-lg-0">
<div class="img-block">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/150240839-344915c5-6550-47cb-b86f-09aad4402220.png" alt="" class="img-fluid">
</div>
<div class="speaker-info">
<h4 class="mb-0 mt-3"><a href="https://www.linkedin.com/in/bellesee">Belle See</a></h4>
<p>Guest Speaker, Founder @ Command Tech</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="speaker-block mb-5 mb-lg-0">
<div class="img-block">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/129816384-5f3f0a55-04e4-4c14-bf6c-ccee6f6baf3a.png" alt="" class="img-fluid">
</div>
<div class="speaker-info">
<h4 class="mb-0 mt-3"><a href="https://www.linkedin.com/in/ciara-o-neill-7b78b153/">Ciara O'Neill</a></h4>
<p>Head of Marketing, Google DSC Marketing Lead</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="speaker-block mb-5 mb-lg-0">
<div class="img-block">
<img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128090027-7b46428d-bbcd-4704-94cc-6512dfb63663.png" alt="" class="img-fluid">
</div>
<div class="speaker-info">
<h4 class="mb-0 mt-3"><a href="https://www.linkedin.com/in/aden-eagle-6a7948181/">Aden Eagle</a></h4>
<p>Head of Operations, Google DSC Treasurer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="runners" class="footer section" style="padding-bottom: 100px; margin-top: -100px;">
<div class="container text-center">
<div class="row justify-content-center" style="margin-bottom: 20px;">
<a href="https://dscfau.com/" class="" title="FAU Google DSC">
<img loading="lazy" alt="dsc google developers bracket" src="https://www.gdscfau.com/static/media/logo.ade0843b66593af62121.png" style="height: 100px; text-align: center;"
/>
<!-- FAU Google Developer Student Club -->
</a>
<a href="https://discord.com/invite/gKYSMeJ" class="content-img" title="Solace Community">
<img loading="lazy" alt="dsc google developers bracket" src="https://user-images.githubusercontent.com/47064842/128109155-2268ba21-4ab8-4715-8f27-e0393c18e388.png" style="height: 100px; padding-left: 50px; padding-right: 20px; text-align: center;" class="img-fluid" />
<!-- Solace Community -->
</a>
</div>
FAU Google Developer Student Club & Solace Community
</div>
</section>
<section id="prizes" class="latest-blog section-bottom mt-5 mt-lg-0">
<div class="container">
<div class="row section-heading">
<div class="col-lg-6">
<div class="heading">
<span class="stroke-text">PRIZES</span>
<div class="pl-90">
<h2 class="">Categories To Win</h2>
<p>Hackapalooza offers several areas to reward your unnecessary projects.
View our judging criteria <a href="https://docs.google.com/document/d/1b83o-RejLUGxBcTPUzj3PXru9ZTe1q8y5thYe_por70/edit?usp=sharing">here</a>.</p>
<a href="https://hackapalooza.dev/submissions" class="btn btn-hero btn-rounded mt-3">See All Submissions</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box">
<h4 class="mt-3 mb-3">First Place</h4>
<div class="divider"></div>
<ul class="">
<li>Google Home Mini</li>
<li>Hackapalooza "1st Place" Mousepad</li>
<li>$60 in Amazon Gift Credit/Team</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box mb-md-3 mt-3">
<h4 class="mt-3 mb-3">Second Place</h4>
<div class="divider"></div>
<ul class="">
<li>Google Home Mini</li>
<li>Hackapalooza "2nd Place" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box mt-3 mt-lg-5">
<h4 class="mt-3 mb-3">Most Creative Hack</h4>
<div class="divider"></div>
<ul class="">
<!-- <li>Hackapalooza Mousepad</li> -->
<li>Hackapalooza "Most Creative Hack" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box">
<h4 class="mt-3 mb-3">Best Website Hack</h4>
<div class="divider"></div>
<ul class="">
<li>Free one-year subscription license of Axure RP Team</li>
<!-- <li>Hackapalooza Mousepad</li> -->
<li>Hackapalooza "Best Website Hack" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box mb-md-3 mt-3">
<h4 class="mt-3 mb-3">Best Mobile App Hack</h4>
<div class="divider"></div>
<ul class="">
<!-- <li>Hackapalooza Mousepad</li> -->
<li>Hackapalooza "Best App Hack" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box mt-3 mt-lg-5">
<h4 class="mt-3 mb-3">Best Chrome Extension Hack</h4>
<div class="divider"></div>
<ul class="">
<!-- <li>Hackapalooza Mousepad</li> -->
<li>Hackapalooza "Best Chrome Extension Hack" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box">
<h4 class="mt-3 mb-3">Funniest Hack</h4>
<div class="divider"></div>
<ul class="">
<!-- <li>Hackapalooza Mousepad</li> -->
<li>Hackapalooza "Funniest Hack" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li></ul>
</div>
</div>
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box mt-3 mt-lg-3">
<h4 class="mt-3 mb-3">Best Use of Google Cloud</h4>
<div class="divider"></div>
<ul class="">
<li>Hackapalooza "Best Use of Google Cloud" Mousepad</li>
<li>$20 Amazon Gift Credit/Team</li></ul>
</div>
</div>
<div class="col-lg-4 col-md-6 hover-w">
<div class="feature-box mb-md-3 mt-3">
<h4 class="mt-3 mb-3">Best Beginner Hack</h4>
<div class="divider"></div>
<ul class="">
<!-- <li>Hackapalooza Mousepad</li> -->
<li>Hackapalooza "Best Beginner Hack" Mousepad</li>
<li>$30 Amazon Gift Credit/Team</li></ul>
</div>
</div>
</div>
</div>
</section>
<!-- Section Start -->
<section id="partners" class="section sponsors">
<div class="container">
<div class="row section-heading">
<div class="col-lg-8">
<div class="heading">
<span class="stroke-text">Partners</span>
<div class="pl-90">
<h2 class="text-white">Amazing Partners & Sponsors </h2>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8">
<h4 class="mb-4 text-white letter-spacing text-sm">Platinum Partners</h4>
</div>
<div class="col-lg-12">
<!-- <div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://mpfi.org/"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128458002-355ab77d-796b-484e-b6c9-cde67bc37300.png" alt="" class="img-fluid" style="height: 140px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div> -->
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://www.topdecked.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/130906351-d5792514-ba5f-4e95-b3ce-5d2f19c78b9f.png" alt="TopDecked" class="img-fluid" style="height: 140px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 0.95 !important; background: white;">
<a href="https://cocobologroup.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/130905675-c19db13c-21f5-4280-9689-8714104e7deb.png" alt="Cocobolo Group" class="img-fluid" style=" height: 90px; border-radius: 10px;" ></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 0.95 !important; background-color: rgba(255, 255, 255, 1);">
<a href="https://touchsuite.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/130906055-f00b531e-83d3-453f-aed5-5ad4530a13bb.png" alt="TouchSuite" class="img-fluid" style=" height: 90px; border-radius: 10px;" ></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 0.95 !important;">
<a href="https://hpccsystems.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/134097880-bade9354-bff7-4ed4-88a5-d43b8b830557.png" alt="HPCC Systems" class="img-fluid" style=" height: 80px; border-radius: 10px;" ></a>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-8">
<h4 class="mb-4 text-white mt-5 letter-spacing text-sm">Gold Partners</h4>
</div>
<div class="col-lg-12">
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://cloud.google.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/131892643-7061fbca-f4c7-409c-abc5-fa74e14f8cba.png" alt="" class="img-fluid" style=" object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://jetbrains.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://www.jetbrains.com/company/brand/img/jetbrains_logo.png" alt="" class="img-fluid" style="height: 140px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://mpfi.org/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128458002-355ab77d-796b-484e-b6c9-cde67bc37300.png" alt="" class="img-fluid" style="height: 140px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://hackclub.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://assets.hackclub.com/flag-orpheus-top.png" alt="" class="img-fluid" style="height: 140px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://console.echoar.xyz/#/auth/register-promo?code=Hackapalooza" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/133915848-a55114d7-5ce6-4573-9dbc-ccf366fd548e.png" alt="" class="img-fluid" style="height: 90px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://catalyst.chat/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128457375-5e240234-25b4-49a6-a239-6031595c0355.png" alt="" class="img-fluid" style="height: 80px; object-fit: contain; border-radius: 10px;"></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://collegecompendium.org/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/128457259-b0335c39-7dc6-4524-a3fe-dc3567f1d1b6.png" alt="" class="img-fluid" style=" height: 80px; border-radius: 10px;" ></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://www.stickermule.com/" target="_blank" rel="noreferrer"><img loading="lazy" src="https://images.squarespace-cdn.com/content/v1/5898c381d1758e28995c527a/1610133691280-C5LM3DZ3HUFNYJ6C5I20/sticker-mule-logo.png" alt="" class="img-fluid" style="height: 140px; object-fit: contain; border-radius: 10px; padding: 20px;"></a>
</div>
<!-- <div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://readtogetheronline.com/"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/126591009-68fa197d-e3ca-47a6-9013-11e8bec18795.png" alt="" class="img-fluid" style=" height: 80px;"
/></a>
</div>
<div class="client-item" style="width: auto !important; display: flex; align-items: center; opacity: 1 !important;">
<a href="https://musicwithamaster.com/"><img loading="lazy" src="https://user-images.githubusercontent.com/47064842/126591303-928d71f6-2476-4c22-9c12-ca0e20c71d55.JPG" alt="" class="img-fluid" style=" height: 80px; border-radius: 10px;" ></a>
</div> -->
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h5 class="text-white mt-5 mb-4 h3">Want to be a partner? </h5>
<a href="https://hackapalooza.dev/partners/partnership.pdf" target="_blank" rel="noreferrer" class="btn btn-hero btn-rounded">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Section END -->
<section id="footer" class="footer section footer-hack">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h2 class="text-white mb-3">Hackapalooza
</h2>
<p class="text-white-50">Unleash your creativity with projects that bring about smiles in a low stress atmosphere. Get in touch at <a href="mailto:team@hackapalooza.dev">team@hackapalooza.dev</a>.</p>
<!-- <form action="https://demo.themefisher.com/vixcon/index.html#" class="sub-form mt-4 mb-3">
<input type="text" class="form-control" placeholder="Put your email address">
<a href="https://demo.themefisher.com/vixcon/index.html#" class="btn btn-secondary btn-rounded mt-3">Subscribe now</a>
</form> -->
<!-- <p class="mt-3 text-white-50">We will not spam at your inbox .Don't panic</p> -->
<ul class="list-inline footer-socails">
<li class="list-inline-item"><a href="https://discord.gg/gt5nKGbMNy"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/discord.svg" style="filter: invert(100%);" /></a></li>
<li class="list-inline-item"><a href="https://www.youtube.com/channel/UCIQUqVhbQrY4nejlNbPLBiA"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/youtube.svg" style="filter: invert(100%);" /></a></li>
<li class="list-inline-item"><a href="mailto:team@hackapalooza.dev"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/gmail.svg" style="filter: invert(100%);" /></a></li>
<li class="list-inline-item"><a href="https://twitter.com/dscfau"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/twitter.svg" style="filter: invert(100%);" /></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/dscfau/"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/instagram.svg" style="filter: invert(100%);" /></a></li>
<!-- <li class="list-inline-item"><a href="https://discord.com/invite/39qJ3sE"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/discord.svg" style="filter: invert(100%);" /></a></li>
<li class="list-inline-item"><a href="https://discord.gg/gKYSMeJ"><img loading="lazy" width="20" src="https://unpkg.com/simple-icons@5.8.1/icons/discord.svg" style="filter: invert(100%);" /></a></li> -->
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center mt-5 ">
<p class="copy border-top pt-4 text-white-50 mb-0">Created for Hackapalooza 2021 by <a href="https://github.com/GoldinGuy" target="_blank" rel="noreferrer" style="color: white">@GoldinGuy</a></p>
</div>
</div>
</div>
</section>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="./assets/jquery.js.download"></script>
<!-- analytics -->
<script async defer data-website-id="b2ed3961-77cb-4b7b-96ac-e4c854adca24" src="https://analytics.goldin.io/umami.js"></script>
<!-- Bootstrap 4.3 -->
<script src="./assets/bootstrap.min.js.download"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script type="text/javascript" src="./plugins/SyoTimer-2.1.1/build/jquery.syotimer.min.js"></script> -->
<script>
$(document).ready(function () {
// Add smooth scrolling to all links
$("a").on("click", function (event) {
// Ensure this.hash exists
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll (optional 800 specifies # of milliseconds it takes to scroll to specified area)
$("html, body").animate(
{ scrollTop: $(hash).offset().top }, 800, function () {
// Add anchor hash (#) to URL when finished scrolling (default click behavior)
window.location.hash = hash;
}
);
}
});
});
// jQuery(function($) {
// $('#day2').hide();
// // Count Down JS
// $('#simple-timer')?.syotimer({
// year: 2021,
// month: 9,
// day: 25,
// hour: 12,
// minute: 0
// });
// });
$(function() {
$('#day1-tab').click(function(){
$('#day2').hide();
$('#day1').show();
});
});
$(function() {
$('#day2-tab').click(function(){
$('#day1').hide();
$('#day2').show();
});
});
</script>
</body></html>