-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
528 lines (474 loc) · 30.7 KB
/
index.html
File metadata and controls
528 lines (474 loc) · 30.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HackHERS 2026</title>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous">
</script>
<script src="https://use.fontawesome.com/9f7b7f8456.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/trail.js" defer></script>
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/graphics/hackhers-logo.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Sen and Schoolbell fonts -->
<link href="https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Schoolbell&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lunasima:wght@700&family=Montserrat:ital,wght@0,200;1,100&family=Mountains+of+Christmas:wght@400;700&family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
</head>
<body>
<div id="page-bg">
<!--NAVBAR START -->
<div class="navbar-container">
<nav class="navbar navbar-expand-sm fixed-top" id="navbar">
<ul class="navbar-nav">
<!-- Register Button (styled differently) -->
<li class="nav-item">
<a href="https://tinyurl.com/hackhers2026" class="nav-link register-btn">Register</a>
</li>
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
<li class="nav-item"><a href="#tracks" class="nav-link">Tracks</a></li>
<li class="nav-item"><a href="#sponsors" class="nav-link">Sponsors</a></li>
<li class="nav-item"><a href="#schedule" class="nav-link">Schedule</a></li>
<li class="nav-item"><a href="#faq" class="nav-link">FAQ</a></li>
<li class="nav-item"><a href="#team" class="nav-link">Team</a></li>
</ul>
</nav>
</div>
<!-- Mobile Dropdown Menu -->
<div class="dropdown">
<button class="dropbtn">Menu</button>
<div id="myDropdown" class="dropdown-content">
<li class="drop-item"><a href="https://tinyurl.com/hackhers2026" class="drop-link register-btn-mobile">Register</a></li>
<li class="drop-item"><a href="#about" class="drop-link">About</a></li>
<li class="drop-item"><a href="#tracks" class="drop-link">Tracks</a></li>
<!-- <li class="drop-item"><a href="#schedule" class="drop-link">Schedule</a></li> -->
<li class="drop-item"><a href="#faq" class="drop-link">FAQ</a></li>
<!-- <li class="drop-item"><a href="#sponsors" class="drop-link">Sponsors</a></li> -->
<!-- <li class="drop-item"><a href="#team" class="drop-link">Contact</a></li> -->
</div>
</div>
<!--NAVBAR END-->
<!-- TITLE SECTION - Full width with dragon background -->
<section class="section" id="title">
<div id="title-image-spacer"></div>
<div class="title-content">
<a href="https://tinyurl.com/hackhers2026" target="_blank">
<button id="title-register" class="btn">Register</button>
</a>
<div id="title-details-wrapper">
<!--
<h1 id="title-name">HackHERS</h1>
<h3 id="title-subname">Spring 2026</h3>
-->
<div id="date-group">
<h3 id="title-month">February</h3>
<h3 id="title-date">21st - 22nd</h3>
</div>
<div id="location-group">
<h3 id="title-campus">College Avenue</h3>
<h3 id="title-building">Student Center</h3>
</div>
</div>
</div>
</section>
<!-- ABOUT SECTION -->
<section class="section" id="about">
<!-- <h1 class="section-title">About</h1> -->
<div id="about-info">
<div id="about-details-wrapper">
<!-- LEFT SIDE: Paragraph -->
<div class="paragraph-container">
<p id="paragraph">
<b class="highlight">HackHERS</b> is Rutgers <b class="highlight">Women in Computer Science's</b> annual <b class="highlight">24 hour hackathon.</b> Our mission is to support and nurture women* in tech by hosting Rutgers' premiere hackathon addressing issues of the gender gap in technology. Expect a weekend full of workshops, mentorship, tech talks, social activities, and more!
</p>
</div>
<!-- RIGHT SIDE: Stats -->
<div class="right-content">
<!-- B -->
<h2 id="since-2015">Since 2015 We've Had...</h2>
<div class="stats-container">
<div class="stats-column a">
<h2 class="counter" data-target="26000">$26000+</h2>
<p>in Prizes</p>
</div>
<div class="stats-column c">
<h2 class="counter" data-target="1600">1600+</h2>
<p>Hackers</p>
</div>
<div class="stats-column d">
<h2 class="counter" data-target="11">11</h2>
<p>HackHERS</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- TRACKS SECTION - Full width with tracks background -->
<section class="section" id="tracks">
<div class="section-content">
<h1 class="section-title">Tracks</h1>
<h4 id="choose-your-char"><b>Choose your Studio Ghibli character: </b></h4>
<div class="container">
<div class="track">
<div class="image-container">
<img src="images/graphics/Track_1.PNG" alt="Sprite" class="character-image">
</div>
<p class="ai-ml-track">As a young witch delivers parcels across the sky, use <b>machine learning</b> and <b>data science</b> to sharpen your technical intuition. Build smart, automated systems that provide "magical" solutions and soar on their own.</p>
</div>
<div class="track">
<div class="image-container">
<img src="images/graphics/Track_2.PNG" alt="Sprite" class="character-image">
</div>
<p class="social-good-track">Totoro is a gentle forest spirit that helps gardens bloom. Use your talents to solve problems in <b>healthcare</b>, <b>education</b>, or <b>sustainability</b>. Plant the seeds for a kinder, more helpful, and sustainable world.</p>
</div>
<div class="track">
<div class="image-container">
<img src="images/graphics/Track_3.PNG" alt="Sprite" class="character-image">
</div>
<p class="arts-media-track">Channel your creativity into <b>immersive animations</b>, <b>games</b>, or <b>AR/VR</b> experiences. Like a mysterious masked spirit wandering a world of wonder, use modern tools to bring your most imaginative fairytales to life.</p>
</div>
<div class="track">
<div class="image-container">
<img src="images/graphics/Track_4.PNG" alt="Sprite" class="character-image">
</div>
<p class="financial-track">Make a splash in the world of fintech! Just as a small fish can create massive waves, develop <b>innovative financial tools and strategies</b> that empower users to navigate the complex and shifting tides of the global economy.</p>
</div>
</div>
</div>
</section>
<!--SPONSORS SECTION-->
<section class="section" id="sponsors">
<div class="sponsors-content">
<div class="sponsor-logos">
<div class="gallery-item">
<span class="sponsor-label"></span>
<img src="images/sponsors/MLH-logo.png" alt="MLH Logo">
</div>
<div class="gallery-item gold-sponsor">
<span class="sponsor-label gold-text">Gold</span>
<img src="images/sponsors/ADP-logo.png" alt="ADP Logo">
</div>
<div class="gallery-item silver-sponsor">
<span class="sponsor-label silver-text">Silver</span>
<img src="images/sponsors/fiserv-logo.png" alt="Fiserv Logo">
</div>
<div class="gallery-item bronze-sponsor">
<span class="sponsor-label bronze-text">Bronze</span>
<img src="images/sponsors/prudential-logo.png" alt="Prudential Logo">
</div>
</div>
</div>
</section>
<!-- SCHEDULE SECTION -->
<section class="section" id="schedule">
<div class="schedule-grid">
<!-- <img class="schedule-image" src="images/graphics/logs-schedule.png" alt="Schedule Image"> -->
<!--Column 1-->
<div class="schedule-column">
<div class="log log-date">Saturday, February 21</div>
<div class="log log-1">
<div class="schedule-time">10:30 AM</div>
<div class="schedule-event">Participant Check In</div>
<div class="schedule-location">CASC Lounge</div>
</div>
<div class="log log-2">
<div class="schedule-time">11:30 AM</div>
<div class="schedule-event">Opening Ceremony & Keynote</div>
<div class="schedule-location">CASC MPR</div>
</div>
<div class="log log-3">
<div class="schedule-time">12:30 AM</div>
<div class="schedule-event">Brainstorming & Team Formation</div>
<div class="schedule-location">CASC MPR</div>
</div>
<div class="log log-4">
<div class="schedule-time">1:00 PM</div>
<div class="schedule-event">Hacking Start!</div>
<div class="schedule-location"></div>
</div>
<div class="log log-5">
<div class="schedule-time">1:00 PM</div>
<div class="schedule-event">Lunch</div>
<div class="schedule-location">CASC Lounge</div>
</div>
<div class="log log-6">
<div class="schedule-time">2:00 PM</div>
<div class="schedule-event"><b>ADP</b> Creating a Full Stack Application</div>
<div class="schedule-location">CASC 411 ABC</div>
</div>
<div class="log log-7">
<div class="schedule-time">3:00 PM</div>
<div class="schedule-event"><b>Fiserv</b> Fireside Chat with Fiserv's Women in Tech</div>
<div class="schedule-location">CASC 109</div>
</div>
<div class="log log-8">
<div class="schedule-time">4:00 PM</div>
<div class="schedule-event"><b>WiCS</b> Destress: Keychain Making</div>
<div class="schedule-location">CASC 109</div>
</div>
<div class="log log-9">
<div class="schedule-time">5:00 PM</div>
<div class="schedule-event"><b>MLH</b> Tech Together</div>
<div class="schedule-location">CASC 411 ABC</div>
</div>
<div class="log log-10">
<div class="schedule-time">6:00 PM</div>
<div class="schedule-event">Dinner</div>
<div class="schedule-location">CASC Lounge</div>
</div>
<div class="log log-11">
<div class="schedule-time">7:00 PM</div>
<div class="schedule-event"><b>MLH</b> GitHub Copilot</div>
<div class="schedule-location">CASC 411 ABC</div>
</div>
<div class="log log-12">
<div class="schedule-time">7:30 PM</div>
<div class="schedule-event"><b>MLH</b> Google AI Studio Workshop</div>
<div class="schedule-location">CASC 411 ABC</div>
</div>
<div class="log log-13">
<div class="schedule-time">8:00 PM</div>
<div class="schedule-event"><b>Blueprint</b> Workshop</div>
<div class="schedule-location">CASC 109</div>
</div>
<div class="log log-14">
<div class="schedule-time">9:00 PM</div>
<div class="schedule-event"><b>RUMAD</b> Workshop</div>
<div class="schedule-location">CASC 411 ABC</div>
</div>
<div class="log log-15">
<div class="schedule-time">10:00 PM</div>
<div class="schedule-event"><b>WiCS</b> Trivia</div>
<div class="schedule-location">CASC Lounge</div>
</div>
<div class="log log-16">
<div class="schedule-time">12:00 AM ~</div>
<div class="schedule-event">Midnight Surprise...</div>
<div class="schedule-location"></div>
</div>
</div>
<!--Column 2-->
<div class="schedule-column">
<div class="log log-date">Sunday, February 22</div>
<div class="log log-1">
<div class="schedule-time">10:00 AM</div>
<div class="schedule-event">Breakfast</div>
<div class="schedule-location">CASC Lounge</div>
</div>
<div class="log log-2">
<div class="schedule-time">10:00 AM</div>
<div class="schedule-event">Soft Submission Deadline - declare Devpost group + project description</div>
<div class="schedule-location"><a href="https://hackhers-2026.devpost.com/"><u>Devpost</u></a></div>
</div>
<div class="log log-3">
<div class="schedule-time">10:30 AM</div>
<div class="schedule-event">Take seats for judging</div>
<div class="schedule-location">CASC MPR</div>
</div>
<div class="log log-4">
<div class="schedule-time">11:00 AM</div>
<div class="schedule-event">Hard Submission Deadline - Final project on GitHub</div>
<div class="schedule-location">CASC MPR</div>
</div>
<div class="log log-5">
<div class="schedule-time">11:00 AM</div>
<div class="schedule-event">Judging Begins</div>
<div class="schedule-location">CASC MPR</div>
</div>
<div class="log log-6">
<div class="schedule-time">12:00 PM</div>
<div class="schedule-event">Lunch</div>
<div class="schedule-location">CASC Lounge</div>
</div>
<div class="log log-7">
<div class="schedule-time">1:30 PM</div>
<div class="schedule-event">Closing Ceremony & Awards</div>
<div class="schedule-location">CASC MPR</div>
</div>
</div>
</div>
</section>
<!-- FAQ SECTION - Full width with FAQ background -->
<section class="section" id="faq">
<div class="faq-content">
<!-- <h1 class="section-title">FAQs</h1> -->
<h4 class="additional-questions">For additional questions, email us at <a href="mailto:rutgers.hackhers@gmail.com" style="font-weight: bold; color: #3f6dac;">rutgers.hackhers@gmail.com</a></h4>
<div id="all-questions">
<div class="faq-column">
<ul class="faq">
<li>
<h3 class="question"><img src="images/faq-icons/garden-grass-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;"> What is a women-centric hackathon?</h3>
<div class="answer">
HackHERS is a hackathon geared towards women. We allow people of all genders to participate because closing the gender gap in technology is an issue that everyone needs to partake in.
There are so many reasons why more women should be involved in tech, yet there are still barriers present to this day that contribute to underrepresentation. By organizing this event, we work to close this gender gap.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/panda-face-color-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">I identify as a male—can I still attend?</h3>
<div class="answer">
Yes! It is very important to us that all genders work together and build awesome projects!
However, please consider our mission statement before registering and know that by participating in our event, you pledge to follow our Code of Conduct.
Also, check out our FAQ about "How Teams Work" to read our requirements on mixed-gendered teams.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/river-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">Can I attend without coding experience?</h3>
<div class="answer">
OF COURSE! A hackathon provides the perfect environment to learn how to code. As long as you have an open mind and are willing to learn, we guarantee you will get something out of it. We also tailor HackHERS to be beginner-friendly, so we will be providing workshops all throughout the day, and there will be volunteer and mentors ready to answer any questions you may have.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/sunflower-plant-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">How do I apply?</h3>
<div class="answer">
Applications for hackers will close a week before the event!!!
You can apply <a href='https://tinyurl.com/hackhers2026'>here!</a>.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/forest-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">Does this cost money?</h3>
<div class="answer">
Nope! Participating in HackHERS is free of cost.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/bear-stock-market-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">Where will HackHERS take place?</h3>
<div class="answer">
HackHERS will take place on Saturday and Sunday at the College Avenue Student Center at Rutgers University, New Brunswick, NJ.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/monkey-face-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">Is there any parking available?</h3>
<div class="answer">
Registered hackers will recieve an email with parking information closer to the date of the hackathon.
</div>
</li>
</ul>
</div>
<div class="faq-column">
<ul class="faq">
<li>
<h3 class="question"><img src="images/faq-icons/fox-wolf-wild-animal-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">How do teams work?</h3>
<div class="answer">
At most teams can have 4 people and at least 50% of the team must be woman or non-binary identifying. You can have your teammates in mind before the event, or you can find a team during our team formation activity before and after opening ceremony!
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/green-leaf-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">Can I come if I am still in high school?</h3>
<div class="answer">
Unfortunately, due to Rutgers policy, we cannot allow high schoolers to attend HackHERS :( However we will still encourage and support you to learn and build to your heart's content on your own! You are more than welcome to email us and ask any questions about how to get started.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/green-tree-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">I just graduated, can I still come?</h3>
<div class="answer">
Yes! New grads that graduated college in Fall 2025 are welcome to attend HackHERS. We look forward to seeing you there!
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/turtle-color-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">What about travel reimbursements?</h3>
<div class="answer">
Unfortunately, due to Rutgers administration policy, we are unable to provide travel reimbursements or buses to HackHERS. We are willing to work with you and/or your group to arrange cheap travel to the event. Sorry for the inconvenience.
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/waterfall-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">What should I bring?</h3>
<div class="answer">
Remember to bring a valid student or goverment-issued ID for admission and anything you need to hack away!
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/cat-face-color-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">How can my company get involved?</h3>
<div class="answer">
Absolutely! If you want to sponsor us, please email <a href="mailto:rutgers.hackhers@gmail.com"><u>rutgers.hackhers@gmail.com</u></a>
</div>
</li>
<li>
<h3 class="question"><img src="images/faq-icons/aloe-vera-icon.png" alt="fairy-icon" class="icon" style="height: 25px; width: 25px; margin-right: 15px;">Can I mentor or volunteer?</h3>
<div class="answer">
Yes! We welcome all regardless of gender who want to help. We appreciate all who want to
support our cause. Mentors help hackers during the event
with any technical questions they might have. Volunteers support the organizing team
during the hackathon with various tasks.
<br>More information on volunteering will be available in January - keep a look out!
<br>
If you're interested in becoming a mentor, fill out the form <a href='https://forms.gle/F2y4N6KpJZXQduNs6'>here!</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- SPONSORS SECTION - Full width with sponsors background -->
<!-- Uncomment when ready to add sponsors -->
<!-- TEAM SECTION - Full width with team background -->
<section class="section" id="team">
<div class="team-section">
<h1 class="team-title">Meet the Team</h1>
<!-- Tab Navigation -->
<div class="team-tabs">
<button class="team-tab active" onclick="switchTeamTab(event, 'eboard')">Eboard</button>
<button class="team-tab" onclick="switchTeamTab(event, 'design committee')"> HackHERS Design Committee</button>
<button class="team-tab" onclick="switchTeamTab(event, 'marketing committee')">HackHERS Marketing Committee</button>
</div>
<!-- Decorative bubbles -->
<div class="bubble-decoration small bubble-1"></div>
<div class="bubble-decoration tiny bubble-2"></div>
<div class="bubble-decoration tiny bubble-3"></div>
<div class="bubble-decoration small bubble-4"></div>
<div class="bubble-decoration tiny bubble-5"></div>
<div class="carousel-container">
<button class="arrow-btn" id="prevBtn" aria-label="Previous team member">‹</button>
<div class="team-carousel" id="carousel">
<!-- Team members will be dynamically rendered here -->
</div>
<button class="arrow-btn" id="nextBtn" aria-label="Next team member">›</button>
</div>
</div>
</section>
<!-- MLH Badge -->
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2026-season&utm_content=gray"
target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2026/mlh-trust-badge-2026-gray.svg"
alt="Major League Hacking 2026 Hackathon Season" style="width:100%">
</a>
<!-- Footer -->
<div id="footer">
<div class="contact-info">
<h3>Contact</h3>
<p>rutgers.hackhers@gmail.com</p>
<div class="contact-icons">
<a href="http://instagram.com/ruhackhers/?hl=en" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://discord.gg/your-discord-link" target="_blank">
<svg width="64" height="64" viewBox="0 0 24 30" fill="white" xmlns="http://www.w3.org/2000/svg">
<path d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515a.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0a12.64 12.64 0 0 0-.617-1.25a.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057a19.9 19.9 0 0 0 5.993 3.03a.078.078 0 0 0 .084-.028a14.09 14.09 0 0 0 1.226-1.994a.076.076 0 0 0-.041-.106a13.107 13.107 0 0 1-1.872-.892a.077.077 0 0 1-.008-.128a10.2 10.2 0 0 0 .372-.292a.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127a12.299 12.299 0 0 1-1.873.892a.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028a19.839 19.839 0 0 0 6.002-3.03a.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.956-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.955-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.946 2.418-2.157 2.418z"/>
</svg>
</a>
</div>
<a href="https://github.com/MLH/mlh-policies/blob/main/code-of-conduct.md" style="color: #FFFFFF; text-decoration: underline;">MLH Code of Conduct</a>
</div>
<!-- <div class="made-with">
<p>Made with <3 by the HackHERS Team</p>
<a href="https://github.com/MLH/mlh-policies/blob/main/code-of-conduct.md" style="color: #9BBDEE; font-size: 12px; text-decoration: underline;">MLH Code of Conduct</a>
</div> -->
</div>
</div>
</body>
</html>