-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
executable file
·608 lines (558 loc) · 26.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
<!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>February 15th - 16th, 2025</h2>
<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:[email protected]" class="no-decor">[email protected]</a> if you have any questions or concerns!</p>
</div>
</div>
<h1>2024 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 17th 2024</h4>
<table>
<tr>
<td>9:00 AM</td>
<td>Networking Breakfast 🍳✅ <i>(SCDI North Lobby)</i></td>
</tr>
<tr>
<td>10:00 AM</td>
<td>Opening Keynote 📝 <i>(SCDI North Lobby)</i></td>
</tr>
<tr>
<td>10:30 AM</td>
<td>Team Formation 🤝 <i>(SCDI North Lobby)</i></td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Hacking Begins! 💻<br>Cupcake Bar 🧁 <i>(SCDI 1301)</i></td>
</tr>
<tr>
<td>11:30 AM</td>
<td>Git It All Together 💻 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>12:00 PM</td>
<td>All About API's 💬 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>12:45 PM</td>
<td>Lunch Break! 🥪 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>1:00 PM</td>
<td>Guest Speaker: Pitching Tips & Tricks 🗣️ <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>2:00 PM</td>
<td>Tetris Tournament 🟥🟨🟩🟦 <i>(SCDI 1301)</i></td>
</tr>
<tr>
<td>3:00 PM</td>
<td>Firebase Workshop 🔥☁️ <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>3:30 PM</td>
<td>Bringing Your Website to Life with React.js ⚛️ <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>4:00 PM</td>
<td>Flask Frenzy: The Fundamentals and Beyond (Python) 🐍 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>5:00 PM</td>
<td>Short Movie Time! 🎬 <i>(SCDI 1301)</i></td>
</tr>
<tr>
<td>5:30 PM</td>
<td>Basic Cybersecurity + CTF Intro 🚩 <i>(SCDI 1302)</i></td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Dinner break 🍕 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>7:00 PM</td>
<td>Surprise Student Performer! 🎙 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>8:00 PM</td>
<td>Karaoke Break 🎤 <i>(SCDI 1301)</i></td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Connecting Everything Together: Hosting + Calling APIs 🧩 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>10:00 PM</td>
<td>Rave Music 🎧 <i>(SCDI 1301)</i></td>
</tr>
</table>
</div>
<div class="col-md-6">
<h3>Day Two: February 18th 2024</h4>
<table>
<tr>
<td>12:00 AM</td>
<td>Activity Break: Midnight Sundaes 🍦🍫🥄 <i>(SCDI 1301)</i></td>
</tr>
<tr>
<td>8:00 AM</td>
<td>Coffee Break! ☕️ <i>(Fresh Bytes)</i></td>
</tr>
<tr>
<td>8:30 AM</td>
<td>Devpost Submission Q&A ❓ <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>9:00 AM</td>
<td><a href="https://hack-for-humanity-2024.devpost.com">Devpost</a> Submissions Due! 📝</td>
</tr>
<tr>
<td>9:30 AM</td>
<td>Demos and Judging Begin! 🤔 <i>(SCDI 2301/2302)</i></td>
</tr>
<tr>
<td>11:00 PM</td>
<td>Raffle Winners! 🎟 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>11:45 PM</td>
<td>Finalist Presentations 🎤 <i>(SCDI 1302/1308)</i></td>
</tr>
<tr>
<td>1:00 PM</td>
<td> Winners Announced! 🤑🏆💯 <i>(SCDI 1302/1308)</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 2024 Grand Prizes:</h3>
<br />
<br />
</div>
<div class="container-fluid">
<div class="col-md-4">
<img src="img/prizes/1st.png" title="PRIZES" alt="PRIZES">
</div>
<div class="col-md-4">
<img src="img/prizes/2nd.png" title="PRIZES" alt="PRIZES">
</div>
<div class="col-md-4">
<img src="img/prizes/3rd.png" title="PRIZES" alt="PRIZES">
</div>
</div>
<!--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>Most Likely to Become a Startup</b> Award: <span style="font-family:'Sans-Serif';">$</span>500</h3>
<h3>▪ Ciocca Center Sponsored <b>Sustainable Entrepreneurs</b> Award : <span style="font-family:'Sans-Serif';">$</span>500</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best Hack by Women-In-Tech</b>: <span style="font-family:'Sans-Serif';">$</span>500</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best Graduate</b> Hack: <span style="font-family:'Sans-Serif';">$</span>750</h3>
<h3>▪ ACM and ACM-W Sponsored <b>Best Freshmen</b> Hack: <span style="font-family:'Sans-Serif';">$</span>400</h3>
<br />
<br />
</div>
<!-- <div class="col-md-8 col-md-offset-2">
<h3 style="text-decoration: underline;">Bronco Security Sponsored <a href="https://ctf.hackforhumanity.io/">Capture the Flag</a> (CTF) Cybersecurity Challenge:</h3>
<h3>First Place BroncoSec CTF Prize: <span style="font-family:'Sans-Serif';">$</span>400</h3>
<h3>Second Place BroncoSec CTF Prize: <span style="font-family:'Sans-Serif';">$</span>300</h3>
<h3>Third Place BroncoSec CTF Prize: <span style="font-family:'Sans-Serif';">$</span>200</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:[email protected]" class="no-decor">[email protected]</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">2024 Sponsors:</h1>
<br />
<br />
<div class="col-md-13 text-center">
<center><img src="img/2024 Sponsors/2024SponsorsGreen.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>2024 Winners</h3>
<h4>Take a closer look at what people built on <a href="https://hack-for-humanity-2024.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>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner text-center">
<div class="item active">
<a href="https://devpost.com/software/california-wildlife-adventure"><img src="img/winners-2024/1st.png" alt="California Wildlife Adventure"></a>
<h4>1st Place: <strong>California Wildlife Adventure</strong></h4>
<span>Created by Dalia Suszko, Gabe Labadie, Andrew Frances Pintor, Joaquin Orozco, Morgan Watts</span>
</div>
<div class="item">
<a href="https://devpost.com/software/sigma-scholar"><img src="img/winners-2024/2nd.png" alt="Sigma Scholar"></a>
<h4>2nd Place: <strong>Sigma Scholar</strong></h4>
<span>Created by Lucas Amlicke, Matty Herzig, Daryl Ho, Lucas Amlicke, Jonathan Fong, Nathan Yu</span>
</div>
<div class="item">
<a href="https://devpost.com/software/fist-bump-wr63c8"><img src="img/winners-2024/3rd.png" alt="SafeSpace"></a>
<h4>3rd Place: <strong>Fist Bump</strong></h4>
<span>Created by Andrew Collins, Katie Carter, Leo Chen, Riley Wong</span>
</div>
<div class="item">
<a href="https://devpost.com/software/rakt-en2tp5"><img src="img/winners-2024/best-graduate.jpg" alt="Rakt"></a>
<h4>Best Graduate Hack: <strong>Rakt</strong></h4>
<span>Created by Pratyush Srivastava, Amarjot Bhullar, Rohit Yadav</span>
</div>
<div class="item">
<a href="https://devpost.com/software/glyph-h2jfor"><img src="img/winners-2024/startup.png" alt="Glyf - Preserving Culture"></a>
<h4>Most Likely to Become a Startup: <strong>Glyf - Preserving Culture</strong></h4>
<span>Created by Gwyneth Anawalt, David Nguyen, Arran Kooner, Anika Sethi, Samhita Rachapudi, Jessie Jiang</span>
</div>
<div class="item">
<a href="https://devpost.com/software/edit-later-lxjekn"><img src="img/winners-2024/sustainable.png" alt="EcoSnap"></a>
<h4>Sustainable Entrepreneurs Award: <strong>EcoSnap</strong></h4>
<span>Created by Evan Stokdyk, William Wang, Nolan Fallin, Tyler Smith, Duke Massey, Clement Boulon</span>
</div>
<div class="item">
<a href="https://devpost.com/software/power-soccer-nexus"><img src="img/winners-2024/women.png" alt="Power Soccer Nexus"></a>
<h4>ACM/ACM-W Best Hack by Women In Tech Award: <strong>Power Soccer Nexus</strong></h4>
<span>Created by Josh Kindarara, Gwendolyn Patwardhan, Beatrice Hackman, Cameron Greene, Madison Nguyen, Afra Mahammad</span>
</div>
<div class="item">
<a href="https://devpost.com/software/santa-clara-swap"><img src="img/winners-2024/best-freshmen.png" alt="Santa Clara Swap"></a>
<h4>ACM/ACM-W Best Hack by Women In Tech Award: <strong>Santa Clara Swap</strong></h4>
<span>Created by Rosalie Wessels, Shreya Vishwanath, Kayla Malloy, Sienna Pearson, Sanjna Sood</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-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:[email protected]" class="no-decor">[email protected]</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:[email protected]" 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:[email protected]" 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>