-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
654 lines (616 loc) · 37.9 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>AthenaHacks 2023</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<link rel="icon" href="images/athenahacks_logo.png" type="image/x-icon">
<!-- MOBILE METAS -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<!-- CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cabin&family=Open+Sans&family=Playfair+Display&family=Source+Sans+Pro&display=swap" rel="stylesheet">
<!-- 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://kit.fontawesome.com/310752196d.js" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/9f7b7f8456.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="parallax">
<!-- <div class="parallax__layer parallax__layer__0">
<div class="parallax__container">
<img src="images/parallax/clouds.png" />
</div>
</div>
<div class="parallax__layer parallax__layer__1">
<div class="parallax__container">
<img src="images/parallax/mountain1.svg" />
</div>
</div>
<div class="parallax__layer parallax__layer__2">
<div class="parallax__container">
<img src="images/parallax/mountain2.svg" />
</div>
</div>
<div class="parallax__layer parallax__layer__3">
<div class="parallax__container">
<img src="images/parallax/mountain3.svg" />
</div>
</div>
<div class="parallax__layer parallax__layer__4">
<div class="parallax__container">
<img src="images/parallax/mountain4.svg" />
</div>
</div>
<div class="parallax__layer parallax__layer__6">
<div class="parallax__container">
<img src="images/parallax/mountain5.svg" />
</div>
</div> -->
<div class="parallax__layer parallax__layer__title">
<!-- <img src="images/pinklogodate2023.png" />
--> <div class="apply-btn">
<br>
<a href="https://airtable.com/shrsDYxRSI0KrThy4?" target="_blank">
<button class= "apply hacker-app">2023 Hacker Registration</button>
</a>
<br><br>
<!-- <a href="https://airtable.com/shrjSVIOqWlrDHMIk" target="_blank">
<button class= "apply hacker-app">2023 Mentor Application</button>
</a> -->
<a href="schedule.html" target="_blank">
<button class= "apply hacker-app">2023 Hackathon Schedule</button>
</a>
<br><br>
<a href="https://forms.gle/YDupV1LQHXiiDAQA9" target="_blank">
<button class= "apply hacker-app">2023 Volunteer Application</button>
</a>
<!-- <a href="https://forms.gle/2mVjREhsqj8M6qZr6" target="_blank">
<button class= "apply hacker-app">2022-2023 Organizer Application</button>
</a> -->
<!-- <a href="images/AthenaHacks2022_Schedule.pdf" target="_blank">
<button class= "apply mentor-app">HACKATHON SCHEDULE</button>
</a>
<p class = "content"> Applications close on February 1st, 2022. </p> -->
<div class="social-icons-test">
<br></br>
<a href="https://www.facebook.com/athenaHacks" target="_blank">
<i class="fa fa-2x fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/athena_hacks/?hl=en" target="_blank">
<i class="fa fa-2x fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/athena_hacks" target="_blank">
<i class="fa fa-2x fa-twitter" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-2x fa-envelope-o" aria-hidden="true"></i>
</a>
</div>
</div>
<br>
</div>
<div class="parallax__cover">
<!-- break -->
<div class="content">
<div class = "full-bg">
<!-- <img class = "mobile-logo" src="images/pinklogodate2023.png" /> -->
<div class="social-icons-mobile">
<a href="https://airtable.com/shrsDYxRSI0KrThy4?" target="_blank">
<button class= "apply-mobile hacker-app">2023 Hacker Registration</button>
</a>
<br>
<a href="schedule.html" target="_blank">
<button class= "apply-mobile hacker-app">2023 Hackathon Schedule</button>
</a>
<br>
<a href="https://forms.gle/YDupV1LQHXiiDAQA9" target="_blank">
<button class= "apply-mobile hacker-app">2023 Volunteer Application</button>
</a>
<!-- <a href="images/AthenaHacks2022_Schedule.pdf" target="_blank">
<button class= "apply-mobile mentor-app">HACKATHON SCHEDULE</button>
</a> -->
</div>
</div>
<!-- ABOUT -->
<div class = "section" id = "about">
<div class="section-title">about</div>
<div class="social-icons-about">
<a href="https://www.facebook.com/athenaHacks" target="_blank" alt="FB logo">
<i class="fa fa-lg fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/athena_hacks/?hl=en" target="_blank" alt="IG logo">
<i class="fa fa-lg fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/athena_hacks" target="_blank" alt="Twitter logo">
<i class="fa fa-lg fa-twitter" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank" alt="Mail logo">
<i class="fa fa-lg fa-envelope-o" aria-hidden="true"></i>
</a>
</div>
<div id="about-info">
<p>
Join us for a spectacular weekend dedicated to <strong>closing the gender gap</strong>, exploring new technologies, and building the next big thing! Our mission is to support and nurture students of marginalized gender identities in technology by hosting Southern California’s premier <b>women-centric hackathon (trans and non-binary inclusive)</b>. Join us on campus at the University of Southern California (USC) or virtually for over 24 hours full of free food, technical workshops, mentorship, social activities, and more! No experience necessary – we only require curiosity and creativity!
</p>
<p>
Check us out in the press!
</p>
<div id = "press-links">
<a href="https://www.huffpost.com/entry/spotlight-on-athenahacks-why-female-hackathons-are_b_58ebf5fae4b0145a227cb797" target="_blank"><img
class = "press-img" src="images/companies/huffpost.svg"></a>
<a href="https://viterbischool.usc.edu/news/2019/04/a-hackathon-for-women-by-women/" target="_blank"><img
class = "press-img" src="images/companies/usc_viterbi.svg"></a>
<a href="https://dailytrojan.com/2020/03/08/women-in-tech-rising-above/" target="_blank"><img
class = "press-img dt" src="images/companies/daily_trojan.png"></a>
<a href="https://medium.com/@athenahacks" target="_blank"><img
class = "press-img medium" src="images/companies/medium.png"><i class="fab fa-2x fa-medium"></i></a>
</div>
<!-- <p>
<strong class = "inclusive">*trans and non-binary inclusive</strong>
</p> -->
</div>
<div id="info-cards">
<div class="card hvr-grow">
<img class="floating about-img" src="images/Hardware_Icon.png" width="150px"></img>
<p class = "about-text">
From hardware to mobile, there are so many fields to
explore! We want women to explore their ideas and interests, and
are looking forward to some amazing projects! Check out last year's projects <a href= https://athenahacks2020.devpost.com/project-gallery/>here!</a>
</p>
</div>
<div class="card hvr-grow">
<img class="floating about-img" src="images/Grow_Icon.png" width="150px"></img>
<p class = "about-text">
We're all about helping each other grow! We hope to foster a
supportive environment so that each participant at AthenaHacks
feels welcome, comfortable and empowered.
</p>
</div>
<div class="card hvr-grow">
<img class="floating about-img" src="images/Percentage_Icon.png" width="150px"></img>
<p class = "about-text">
Right now, only 20% of hackathon participants are women. We hope
to fill that gap by providing a comfortable environment that is
focused on learning and exploring!
</p>
</div>
</div>
<div id = "info-cards-mobile">
<div class = "card-mobile">
<img class="floating about-img-mobile" src="images/Hardware_Icon.png"></img>
<p class = "about-text-mobile">
From hardware to mobile, there are so many fields to
explore! We want women to explore their ideas and interests, and
are looking forward to some amazing projects! Check out last year's projects <a href= https://athenahacks-2021.devpost.com/project-gallery/>here!</a>
</p>
</div>
<div class = "card-mobile">
<img class="floating about-img-mobile" src="images/Grow_Icon.png"></img>
<p class = "about-text-mobile">
We're all about helping each other grow! We hope to foster a
supportive environment so that each participant at AthenaHacks
feels welcome, comfortable and empowered.
</p>
</div>
<div class = "card-mobile">
<img class="floating about-img-mobile" src="images/Percentage_Icon.png"></img>
<p class = "about-text-mobile">
Right now, only 20% of hackathon participants are women. We hope
to fill that gap by providing a comfortable environment that is
focused on learning and exploring!
</p>
</div>
</div>
</div>
<!-- FAQ -->
<div class="section" id="faq">
<div class="section-title">faqs</div>
<div id="faq-content">
<ul class ="faq">
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>What's a hackathon?
</h3>
<div class="answer">
A hackathon is a 24 hour event where students with similar interests come together to
work
on a
project. You can attend workshops, hear from people in the computer science field and
network with
students and reps from companies! </div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Who can attend?</h3>
<div class="answer">
Undergraduate and graduate women, femme & non-binary students are welcome to attend; we'd love to have any
males interested
in helping our cause and any women in the industry to mentor or volunteer! <br /></div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Will AthenaHacks be virtual this year?</h3>
<div class="answer">
Due to COVID-19, the hackathon will be a hybrid format this year
and will take place from February 25-26, 2023.</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>What is the hackathon schedule for 2023?
</h3>
<div class="answer">
You can download our 2023 hackathon schedule <a href="images/Athenahacks2023Schedule.png">here</a>! </div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>When will applications open and close?
</h3>
<div class="answer">
Applications are currently still open for virtual hackers! The link to apply is at the top of our website!
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Do I need to be a CS major or minor?
</h3>
<div class="answer">
No! This is the perfect place for any student to create their first coding project.
We'll
have plenty
of resources for beginners to get started!
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Does this cost money?
</h3>
<div class="answer">
Nope! Admission is free! Our sponsors and AthenaHacks will provide you with the free swag!!
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>How do teams work?
</h3>
<div class="answer">
At most teams can have 4 people. 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"><i class="fas fa-plus-circle expand-icon"></i>Will there be hardware available?
</h3>
<div class="answer">
Unfortunately, we will not be able to provide hardware this year.
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Is there a code of conduct?
</h3>
<div class="answer">
Yes, we want to make AthenaHacks enjoyable for everyone! We follow MLH's Code of
Conduct:
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">here</a>.
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Can I mentor?
</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. Applications are open now for mentors!
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>I want to join the organizing team. Where can I apply?
</h3>
<div class="answer">
Are you interested in making a huge impact on women in tech? Join AthenaHacks as an organizer!
We recruit once a year in the fall for our Programs, Logistics, Finances and Marketing teams.
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Where can I find more info about opportunities and events?
</h3>
<div class="answer">
If you'd like to stay updated on all things AthenaHacks, subscribe to our newsletter <a href = "http://eepurl.com/hbL3z1">here</a>.
We send out links to opportunities, interesting reads, and our favorite songs in every issue!
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Will transportation be provided?
</h3>
<div class="answer">
Lyft codes (up to $30) are available to go to and from USC. The codes will be given out on the day-of as well as when the event concludes on Sunday via email. Please ask in the Discord #carpool channel to find other hackers to carpool with prior to departure. Our Lyft codes are given on a first-come first-serve basis and we want as many hackers to take advantage of it as possible!
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>How do I use the Lyft Codes?
</h3>
<div class="answer">
<p>The codes will be active from 7-10AM Saturday morning, and new codes will be given out at the closing ceremony for Sunday from 4-7PM.
Here are the locations you can Lyft to and from (within 0.5 miles of):</p>
<ul>
<li>UCLA (757 Westwood Plz, Los Angeles, CA) </li>
<li>UCR (900 University Ave, Riverside, CA,) </li>
<li> Irvine Transit Station (15215 Barranca Pkwy, Irvine, CA,) </li>
<li> Union Station (800 N Alameda St) </li>
<li> USC (800 Downey Way) </li>
</ul>
<p>For more information on using the codes, check out <a href = "https://help.lyft.com/hc/e/all/articles/360001541868-Ride-Pass" target="_blank"> this guide</a>. </p>
</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>Is parking provided on campus?
</h3>
<div class="answer">
<p> Free parking will be available on a first-come first serve basis ON CAMPUS in the Downey Way Structure Parking lot. The entrance gate is McClintock Ave Entrance. Please email [email protected] ahead of time to ensure that we can help pay for your parking! If for some reason an AthenaHacks organizer is not there, please call (949) 374-3676. </p>
<p> Free parking is also available around outside campus, such as at 3025 Royal St., Los Angeles, CA 90007. There is also street parking around campus and various parking garages on campus ($10-$12 per day). For evening parking, try near Chipotle (free after 8 pm). </p>
</div>
</li>
</ul>
<div id="faq-right">
<img src="images/athenahacks_logo.png" alt="athenahacks night owl"></img>
<div class = "faq-right-text"> if we missed your question, hit us up at <a
href="mailto:[email protected]">[email protected]</a></div>
</div>
</div>
</div>
<!-- SCHEDULE -->
<!-- <div class = "section" id= "
">
<div class="section-title">schedule</div>
<div id="keynote-info">
<div>Schedule</div>
</div>
</div> -->
<!-- SPONSORS -->
<div class = "section" id = "sponsors">
<div class="section-title">2023 sponsors</div>
<div class = "sponsor-msg">
A huge thank you to all our sponsors and contributors! If you're interested in sponsoring AthenaHacks 2023, please contact us at <a
href="mailto:[email protected]">[email protected]</a>
</div>
<div id="sponsor-logos">
<!-- Tier 1: ALPHA LEVEL-->
<!-- Tier 2: BETA LEVEL-->
<!-- Tier 3: GAMMA LEVEL-->
<div class="sponsor-tier tier3">
<a href="https://www.bloomberg.com/" target="_blank"><img class = "hvr-grow" src="images/companies/bloomberg.png"></a>
<a href="https://www.chevron.com/" target="_blank"><img class = "hvr-grow" click-sponsor src="images/companies/chevron.png"></a>
<a href="https://www.bankofamerica.com/" target="_blank"><img class = "hvr-grow" src="images/companies/BankAmerica.png"></a>
</div>
<!-- Tier 4: DELTA LEVEL-->
<div class="sponsor-tier tier4">
<a href="https://www.invoca.com/" target="_blank"><img class = "hvr-grow" src="images/companies/invoca.png"></a>
<a href="https://www.meta.com/" target="_blank"><img class = "hvr-grow" src="images/companies/meta.png"></a>
</div>
<div class="sponsor-tier tier5">
<a href="https://mule.to/p3ll" target="_blank"><img class = "hvr-grow" src="images/companies/sticker-mule-logo-light.png"></a>
</div>
<div id="partner-logos">
<div class="sponsor-tier tier5">
</div>
</div>
<!-- Beta Tier -->
<!-- Gamma Tier-->
<div class="sponsor-tier tier3"></div>
<!-- Delta Tier-->
<div class="sponsor-tier tier4"></div>
<!-- Other Tier -->
<div class="sponsor-tier tier5"></div>
<!-- Food Sponsors -->
<div class="sponsor-tier tier5"></div>
</div>
</div>
<!--KEYNOTE-->
<div class = "section" id= "keynote">
<div class="section-title">keynote speaker</div>
<div id="keynote-info">
<div class = "keynote-col">
<img class = "keynote-img" src = "images/people/Lizzie_Frame.png" ></img>
</div>
<div class = "keynote-col2">
<br><br>
<h2 class = "keynote-name">Lizzie Siegle</h2>
<h3 class = "keynote-job"><em>Developer at Twilio</em></h3>
<p>
Lizzie is an international speaker, engineer, and Twilio developer evangelist known for rickrolling developers with code, creating code sea shanty TikToks, and developing trending apps like Wordle via SMS or technical tutorials relating code to Taylor Swift. She previously studied Computer Science at Bryn Mawr College and directed Spectra, the largest hackathon for underrepresented genders in the Bay Area.
</p>
</div>
</div>
<div id="keynote-info-mobile">
<div class = "keynote-img-container">
<img class = "keynote-img" src = "images/people/Lizzie_Frame.png" ></img>
</div>
<h2 class = "keynote-name">Lizzie Siegle</h2>
<h3 class = "keynote-job"><em>Developer at Twilio</em></h3>
<div class = "keynote-bio-mobile">
<p>
Lizzie is an international speaker, engineer, and Twilio developer evangelist known for rickrolling developers with code, creating code sea shanty TikToks, and developing trending apps like Wordle via SMS or technical tutorials relating code to Taylor Swift. She previously studied Computer Science at Bryn Mawr College and directed Spectra, the largest hackathon for underrepresented genders in the Bay Area.
</p>
</div>
</div>
</div>
<!-- TEAM -->
<div id = "team">
<div class="section" id="team">
<div class="section-title">our team</div>
<div class="team">
<div class="person">
<a href="http://www.linkedin.com/in/sana-jain" target="_blank">
<img src="images/people/sana.jfif" class="profile-img"></a>
<p class = "person-name">Sana Jain <i>(she/her)</i></p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/IpekGoktan.jpg" class="profile-img">
<p class = "person-name">Ipek Goktan <i>(she/her)</i></p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<a href="http://www.linkedin.com/in/hilarifan" target="_blank">
<img src="images/people/HilariFan.jpg" class="profile-img"></a>
<p class = "person-name">Hilari Fan <i>(she/her)</i></p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/jihoo.jfif" class="profile-img">
<p class = "person-name">Jihoo Kim <i>(she/her)</i></p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<a href="http://www.linkedin.com/in/olivia-li-usc" target="_blank">
<img src="images/people/OliviaLi.jpeg" class="profile-img"></a>
<p class = "person-name">Oli Li <i>(she/her)</i></p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/KhushiChoudhary.JPG" class="profile-img">
<p class = "person-name">Khushi Choudhary <i>(she/her)</i></p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<a href="http://www.linkedin.com/in/lavanyasharma" target="_blank">
<img src="images/people/LavanyaSharma.JPG" class="profile-img"></a>
<p class = "person-name">Lavanya Sharma <i>(she/her)</i></p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/AayushiAgrawal.jpeg" class="profile-img">
<p class = "person-name">Aayushi Agrawal <i>(she/her)</i></p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<a href="http://www.linkedin.com/in/aliceyzhou" target="_blank">
<img src="images/people/AliceZhou.png" class="profile-img"></a>
<p class = "person-name">Alice Zhou <i>(she/her)</i></p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/KendalWin.jpg" class="profile-img">
<p class = "person-name">Kendal Win <i>(she/her)</i></p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/CatherineHe.jpeg" class="profile-img">
<p class = "person-name">Catherine He <i>(she/her)</i></p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/alyssa.jfif" class="profile-img">
<p class = "person-name">Alyssa Cho <i>(she/her)</i></p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<a href="https://www.linkedin.com/in/lydia-diblasio/" target="_blank">
<img src="images/people/lydia.jfif" class="profile-img"></a>
<p class = "person-name">Lydia DiBlasio <i>(she/her)</i></p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/SelinOner.png" class="profile-img">
<p class = "person-name">Selin Oner <i>(she/her)</i></p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/sarah.jpg" class="profile-img">
<p class = "person-name">Sarah Liang <i>(she/her)</i></p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/AnishaReddy.jpg" class="profile-img">
<p class = "person-name">Anisha Reddy <i>(she/her)</i></p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/NadiaBugarin.jpeg" class="profile-img">
<p class = "person-name">Nadia Bugarin <i>(she/her)</i></p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<a href="https://www.linkedin.com/in/melanietoh/" target="_blank">
<img src="images/people/MelanieToh.jpeg" class="profile-img"></a>
<p class = "person-name">Melanie Toh <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<a href="https://www.linkedin.com/in/sanya-verma-27062021/" target="_blank">
<img src="images/people/SanyaVerma.jpg" class="profile-img"></a>
<p class = "person-name">Sanya Verma <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<a href="https://www.linkedin.com/in/fawny-arnyek-718b95220/" target="_blank">
<img src="images/people/FawnyArnyek.PNG" class="profile-img"></a>
<p class = "person-name">Fawny Arnyek <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<a href="https://www.linkedin.com/in/grace-kuo-710a9719a/" target="_blank">
<img src="images/people/GraceKuo.png" class="profile-img"></a>
<p class = "person-name">Grace Kuo <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/StephanieYu.jpg" class="profile-img">
<p class = "person-name">Stephanie Yu <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<a href="https://www.linkedin.com/in/lesleymoon/" target="_blank">
<img src="images/people/LesleyMoon.png" class="profile-img"></a>
<p class = "person-name">Lesley Moon <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/SherryGao.jpg" class="profile-img">
<p class = "person-name">Sherry Gao <i>(she/her)</i></p>
<p class="team-name">Marketing</p>
</div>
</div>
</div>
</div>
<!-- end TEAM -->
<!-- FOOTER -->
<div id="footer">
<div class="footer-left">
<div class="footer-logo">
<img src="images/athenahacks_typography_white.png" class="footer-img">
</div>
<div class="social-icons">
<a href="https://www.facebook.com/athenaHacks" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/athena_hacks/?hl=en" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/athena_hacks" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="made-with">
<p>Made with 🤍 in Los Angeles</p>
</div>
</div>
</div>
</div>
<!-- end in parallax -->
</div>
<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=2023-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2023/mlh-trust-badge-2023-white.svg"
alt="Major League Hacking 2023 Hackathon Season" style="width:100%"></a>
<a id="mlh-trust-badge-mobile"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2023-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2023/mlh-trust-badge-2023-white.svg"
alt="Major League Hacking 2023 Hackathon Season" style="width:100%"></a>
</body>
</html>