-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·691 lines (643 loc) · 27.8 KB
/
index.html
File metadata and controls
executable file
·691 lines (643 loc) · 27.8 KB
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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Hack for Humanity</title>
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="vendor/device-mockups/device-mockups.min.css">
<!-- Google Material Design Icons -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!-- Theme CSS -->
<link href="css/new-age.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/index.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" style="max-width: 2048px; margin: auto">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll no-decor" href="#page-top">Hack for Humanity</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>
<a class="page-scroll no-decor" href="https://bit.ly/H4H-2025">
<b>Sign Up</b>
</a>
<!-- <a class="page-scroll no-decor" href="#home">
<b>Learn More</b>
</a> -->
</li>
<li>
<a class="page-scroll no-decor" href="#about">About</a>
</li>
<li>
<a class="page-scroll no-decor" href="#themes">Prizes</a>
</li>
<li>
<a class="page-scroll no-decor" href="#sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll no-decor" href="#recap">Recap</a>
</li>
<li>
<a class="page-scroll no-decor" href="#mentors">Judges</a>
</li>
<li>
<a class="page-scroll no-decor" href="#connect">Connect</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div id="home" class="hero" style="padding-top: min(15vh, calc( (15/100) * 1080px )); text-align: center;">
<div class="container">
<img src="./img/logo-big-color.png" style="width: min(850px, 100%); margin-bottom: min(60px, 7.5vh)" />
<h1 class="hero-title">Santa Clara University's <span style="color: var(--primary)">Humanitarian</span>
Hackathon</h1>
<h2>Returning to you February 28–March 1st for 2026</h2>
<div style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap;">
<h1>Powered By</h1>
<img src="img/2025 Sponsors/CioccaCenter-Logo White.png" title="SPONSORS" alt="SPONSORS"
style="width: 100%; max-width: 800px; margin: 0 auto;">
</div>
<div
style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 50px;">
<h2>Supported By</h2>
<img src="img/2025 Sponsors/RAI_logo.png" title="SPONSORS" alt="SPONSORS"
style="width: 30%; max-width: 200px;">
</div>
<h3 style="margin: min(75px, 12vh) auto min(140px, 18vh)">
<!-- <a href="#about" style="text-decoration:none"><span class="button">Learn More</span></a> -->
<a href="https://bit.ly/H4H-2025" target="_blank" style="text-decoration:none"><span class="button">Sign
Up</span></a>
<!-- <a href="https://hack-for-humanity-2024.devpost.com/" target="_blank" style="text-decoration:none"><span class="button">Check Out Last Years' Devpost</span></a> -->
</h3>
</div>
</div>
<section id="about" class="about">
<div class="container">
<h1>About Hack for Humanity</h1>
<p>Hack for Humanity is an opportunity to identify and solve pressing social issues using your creativity
and code. We host a series of workshops, bring experienced mentors, and create networking opportunities
with industry professionals. Come enjoy the free food, free merch, and exciting events planned!</p>
<div id="aboutCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#aboutCarousel" data-slide-to="0" class="active"></li>
<li data-target="#aboutCarousel" data-slide-to="1"></li>
<li data-target="#aboutCarousel" data-slide-to="2"></li>
<li data-target="#aboutCarousel" data-slide-to="3"></li>
<li data-target="#aboutCarousel" data-slide-to="4"></li>
<li data-target="#aboutCarousel" data-slide-to="5"></li>
<li data-target="#aboutCarousel" data-slide-to="6"></li>
<li data-target="#aboutCarousel" data-slide-to="7"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner text-center">
<div class="item active">
<img src="img\preview-images\20230219_114834.jpg"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\20230219_002202.jpg"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\IMG_6128.JPG"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\IMG_6035.JPG"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\IMG_5803.jpg"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\IMG_6213.JPG"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\IMG_5311.jpg"
style="height: 450px; width: 100%; object-fit: cover">
</div>
<div class="item">
<img src="img\preview-images\IMG_5316.jpg"
style="height: 450px; width: 100%; object-fit: cover">
</div>
</div>
<a class="left carousel-control" href="#aboutCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#aboutCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h1>FAQs</h1>
<div class="container-fluid" style="margin-left: -10px;">
<div class="col-md-4">
<h3 class="faq-help"><span class="material-symbols-outlined help">help</span> What's a Hackathon?
</h3>
<p>A hackathon is an opportunity when you and your team come together to construct a cool and
inventive project in 24 hours!</p>
</div>
<div class="col-md-4">
<h3 class="faq-help"><span class="material-symbols-outlined help">help</span> How big can my team
be?</h3>
<p>We require all teams to be comprised of 2-6 people. This is a great way for you to work with
others, and learn about the design process.</p>
</div>
<div class="col-md-4">
<h3 class="faq-help"><span class="material-symbols-outlined help">help</span> What if I don't have a
team?</h3>
<p>No problem! We will help connect you with other students who are also looking for teammates
before and during the event.</p>
</div>
<div class="col-md-4">
<h3 class="faq-help"><span class="material-symbols-outlined help">help</span> Who can attend?</h3>
<p>All undergraduate and graduate students of all majors are welcome! No prior technical experience
is required. We'll have mentors and resources to help you along the way.
</p>
</div>
<div class="col-md-4">
<h3 class="faq-help"><span class="material-symbols-outlined help">help</span> I've never been to a
Hackathon!</h3>
<p>No worries! Hackathons are a great way to develop your skills and see what you can accomplish.
</p>
</div>
<div class="col-md-4">
<h3 class="faq-help"><span class="material-symbols-outlined help">help</span> Any other questions?
</h3>
<p>Feel free to email us at <a href="mailto:acm@scu.edu" class="no-decor">acm@scu.edu</a> if you
have any questions or concerns!</p>
</div>
</div>
<h1>2025 Schedule</h1>
<div class="row">
<div class="container-fluid">
<h5 style="font-weight: 500"><span class="material-symbols-outlined info">info</span> Events in PST
</h5>
<div class="row">
<div class="col-md-6">
<!-- <h3>Day Before: February 17th 2023</h3>
<table>
<tr>
<td>4:30 PM</td>
<td>Career Center Workshop - Kenna 102 🧑🎓</td>
</tr>
</table> -->
<h3>Day One: February 15th 2025</h4>
<table>
<tr>
<td>9:00 AM</td>
<td>Networking Breakfast 🍳✅ <i>(Locatelli)</i></td>
</tr>
<tr>
<td>10:00 AM</td>
<td>Opening Keynote 📝 <i>(Locatelli)</i></td>
</tr>
<tr>
<td>10:30 AM</td>
<td>Team Formation 🤝 <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Hacking & BroncoCTF Begins! 💻 </td>
</tr>
<tr>
<td>11:30 AM</td>
<td>Git It All Together 💻 <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Bringing Your Website to Life with React.js ⚛️ <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>12:45 PM</td>
<td>Lunch Break! 🥪 + Ciocca Guest Speaker <i>(Locatelli)</i></td>
</tr>
<tr>
<td>1:30 PM</td>
<td>Touch Grass 🌱 <i>(Locatelli Lawn)</i></td>
</tr>
<tr>
<td>3:00 PM</td>
<td>Flask Frenzy 🐍+ Flaming Firebase 🔥 <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>4:00 PM</td>
<td>Supercharge with AI 🤖+ APIs 🧑🍳 <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>6:30 PM</td>
<td>Dinner break 🍕 <i>(Locatelli)</i></td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Hosting Your Project to the World 🌍 <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>9:30 PM</td>
<td>Presenting Pointers and Resume Revelations <i>(Locatelli Lawn)</i></td>
</tr>
<tr>
<td>10:30 PM</td>
<td>Mocktails ft. Red Bull 🪫 <i>(Locatelli)</i></td>
</tr>
<tr>
<td>11:00 PM</td>
<td>RAVE MUSIC 🎧 <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>12:00 AM</td>
<td>S'mores Break 🍫 <i>(Locatelli Lawn)</i></td>
</tr>
</table>
</div>
<div class="col-md-6">
<h3>Day Two: February 16th 2025</h4>
<table>
<tr>
<td>8:00 AM</td>
<td>Breakfast + Coffee Break! ☕️ <i>(Locatelli)</i></td>
</tr>
<tr>
<td>8:30 AM</td>
<td>Devpost Submission Q&A ❓ <i>(Locatelli Stage)</i></td>
</tr>
<tr>
<td>9:00 AM</td>
<td><a href="https://hack-for-humanity-2025.devpost.com">Devpost</a> Submissions
Due! 📝</td>
</tr>
<tr>
<td>9:30 AM</td>
<td>Demos and Judging Begin! 🤔 <i>(Locatelli 2nd Floor)</i></td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Ciocca SAB X ACM: Hack to Startup 🚀<i>(Locatelli)</i></td>
</tr>
<tr>
<td>11:45 AM</td>
<td>Finalist Presentations 🎤 <i>(Locatelli)</i></td>
</tr>
<tr>
<td>12:30 PM</td>
<td>BroncoCTF Ends! 🧑💻</td>
</tr>
<tr>
<td>1:00 PM</td>
<td> Winners Announced! 🤑🏆💯 <i>(Locatelli)</i></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="themes" class="sponsors bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Prizes</h2>
<h3 style="font-weight: 500">Hack for Humanity 2025 Grand Prizes:</h3>
<br />
<br />
</div>
<div class="container-fluid">
<div class="col-md-4">
<img src="img/prizes/1st.png" style="width:200px;height:auto;" title="PRIZES" alt="PRIZES">
<h3><b>1st Place: $2,250</b></h3>
</div>
<div class="col-md-4">
<img src="img/prizes/2nd.png" style="width:200px;height:auto;" title="PRIZES" alt="PRIZES">
<h3><b>2nd Place: $1,750</b></h3>
</div>
<div class="col-md-4">
<img src="img/prizes/3rd.png" style="width:200px;height:auto;" title="PRIZES" alt="PRIZES">
<h3><b>3rd Place: $1,500</b></h3>
</div>
</div>
<h3 style="font-weight: 500">+3 Months of <a
href="https://simplify.jobs//?invite=870a542aa36&utm_source=referral"
target="_blank">Simplify+</a> for each
member!</h3>
<!--ADD THE SIZE PRIZES BELOW-->
<div class="col-md-10 col-md-offset-1">
<h1 style="font-weight: 500">Additional Prizes:</h1>
<h3>▪ Ciocca Center Sponsored <b>Future Unicorn Award</b> Award: <span
style="font-family:'Sans-Serif';">$</span>1,000</h3>
<h3>▪ RAI Sponsored <b>Best use of Responsible AI</b> Hack: <span
style="font-family:'Sans-Serif';">$</span>750</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best Hack by Women-In-Tech</b>: <span
style="font-family:'Sans-Serif';">$</span>1,000</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best Graduate</b> Hack: <span
style="font-family:'Sans-Serif';">$</span>1,000</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best Freshmen</b> Hack: <span
style="font-family:'Sans-Serif';">$</span>1,000</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best in Play: Top Game of the Hackathon</b> Hack: <span
style="font-family:'Sans-Serif';">$</span>1,000</h3>
<br />
<br />
</div>
<div class="col-md-8 col-md-offset-2">
<h1 style="font-weight: 500">Bronco Security Sponsored Capture the Flag (CTF) Cybersecurity
Challenge:</h1>
<h3>First Place BroncoSec CTF Prize: <span style="font-family:'Sans-Serif';">$</span>300</h3>
<h3>Second Place BroncoSec CTF Prize: <span style="font-family:'Sans-Serif';">$</span>200</h3>
<h3>Third Place BroncoSec CTF Prize: <span style="font-family:'Sans-Serif';">$</span>100</h3>
<!-- <br />
<br />
<h3>Don't forget to check out the H4H raffle, with prizes ranging from bluetooth speakers to gaming keyboards!</h3>
<br />
<a href="https://docs.google.com/document/d/1T1e7zFMM7z9B_P_BkBAU-W-QzgoOiAyTexP09s95rUA/edit" class="btn btn-outline btn-xl page-scroll inline-button no-decor">Raffle Info</a> -->
</div>
</div>
</div>
</section>
<section id="sponsors" class="sponsors bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Sponsors</h2>
<p>If Hack for Humanity’s mission resonates with what you would like to see in your community, we
would appreciate any financial support to make our event a success.</p>
<p>This support can be received in any form ranging from funds to subsidized tickets or purchase
power for students to continue developing their knowledge of computer science!</p>
<p>Feel free to contact <a href="mailto:acm@scu.edu" class="no-decor">acm@scu.edu</a> if you're
interested or have questions!</p>
<!-- <h3 style="margin: min(75px, 12vh) auto min(75px, 12vh)">
<a href="https://forms.gle/LL6xY8QEKF8DdmzJ8" style="text-decoration:none"><span class="button">Become a Sponsor</span></a>
</h3> -->
<h1 style="font-weight: 500">2025 Sponsors:</h1>
<br />
<br />
<div class="col-md-13 text-center">
<center><img src="img/2025 Sponsors/2025Sponsors.png" title="SPONSORS" alt="SPONSORS"></center>
</div>
<!-- <div class="badges">
<div class="row" style="display:flex; justify-content: center;">
<div class="col-md-4 col-xs-4">
<center><img class="badge-link" src="img/acm.png" title="ACM" alt="ACM"></center>
</div>
<div class="col-md-4 col-xs-4">
<center><img class="badge-link" src="img/acm-w.png" title="ACM-W" alt="ACM-W"></center>
</div>
</div>
<div class="row" style="display:flex; justify-content: center;">
<div class="col-md-4 col-xs-4">
<center><img class="badge-link" src="img/2022 Sponsors/Ciocca.jpg" title="Ciocca Center for Innovation and Entrepreneurship" alt="Center for Innovation and Entrepreneurship"></center>
</div>
<div class="col-md-4 col-xs-4">
<center><img class="badge-link" src="img/2021 Sponsors/Computer_Science_and_Engineering_Logo.jpeg" alt="Santa Clara University Computer Science and Engineering"></center>
</div>
</div>
</div>
<div class="badges">
<div class="row">
<div class="col-md-3 col-xs-3 col-md-offset-3 col-xs-offset-3">
<center><img class="badge-link" src="img/2023 Sponsors/RBLX_Logo_Launch_Wordmark-1-removebg-preview.png" alt="Ignatian Center"></center>
</div>
<div class="col-md-3 col-xs-3">
<center><img class="badge-link" src="img/2023 Sponsors/IC-removebg-preview.png" alt="Balsamqi"></center>
</div>
</div>
</div>
<div class="badges">
<div class="row" style="display:flex; justify-content: center;">
<div class="col-md-2 col-xs-2 col-md-offset-1 col-xs-offset-2 col-lg-offset-2" style="margin-left:0px;">
<center><img class="badge-link" src="img/2023 Sponsors/auth0.png" alt="Digital Ocean"></center>
</div>
<div class="col-md-2 col-xs-2">
<center><img class="badge-link" src="img/2023 Sponsors/Math_CSDepartment.png" alt="EchoAR"></center>
</div>
<div class="col-md-2 col-xs-2">
<center><img class="badge-link" src="img/2023 Sponsors/deloitte-logo-4.png" alt="Balsamiq"></center>
</div>
<div class="col-md-2 col-xs-2">
<center><img class="badge-link" src="img/2023 Sponsors/584216.GUAYAKI.LOGO.jpg" alt="Balsamiq"></center>
</div>
</div>
</div> -->
</div>
</div>
</div>
</section>
<section id="recap" class="recap">
<div class="container">
<h1>Hack for Humanity Recap!</h1>
<h3>2025 Winners</h3>
<h4>Take a closer look at what people built on <a
href="https://hack-for-humanity-2025.devpost.com/project-gallery">this year's Devpost contest</a>.
</h4>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
<li data-target="#myCarousel" data-slide-to="8"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner text-center">
<div class="item active">
<a href="https://devpost.com/software/access360"><img src="img/winners-2025/1st.png"
alt="Access360"></a>
<h4>1st Place: <strong>Access360</strong></h4>
<span>Created by Andrey Marey, Sean Wu, Alexander Anokhin, Raj Kalra, Maksim Liashch, Ameen
Ahmed</span>
</div>
<div class="item">
<a href="https://devpost.com/software/chillguy-ai"><img src="img/winners-2025/2nd.png"
alt="ChillGuy.ai"></a>
<h4>2nd Place: <strong>ChillGuy.ai</strong></h4>
<span>Created by Dylan Matthews, Ivan Rivera, Daniel Nguyen, Arman Bance</span>
</div>
<div class="item">
<a href="https://devpost.com/software/scribe-u0sgmn"><img src="img/winners-2025/3rd.png"
alt="SCRIBE"></a>
<h4>3rd Place: <strong>SCRIBE</strong></h4>
<span>Created by Griffin Jones, Jalen Paige, Riley Heike, Justin Odo</span>
</div>
<div class="item">
<a href="https://devpost.com/software/visionairy"><img src="img/winners-2025/startup.png"
alt="Visionairy"></a>
<h4>Future Unicorn Award: <strong>Visionairy</strong></h4>
<span>Created by Jason Vu, Ariana Sun, Vikram Jangid, Lucas Amlicke, Nathan Yu, Sophia
Paz</span>
</div>
<div class="item">
<a href="https://devpost.com/software/hearo-kcb80g"><img src="img/winners-2025/women.png"
alt="Hearo"></a>
<h4>Best Hack by Women In Tech Award: <strong>Hearo</strong></h4>
<span>Created by Chris Shobe, Ishika Gupta, Miranda Sheafor, Catherine Hung, Shaunak
Sharma</span>
</div>
<div class="item">
<a href="https://devpost.com/software/re-mind-ai"><img src="img/winners-2025/best-graduate.png"
alt="Re-Mind AI"></a>
<h4>Best Graduate Team Award: <strong>Re-Mind AI</strong></h4>
<span>Created by Saksham Yadav, Aman Jain, Sachin Prabhakar, Yash Pokharna, Yash Subodh
Patodkar</span>
</div>
<div class="item">
<a href="https://devpost.com/software/firefly-do9b3y"><img src="img/winners-2025/game.png"
alt="Disaster Quest"></a>
<h4>Best Game Award: <strong>Disaster Quest</strong></h4>
<span>Created by Joey Hissen, Jayden Malhotra, Nicolas Gibson, Cole Mitchell, Zach Carlson,
Erick Sun</span>
</div>
<div class="item">
<a href="https://devpost.com/software/checkers-40ou62"><img src="img/winners-2025/ai.png"
alt="Checkr"></a>
<h4>Responsible AI Award: <strong>Checkr</strong></h4>
<span>Created by Isabella Greenbaum, Emily Ramos, Benson Tran, John Jamison, Oumarou Dodo Garba,
Joshua Colleran</span>
</div>
<div class="item">
<a href="https://devpost.com/software/sheltr-w4xtgl"><img
src="img/winners-2025/best-freshmen.png" alt="Sheltr"></a>
<h4>Best Freshmen Team Award: <strong>Sheltr</strong></h4>
<span>Created by Rayyan Hussain, Thalen Abadia, Priyanka Ganguly, Tommy Wickersham, Rahul Datta,
Aayush Kumbhare</span>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h1>Previous Hackathons</h1>
<ul style="font-size: 16px; line-height: 175%;">
<li><a href="https://hack-for-humanity-2025.devpost.com/project-gallery">2025 Devpost</a></li>
<li><a href="https://hack-for-humanity-2024.devpost.com/project-gallery">2024 Devpost</a></li>
<li><a href="https://hack-for-humanity-2023.devpost.com/project-gallery">2023 Devpost</a></li>
<li><a href="https://hack-for-humanity-2022.devpost.com/project-gallery">2022 Devpost</a></li>
<li><a href="https://photos.app.goo.gl/XzwLYcUfosm7toZd7">2020 Photos</a></li>
<li><a href="https://www.youtube.com/watch?v=wkdU2sZhs4Y">2020 Recap Video</a></li>
<li><a href="https://photos.app.goo.gl/35V4QkiQJhxL647M9">2019 Photos</a></li>
</ul>
</div>
</section>
<section id="mentors" class="mentors bg-primary text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="text-center">
<h2 class="section-heading">Judges</h2>
</div>
<p>
Santa Clara University’s Hack for Humanity puts strong emphasis on recognizing the hard work of
its participants. If you are interested in supporting this impactful event as a judge, please
fill out the form below. Direct any questions you may have about judging to <a
href="mailto:acm@scu.edu" class="no-decor">acm@scu.edu</a>
</p>
<h3 style="margin: min(75px, 12vh) auto min(75px, 12vh)">
<a href="https://forms.gle/fra7SAKyB2shuJ8S9" style="text-decoration:none"><span
class="button">Become a Judge</span></a>
</h3>
</div>
</div>
</div>
</section>
<!-- Connect with us footer -->
<section id="connect" class="bg-primary footer">
<section class="bg-primary footer">
<div class="container">
<div class="text-center">
<h2 class="section-heading">Connect with </h2>
<a href="http://scuacm.com" target="_blank"><img src="img/logos/logo_acm_white.png"
style="width: min(450px, 100%)"></a>
<a href="http://scuacmw.com" target="_blank"><img src="img/logos/logo_acmw_white.png"
style="width: min(325px, 100%)"></a>
</div>
<br />
<br />
<br />
<div class="text-center">
<h3>ACM Social Media:</h3>
</div>
<div class="logos text-center">
<a href="https://discord.gg/G242hXD" target="_blank"><img src="img/logos/logo-discord.png"></a>
<a href="https://scuacm.slack.com" target="_blank"><img src="img/logos/logo-slack.png"></a>
<a href="https://www.instagram.com/scu_acm/" target="_blank"><img
src="img/logos/logo-instagram.png"></a>
<a href="mailto:acm@scu.edu" target="_top"><img src="img/logos/logo-email.png"></a>
<a href="https://github.com/scuacm" target="_blank"><img src="img/logos/logo-github.png"></a>
<a href="https://www.linkedin.com/company/scuacm/" target="_blank"><img
src="img/logos/logo-linkedin.png"></a>
</div>
<br />
<div class="text-center">
<h3>ACM-W Social Media:</h3>
</div>
<div class="logos text-center">
<a href="https://scuacmw.slack.com/archives/C010MVC8727" target="_blank"><img
src="img/logos/logo-slack.png"></a>
<a href="https://www.instagram.com/scuacmw/" target="_blank"><img
src="img/logos/logo-instagram.png"></a>
<a href="mailto:acm@scu.edu" target="_top"><img src="img/logos/logo-email.png"></a>
<a href="https://github.com/scuacmw" target="_blank"><img src="img/logos/logo-github.png"></a>
<a href="https://www.linkedin.com/company/acm-w-santa-clara-university-chapter/"
target="_blank"><img src="img/logos/logo-linkedin.png"></a>
</div>
</div>
</section>
</section>
</body>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/new-age.min.js"></script>
</html>