-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
586 lines (559 loc) · 34.1 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>AthenaHacks 2022</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/owl.png" type="image/png">
<!-- 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/pinklogodate2022.png" />
<div class="apply-btn">
<!--<a href="images/AthenaHacks2022_Schedule.pdf" target="_blank">
<button class= "apply hacker-app">HACKER 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>
<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="mailto:[email protected]" target="_blank">
<i class="fa fa-2x fa-envelope-o" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="parallax__cover">
<!-- break -->
<div class="content">
<div class = "full-bg">
<img class = "mobile-logo" src="images/pinklogodate2022.png" />
<div class="social-icons-mobile">
<a href="images/AthenaHacks2022_Schedule.pdf" target="_blank">
<button class= "apply-mobile hacker-app">HACKER 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">
<i class="fa fa-lg fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://www.instagram.com/athena_hacks/?hl=en" target="_blank">
<i class="fa fa-lg fa-instagram" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-lg fa-envelope-o" aria-hidden="true"></i>
</a>
</div>
<div id="about-info">
<p>
Join us for a weekend dedicated to <b>filling the gender gap</b>,
exploring technology, and building the next big thing! Our mission
is to support and nurture women (trans and non-binary inclusive) in tech by hosting Southern
California's premier hackathon for </b>women, femme and non-binary students</b>. Expect a weekend
full of workshops, mentorship, tech talks, social activities, food,
and more! No experience necessary, you just need passion.
</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/build.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.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/pencil.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/build.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.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/pencil.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 19-20, 2022.</div>
</li>
<li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>What is the hackathon schedule for 2022?
</h3>
<div class="answer">
You can download our 2022 hackathon schedule <a href="images/AthenaHacks2022_Schedule.pdf">here</a>! </div>
</li>
<!-- <li>
<h3 class="question"><i class="fas fa-plus-circle expand-icon"></i>What are the rules about high schoolers?
</h3>
<div class="answer">
If you're a high schooler who will be at least 18 years old by AthenaHacks, you are
invited
to attend!
</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 open! They will close on Feburary 1st, 2022. 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>
</ul>
<div id="faq-right">
<img src="images/owl.png"></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">2022 sponsors</div>
<div class = "sponsor-msg">
A huge thank you to all our sponsors and contributors! If you're interested in sponsoring AthenaHacks 2022, 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-->
<div class="sponsor-tier tier2">
<a href="https://www.microsoft.com/en-us/" target="_blank"><img class="hvr-grow" src="images/companies/microsoft.png"></a>
</div>
<!-- Tier 3: GAMMA LEVEL-->
<div class="sponsor-tier tier3">
<a href="https://www.zynga.com/" target="_blank"><img class = "hvr-grow" click-sponsor" src="images/companies/zynga.png"></a>
<a href="https://www.chevron.com/" target="_blank"><img class = "hvr-grow" click-sponsor" src="images/companies/chevron.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.bloomberg.com/" target="_blank"><img class = "hvr-grow" src="images/companies/bloomberg.png"></a>
<a href="https://mtx.gg/" target="_blank"><img class = "hvr-grow" id = "matrix" src="images/companies/matrix.png" width="100"></a>
<a href="https://www.rtx.com/" target="_blank"><img class = "hvr-grow" src="images/companies/rt_is_logo_white.png"></a>
</div>
<div id="partner-logos">
<div class="sponsor-tier tier5">
<a href="https://mlh.io/" target="_blank"><img class = "hvr-grow" src="images/companies/MLH.svg"></a>
<a href="https://hackp.ac/mlh-stickermule-hackathons" target="_blank"><img class = "hvr-grow" src="images/companies/sticker-mule-logo-light.png"></a>
<a href="https://robinhood.com/" target="_blank"><img class = "hvr-grow" src="images/companies/robinhood.png"></a>
<a href="https://events.withgoogle.com/google-cloud-speaker-series/athenahacks/" target="_blank"><img class = "hvr-grow" src="images/companies/googlecloud.png" width="200"></a>
</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</div>
<div id="keynote-info">
<div class = "keynote-col">
<img class = "keynote-img" src = "images/AmyTruongHeadshot.jpg" ></img>
</div>
<div class = "keynote-col2">
<h2 class = "keynote-name">Amy Truong</h2>
<h3 class = "keynote-job"><em>Vice President of Engineering at TaskRabbit</em></h3>
<p>
Amy Truong is a seasoned engineering leader with 20 years of experience. She has a track record of growing and developing technical teams across a very wide range of specialities, including open source, enterprise software, space tech, social media, and consumer product development in the creative, passion, and gig economies. Amy is currently leading Engineering at TaskRabbit as the VP of Engineering. Prior to TaskRabbit, Amy led engineering teams at multiple tech companies through various stages of growth. These companies include Patreon, Planet Labs, Twitter, Rackspace, and IBM. Amy is passionate about connecting technology to solve real business problems, as well as building a supportive community for Women in Tech. Over the past decade, she has participated in many speaking engagements at numerous conferences and colleges and universities, and she has been listed in Girl Geek’s 60 Engineering Leaders to Watch in 2020 and Chief in Tech’s 100 Women in Tech Leaders to Watch in 2022. Amy holds a B.S. in Computer Science from The University of Texas at Austin. She now lives in the San Francisco Bay Area where she has developed a new love for succulent gardening. Amy also lives with her husband and their two children (ages 6 and 2), and together they enjoy adventures in food and travel.
</p>
</div>
</div>
<div id="keynote-info-mobile">
<div class = "keynote-img-container">
<img class = "keynote-img" src = "images/AmyTruongHeadshot.jpg" ></img>
</div>
<h2 class = "keynote-name">Amy Truong</h2>
<h3 class = "keynote-job"><em>Vice President of Engineering at TaskRabbit</em></h3>
<div class = "keynote-bio-mobile">
<p>
Amy Truong is a seasoned engineering leader with 20 years of experience. She has a track record of growing and developing technical teams across a very wide range of specialities, including open source, enterprise software, space tech, social media, and consumer product development in the creative, passion, and gig economies.
Amy is currently leading Engineering at TaskRabbit as the VP of Engineering. Prior to TaskRabbit, Amy led engineering teams at multiple tech companies through various stages of growth. These companies include Patreon, Planet Labs, Twitter, Rackspace, and IBM. Amy is passionate about connecting technology to solve real business problems, as well as building a supportive community for Women in Tech. Over the past decade, she has participated in many speaking engagements at numerous conferences and colleges and universities, and she has been listed in Girl Geek’s 60 Engineering Leaders to Watch in 2020 and Chief in Tech’s 100 Women in Tech Leaders to Watch in 2022.
Amy holds a B.S. in Computer Science from The University of Texas at Austin. She now lives in the San Francisco Bay Area where she has developed a new love for succulent gardening. Amy also lives with her husband and their two children (ages 6 and 2), and together they enjoy adventures in food and travel.
</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">
<img src="images/people/sana.jfif" class="profile-img">
<p class = "person-name">Sana Jain</p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/ipek.jfif" class="profile-img">
<p class = "person-name">Ipek Goktan</p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/claire.jfif" class="profile-img">
<p class = "person-name">Claire Jutabha</p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/hilari.jfif" class="profile-img">
<p class = "person-name">Hilari Fan</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</p>
<p class="team-name">Programs</p>
</div>
<div class="person">
<img src="images/people/elizabeth.jfif" class="profile-img">
<p class = "person-name">Elizabeth Gonzalez</p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/khushi.jfif" class="profile-img">
<p class = "person-name">Khushi Choudhary</p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/lavanya.jfif" class="profile-img">
<p class = "person-name">Lavanya Sharma</p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/owl.png" class="profile-img">
<p class = "person-name">Fawny Arnyek</p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/shirley.jfif" class="profile-img">
<p class = "person-name">Shirley Su</p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/brittany.jfif" class="profile-img">
<p class = "person-name">Brittany Rollins</p>
<p class="team-name">Logistics</p>
</div>
<div class="person">
<img src="images/people/jessica.jfif" class="profile-img">
<p class = "person-name">Jessica Chen</p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/alyssa.jfif" class="profile-img">
<p class = "person-name">Alyssa Cho</p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/lydia.jfif" class="profile-img">
<p class = "person-name">Lydia DiBlasio</p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/selin.jfif" class="profile-img">
<p class = "person-name">Selin Oner</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</p>
<p class="team-name">Finances</p>
</div>
<div class="person">
<img src="images/people/lindsay.jfif" class="profile-img">
<p class = "person-name">Lindsay Huang</p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/julia.jfif" class="profile-img">
<p class = "person-name">Julia Cordero</p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/leslie.jfif" class="profile-img">
<p class = "person-name">Leslie Lin</p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/melanie.jfif" class="profile-img">
<p class = "person-name">Melanie Toh</p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/sanya.jfif" class="profile-img">
<p class = "person-name">Sanya Verma</p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/grace.jfif" class="profile-img">
<p class = "person-name">Grace Kuo</p>
<p class="team-name">Marketing</p>
</div>
<div class="person">
<img src="images/people/michele.jfif" class="profile-img">
<p class = "person-name">Michele Chung</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="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"
href="https://mlh.io/seasons/2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=black"
target="_blank"><img src="images/companies/mlh_banner.svg"
alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a>
<a id="mlh-trust-badge-mobile"
href="https://mlh.io/seasons/2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=black"
target="_blank"><img src="images/companies/mlh_banner.svg"
alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a>
</body>
</html>