forked from WEHack-UTD2-0/wehack-utd2-0.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
716 lines (641 loc) · 34.7 KB
/
index.html
File metadata and controls
716 lines (641 loc) · 34.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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<html>
<head>
<title>WEHack</title>
<link rel="shortcut icon" href="/images/logos/wehack_logo.png" />
<link rel="stylesheet" href="wehack.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
<a id="mlh-trust-badge"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2024-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2024/mlh-trust-badge-2024-white.svg"
alt="Major League Hacking 2024 Hackathon Season" style="width:100%"></a>
</head>
<body>
<!-- Top nav bar --->
<nav class="navmenu">
<ul class="ul-nav">
<input type="checkbox" id="checkbox_toggle" />
<label for="checkbox_toggle" class="hamburger">☰</label>
<div class="menu">
<li><a href="#wehack">About</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#meettheteam">Team</a></li>
<li><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a></li>
</div>
</ul>
</nav>
<!-- JUMBOTRON -->
<div class="jumbotron">
<div class="container">
<div class="placeholder"><img src="/images/logos/transparent_wehack_logo.png" alt="WEHack logo" style="border-radius: 17px"> <!--border: 2px solid #e0a269-->
</div>
<div class="right">
<h1 class="font-title-1">WEHack 2024</h1>
<!-- THEME NAME HERE -->
<h2 class = "font-title-2"></h2>
<p class="font-title-3">March 2024</p>
<button class="apply-now font-paragraph" onclick=" window.open('https://live.wehackutd.com/','_blank')" type="button" style="cursor:pointer;">WEHACK PORTAL</button>
<button class="apply-now font-paragraph" onclick=" window.open('http://bit.ly/wehack23-register','_blank')" type="button" style="cursor:pointer;">REGISTRATION</button>
<button class="volunteer font-paragraph" onclick=" window.open('http://bit.ly/we23-volunteer','_blank')" type="button" style="cursor:pointer;">VOLUNTEER FORM</button>
<button class="mentor font-paragraph" onclick=" window.open('http://bit.ly/we23-mentor','_blank')" type="button" style="cursor:pointer;">MENTOR FORM</button>
<!--Countdown-->
<script src="https://cdn.logwork.com/widget/countdown.js"></script>
<a href="https://logwork.com/countdown-xfb7" class="countdown-timer" data-width="500" data-timezone="America/Chicago" data-textcolor="#00000" data-date="2023-02-11 09:30" data-background="#fff2ce" data-digitscolor="#e0a269" data-unitscolor="#00000">Time Remaining:</a>
<!--<div class="flex-grid">
<button class="font-paragraph" id="left-button" onclick=" window.open('http://coda.io/form/Volunteer-Sign-Ups_dFu8FXxDeex','_blank')" type="button" style="cursor:pointer;">VOLUNTEER</button>
<button class="font-paragraph" id="right-button" onclick=" window.open('http://coda.io/form/WEHack-2022-Mentor-Application_d18shEvpl87','_blank')" type="button" style="cursor:pointer;">MENTOR</button>
</div>-->
</div>
</div>
<div class="font-paragraph message">"Computing is too important to be left to men." - Karen Spärck Jones, a British Computer Scientist (1935 - 2007)</div>
</div>
<br />
<section class="about">
<div class="contentBx" id="wehack">
<h1 class="about-heading"><center>Dallas’ largest inclusive hackathon</center></h1>
<p>
UTD's women-driven tech organizations are excited to join forces and
present our 24-hour hackathon uniting women and non-binary students.
Our goal is to create an inclusive environment that highlights and
empowers women, femme, and non-binary students through technology.
We aim to encourage more underrepresented individuals to harness their
skills by creating software or hardware projects of their own. Whether
it's networking with sponsors and hackers, gaining development and workshop
experience, or competing against other teams for challenges and prizes,
WEHack offers participants an opportunity to end the weekend with unique takeaways.
</p>
<h1 class="about-heading"><center> Get ready for WEHack 2024!</center></h1>
<p>
More information coming soon!
</p>
<br /> <br />
<section id="past_info">
<div class="statistics">
<div class="box1"> First Virtual Hackathon</div>
<div class="box2">First In-Person Hackathon</div>
<!--Countdown-->
<!--
<script src="https://cdn.logwork.com/widget/countdown.js"></script>
<a href="https://logwork.com/countdown-swx8" class="countdown-timer" data-width="500" data-timezone="America/Chicago" data-textcolor="#ffffff" data-date="2022-04-02 00:00" data-unitscolor="#ffffff">WEHack Countdown</a>
-->
</div>
</section>
</div>
<!-- commenting out orgs
<div class="orgs">
<div></div>
<div>
<img src="images\logos\wwc-shirt-back.png" alt= "wwc"/>
</div>
<div>
<img src="images\logos\sweLogo.png" alt="swe"/>
</div>
<div>
<img src="images\logos\wmwLogo.jpg" alt= "wmw"/>
</div>
<div>
<img src="images/logos/WITB NEW LOGO.png" alt="witb"/>
</div>
<div></div>
</div>
-->
<!-- <div class="videoWrapper">
<video controls name="media">
<source src="images\WEHack_FINAL (2) (1).mp4" type = "video/mp4"/>
</video>
</div> -->
</section>
<section class="testimonials" id="testimonials">
<center><h1 class="heading">Testimonials</h1></center>
<div class="test-container">
<img src="images/testimonials/Jane_Luo.png">
<p class="test-desc"><span class="test-header">Jane Luo</span> Junior CS Major</p>
<p class="test-body">"I’ve been to both iterations of WEHack, and they have been an absolute blast! I love working in an inclusive environment that pushes me to be
creative when experimenting with new technologies and build my interpersonal skills. I fondly look back on running around to different workshops, enjoying the food
and swag, and meeting new people. I’m looking forward to the next iteration of WEHack!"
</p>
</div>
<div class="test-container">
<img src="images/testimonials/Jazsmine_DeFranco.png">
<p class="test-desc"><span class="test-header">Jazsmine DeFranco</span> Sophomore CS Major</p>
<p class="test-body">"As a freshman in college, this was my first hackathon that I’m so glad I participated in! From this experience, not only did my team and I essentially
learn web development overnight while developing a professional project in under 24 hours but we also ended up winning and placing in our category! I can confidently
say that this event definitely motivated and inspired me to continue working hard through all of my CS endeavors."</p>
</div>
<div class="test-container">
<img src="images/testimonials/Kaylee Scanlin.png">
<p class="test-desc"><span class="test-header">Kaylee Scanlin</span> Sophomore CS Major</p>
<p class="test-body">"WEHack was my first hackathon, and I couldn’t have asked for a better first-time experience! As a woman in engineering, the fear of being underrepresented in my
field has always been at the back of my mind, but seeing so many women and non-binary hackers in one building showed me that this industry truly is for everyone." </p>
</div>
</section>
<!-- Commenting out WEHack 2020 video, schedule, why wehack and mession
<iframe
width="560" height="315" src="https://www.youtube.com/embed/Js2vTsSFICM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
style="display: block; margin: 0 auto; margin-top: 60px" allowfullscreen>
</iframe>
<section class="schedule" id="schedule">
<br />
<div class ="schedule" id="schedule">
<center>
<img src="images\wehack-sched1.png"/>
<img src="images\wehack-sched2.png"/>
</center>
</div>
<br />
</section> -->
<!-- commenting this out for now (lack of info)-->
<!-- Speakers section
<section class="featuring" id="featuring">
<div class="contentBox">
<center>
<h1 class="heading">Featuring</h1>
<p>We have an amaxing lineup of speakers and sponsors
organized for WEHack!</p>
</center>
<div class="slides-container">
<div class="slider-left">
<div class="slider">
<div class="images">
<input type="radio" name="slide" id="img1" checked>
<input type="radio" name="slide" id="img2">
<input type="radio" name="slide" id="img3">
<input type="radio" name="slide" id="img4">
<img src="images/1.png" class="m1" alt="img1">
<img src="images/2.png" class="m2" alt="img2">
<img src="images/1.png" class="m3" alt="img3">
<img src="images/2.png" class="m4" alt="img4">
</div>
<div class ="dots">
<label for="img1"></label>
<label for="img2"></label>
<label for="img3"></label>
<label for="img4"></label>
</div>
</div>
</div>
<div class="slider-right">
<div class="card">
<div class="content">
<div class="img"><img src="images/robot.png" alt=""></div>
<div class="details">
<span class="name"></span>
<h2>Teddy R.</h2>
<p>Hosting a workshop on AI at 4 pm</p>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="img"><img src="images/software.png" alt=""></div>
<div class="details">
<span class="name"></span>
<h2>Sarah M.</h2>
<p>Hosting a workshop on ML at 4 pm</p>
</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="img"><img src="images/ecsw-one.jpg" alt=""></div>
<div class="details">
<span class="name"></span>
<h2>Michael Scott</h2>
<p>Hosting a workshop on SQL at 4 pm</p>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!--
<section class="whyWEHack" id="mission">
<div class="contentBox">
<h1 class="heading">The Future is <b>NOW</b><h1>
</div>
-->
<!--<div class="inline-block">
<!-place holder for image-->
<!-- <div class="img-placeholder"><img src="/images/logos/head_logo.png" alt="Future is Now logo"></div> -->
<!-- </div> -->
<!-- end -->
</section>
<!-- old "Challenges" section
<section class="challenge" id="theme">
<div class="intro">
<h2 class="text-muted">CHALLENGE</h1>
<p>Components of Robotics are utilized in almost every aspect in the tech world. Because of this we decided to get inspiration from the robotics field for our hackathon. Since there are a myriad of fields that play a role in creating a robot, our team thought that it is a generalized theme and will provide hackers a creative mindset to form an innovative project based on the following challenge statement below.</p>
</div>
<div class="content">
<h6 class="text-muted">THEME</h2>
<h1 class="heading">Robotics</h1>
<p>Create a project that addresses one of the issues that the robotics industry is currently facing.</p>
<img
src="images/robot.png"
style="width: 100%; max-width:git 150px; height: auto; padding-top: 15px;"
/>
</section>
-->
<!-- Resources section (new) [Commenting out for now]
<section class="resources" id="resources">
<center class="intro">
<h1 class="heading">Resources</h1>
</center>
<div class="flex-container">
<a class="resource-link" href="https://medium.com/garyyauchan/ultimate-8-step-guide-to-winning-hackathons-84c9dacbe8e" target="_blank"><img class="img-tile1" src="/images/hackathon_article.jpeg"></a>
<div class="resource-content">
<h1 class="heading-2"><a class="resource-link" href="https://medium.com/garyyauchan/ultimate-8-step-guide-to-winning-hackathons-84c9dacbe8e" target="_blank">Ultimate 8 Step Guide to Winning Hackathons</a></h1>
<p class="resource-line-1">What Gary-Yau Chan learned after 55 Hackathons, and what we think can help you succeed!</p>
<h1 class="resource-heading-3"><a class="resource-link" href="https://medium.com/garyyauchan/ultimate-8-step-guide-to-winning-hackathons-84c9dacbe8e" target="_blank">Learn more </a></h1>
</div>
</div>
<div class="flex-container2">
<div class="flex-container">
<a class="resource-link" href="https://sweutd.com/" target="_blank"><img class="img-tile2" src="/images/logos/sweLogo.png"></a>
<div class="resource-content">
<h1 class="heading-4"><a class="resource-link" href="https://sweutd.com/" target="_blank">SWE Website</a></h1>
<p class="resource-line-2">Check out sweutd.com for some ideas!</p>
<h1 class="heading-5"><a class="resource-link" href="https://sweutd.com/" target="_blank">Learn more </a></h1>
</div>
</div>
<div class="flex-container">
<a class="resource-link" href="https://wehack-2020.devpost.com/project-gallery" target="_blank"><img class="img-tile2" src="/images/logos/wehack_logo.png"></a>
<div class="resource-content">
<h1 class="heading-4"><a class="resource-link" href="https://wehack-2020.devpost.com/project-gallery" target="_blank">WEHack 2020 Projects</a></h1>
<p class="resource-line-2">View projects from the last iteration of WEHack to get inspired! </p>
<h1 class="heading-5"><a class="resource-link" href="https://wehack-2020.devpost.com/project-gallery" target="_blank">Learn more </a></h1>
</div>
</div>
</div>
<-- extras
<div class="flex-container2">
<div class="flex-container">
<img class="img-tile2">
<div class="resource-content">
<h1 class="heading-4">Hacking the Hackathon4</h1>
<p class="resource-line-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In aliquam pharetra leo vitae scelerisque. Vestibulum sem urna, fermentum vitae rutrum id, maximus eget magna. Nulla vel est sapien. Pellentesque et sodales urna, et tempus velit. </p>
<h1 class="heading-5"><a>Learn more D</a></h1>
</div>
</div>
<div class="flex-container">
<img class="img-tile2">
<div class="resource-content">
<h1 class="heading-4">Hacking the Hackathon5</h1>
<p class="resource-line-2">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In aliquam pharetra leo vitae scelerisque. Vestibulum sem urna, fermentum vitae rutrum id, maximus eget magna. Nulla vel est sapien. Pellentesque et sodales urna, et tempus velit. </p>
<h1 class="heading-5"><a>Learn more D</a></h1>
</div>
</div>
</div>
-->
<!-- SPONSORS -->
</section>
<section class="slider-wrapper" id="sponsors">
<center class="intro">
<h1 class="heading">Sponsors</h1>
</center>
<button class="slide-arrow" id="slide-arrow-prev">
‹
</button>
<button class="slide-arrow" id="slide-arrow-next">
›
</button>
<ul class="slides-container" id="slides-container">
<li class="slide">
</li>
<li class="slide">
</li>
<li class="slide">
</li>
<li class="slide">
</li>
</ul>
</section>
<script>
const slidesContainer = document.getElementById("slides-container");
const slide = document.querySelector(".slide");
const prevButton = document.getElementById("slide-arrow-prev");
const nextButton = document.getElementById("slide-arrow-next");
nextButton.addEventListener("click", () => {
const slideWidth = slide.clientWidth;
slidesContainer.scrollLeft += slideWidth;
});
prevButton.addEventListener("click", () => {
const slideWidth = slide.clientWidth;
slidesContainer.scrollLeft -= slideWidth;
});
</script>
<!-- commenting out partners section
<section class="partners" id="partners">
<center>
<h1 class="heading">Partners</h1>
</center>
<br />
<div class ="partners">
<center>
<a href="https://www.dfwatw.org/">
<img src="images\partners\atw.png"/>
</a>
<a href="https://www.emergingladiesacademy.org/">
<img src="images\partners\EmergingLadiesAcademy.png"/>
</a>
<a href="http://www.yggomaha.com/">
<img class="smaller" src="images\partners\YouGoGirlOmaha_Logo_2C.png"/>
</a>
</center>
</div>
<div class ="partners">
<center>
<a href="https://mysterycodesociety.com/">
<img src="images\partners\mystery_code_society_logo.png"/>
</a>
<a href="https://www.igniteworldwide.org/">
<img class="shrink" src="images\partners\IgniteWorldwide.png"/>
</a>
</center>
</div>
<br />
</section>
-->
<!-- FAQ -->
<div class="faq" id="faq">
<center>
<h1 class="heading">Frequently Asked Questions</h1>
</center>
<center>
<div class="row">
<div class="column">
<button class="accrdion">Who can attend?</button>
<div class="panel">
<p>Anyone can sign up to participate as a hacker at WEHack. However, keep in mind that a lot of the hackathon content will revolve around women and non-binary experiences to reflect our mission of uniting and empowering women and non-binary individuals in STEM. If you do not identify as female or non-binary but consider yourself an ally of our cause, we would love to have you as a mentor or volunteer!</a></p>
</div>
<button class="accrdion">When and where is WEHack?</button>
<div class="panel">
<p>WEHack 2023 is from Saturday, February 11th, to Sunday, February 12th. It is going to be held in person in the Engineering and Computer Science West (ECSW) building at the University of Texas at Dallas.</p>
</div>
<button class="accrdion">Do I need to have coding experience?</button>
<div class="panel">
<p>No! WEHack is open to all majors and experience levels and would be the perfect place to work on your first project. Resources such as mentors and workshops are available to support beginner hackers.</p>
</div>
<button class="accrdion">How do I apply?</button>
<div class="panel">
<p>Hacker, mentor, and volunteer applications are open! Please refer to the links at the top of the page to apply.</p>
</div>
<button class="accrdion">Can I participate if I am in high school?</button>
<div class="panel">
<p>Unfortunately, we are not able to accommodate anyone below the age of 18 at this time.</p>
</div>
<button class="accrdion">Can I work on my project before the hackathon?</button>
<div class="panel">
<p>All projects must be started at WEHack, but you are free to brainstorm project ideas prior to the hackathon. Projects can range from solving personal or social challenges to solving hackathon or sponsor challenges.</p>
</div>
</div>
<div class="smallColumn">
</div>
<div class="column">
<button class="accrdion">Does it cost money to participate?</button>
<div class="panel">
<p>WEHack 2023 is completely free! This includes food and swag, which will be handed out to attendees during the hackathon.</p>
</div>
<button class="accrdion">How do teams work at WEHack?</button>
<div class="panel">
<p>Teams at WEHack can have up to 4 members. If you do not have a team, don’t worry! You can either work individually or form teams the day of the hackathon by meeting fellow hackers on the Discord or during team building events.</p>
</div>
<button class="accrdion">When does registration close?</button>
<div class="panel">
<p>Registration closes on February 4th.</p>
<!-- Applications for WEHack 2020 are due on ______. You will hear back from us on ______. -->
</div>
<button class="accrdion">Will hardware be available?</button>
<div class="panel">
<p>WEHack will not be providing hardware, but we encourage you to use online hardware simulators.</p>
</div>
<button class="accrdion">What are the meal options offered?</button>
<div class="panel">
<p>We will provide food for meat, vegetarian, gluten-free, and halal diets.</p>
</div>
<button class="accrdion">Can I sleep at WEHack 2023?</button>
<div class="panel">
<p>You are welcome to sleep at WEHack! Make sure to bring pillows, blankets, chargers, and other necessities if you are planning to stay the night.</p>
</div>
</div>
</div>
</center>
<script>
var acc = document.getElementsByClassName("accrdion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
</div>
<!-- WEHACK EMPOWER SERIES
<section class="empower">
<div class="contentBox" id="empower">
<h1 class="heading">WEHack Empower Series</h1>
<p>
Join us in an empowering speaker series.
</p>
<h1 class="heading"> </h1>
<meta name="viewport" content="width=device-width, initial-scale=1">
<center>
<div class="row2">
<button class="accrdion2">September 9, 7:30 PM CST - <a href="http://meet.google.com/cvn-bype-ruv">The Business World In Tech</a> with Sang Le</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Business woman Sang Le discusses the business within the technology world.</p>
</div>
<button class="accrdion2">September 11, 3:00 PM CST - <a href="http://meet.google.com/tmy-fyjg-ybx">Intermediate Python Workshop</a> with Victoria Catlett</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Following the beginner Python Workshop, this workshop prepares for more complex projects. <br>Come learn from Victoria Catlett! Join early to download the software.</p>
</div>
<button class="accrdion2">September 14, 12:00 PM CST - <a href="http://meet.google.com/hvq-zgfq-ivi">The Confident Professional: Building Essential Skills for Life & Work</a> with Erin Rector</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Accomplished Communications & Strategy Consultant Erin Rector walks through the skills needed to succeed at work and at life.</p>
</div>
<button class="accrdion2">September 16, 5:00 PM CST - <a href="http://meet.google.com/qhc-ewrm-ztr">#IamRemarkable</a> with Shreya Prasad</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Austin Women in Technology representative Shreya Prasad brings you a self-branding workshop that may help you find yourself.</p>
</div>
<button class="accrdion2">September 21, 5:00 PM CST - <a href="http://meet.google.com/xmr-xavf-vys">Tech Together: How to Make the Most of Your First Hackathon</a> with Margarita Zias and Shannon Heh</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;"> Tech Together, an organization which has brought you many, many hackathons, shares how to make the most of your first hackathon.</p>
</div>
<button class="accrdion2">September 23, 4:00 PM CST - <a href="http://meet.google.com/nzs-bagq-itk">WEHack, WE Meet</a> with the WEHack Organizers</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Find your WEHack team here!</p>
</div>
<button class="accrdion2">October 1, 5:00 PM CST - <a href="http://meet.google.com/mfi-jpce-ibu">AI vs Machine Learning vs Data Science: What is it and what's the hype?</a> with Mimi Park</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Executive Director at JPMorgan Chase, Mimi Park, wants to share with you the differences between 3 of the fastest growing sectors in computer science: Artificial Intelligence, Machine Learning, and Data Science.</p>
</div>
<button class="accrdion2">October 9, 5:00 PM CST - <a href="http://meet.google.com/nia-xeup-oku">Sponsor API + Meet The Organizers</a> with the WEHack's Sponsors and Organizers</button>
<div class="panel2">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Learn how to use sponsor APIs and meet our lovely WEHack organizers after.</p>
</div>
</div>
</center>
<script>
var acc2 = document.getElementsByClassName("accrdion2");
var j;
for (j = 0; j < acc2.length; j++) {
acc2[j].addEventListener("click", function() {
this.classList.toggle("active");
var panel2 = this.nextElementSibling;
if (panel2.style.maxHeight) {
panel2.style.maxHeight = null;
} else {
panel2.style.maxHeight = panel2.scrollHeight + "px";
}
});
}
</script>
</div>
</section>
-->
<!-- Meet The Team -->
<section class="team" id="meettheteam">
<h1 class="heading">Meet the Team</h1>
<!-- <h2 class="heading-2">Directors</h2> -->
<!-- <p class="subtitle">They help develop all of WEHack</p> -->
<div class="container-center">
<div class="row">
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/medha-aiyah/" target="_blank"><img src="/images/team/m-aiyah.png"/>
<div class="details"><span class="title">Medha Aiyah</span><span class="info">Founder</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/alisa--thomas/" target="_blank"><img src="/images/team/a-thomas.png"/>
<div class="details"><span class="title">Alisa Thomas</span><span class="info">Founder</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/swarita-kelwada-2278a4172/" target="_blank"><img src="/images/team/swarita-kelwada-director.jpg"/>
<div class="details"><span class="title">Swarita Kelwada</span><span class="info">Director</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/abigailthomas2020/" target="_blank"><img src="/images/team/abigail-thomas-industry.jpg"/>
<div class="details"><span class="title">Abigail Thomas</span><span class="info">Industry Director</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/anjali-massand/" target="_blank"><img src="/images/team/anjali-massand-dev.jpg"/>
<div class="details"><span class="title">Anjali Massand</span><span class="info">Development Director</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/audrey-pauletti/" target="_blank"><img src="/images/team/audrey-pauletti-logistics.jpg"/>
<div class="details"><span class="title">Audrey Pauletti</span><span class="info">Logistics Director</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/devineeamin/"target="_blank"><img src="/images/team/devinee-amin-marketing.jpg"/>
<div class="details"><span class="title">Devinee Amin</span><span class="info">Marketing Director</span></div></a>
</div>
</div>
<div class="team-member">
<div class="tiles mx-auto rounded"><a class="tile" href="https://www.linkedin.com/in/mansi-patel1/"target="_blank"><img src="/images/team/mansi-patel-experience.jpg"/>
<div class="details"><span class="title">Mansi Patel</span><span class="info">Experience Director</span></div></a>
</div>
</div>
<div class="group-photo">
<div class="team-img">
<img src="/images/team/team-2023.jpg"/>
</div>
<div class="hover-img">
<img src="/images/team/team-2023-heart.jpg"/>
</div>
</div>
</div>
</div>
</div>
<div>
<!--Countdown-->
<script src="https://cdn.logwork.com/widget/countdown.js"></script>
<a href="https://logwork.com/countdown-xfb7" class="countdown-timer" data-width="600" data-timezone="America/Chicago" data-textcolor="#d24a32" data-date="2023-02-11 09:30" data-background="#fff2ce" data-digitscolor="#e0a269" data-unitscolor="#d24a32">Time Remaining:</a>
<br><br><br><br><br>
</div>
</section>
<br />
<!--<section class="contact" id="contact">-->
<footer id="footer">
<div class="grid">
<div></div>
<!--<div>
Countdown
<script src="https://cdn.logwork.com/widget/countdown.js"></script>
<a href="https://logwork.com/countdown-swx8" class="countdown-timer" data-width="500" data-timezone="America/Chicago" data-textcolor="#ffffff" data-date="2022-04-02 00:00" data-unitscolor="#ffffff">WEHack Countdown</a>
</div>
<div style="text-align: left;">
Sponsorship/Partnership packet (need to replace href value)
<a
class="text"
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
target="_blank"
><p>Sponsorship/Partnership Packet</p>
</a>
</div>
<div></div> -->
<div class = "Conduct">
<a
class="text"
href="https://coda.io/@wehack-utd/wehack-2023-registration/wehack-2023-terms-conditions-2"
target="_blank">
<h3> <span style="color:#fff2ce"> WEHack Terms & Conditions </span></h3>
</a>
<a
class="text"
href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
target="_blank"
> <h3> <span style="color:#fff2ce"> MLH Code of Conduct </span></h3>
</a>
<div>
<!--Social Media-->
<a style="text-decoration: none;" href="mailto:wehackutd@gmail.com">
<img src="/images/gmail.png" alt="gmail" width="40" height="40">
</a>
<a style="text-decoration: none;" href="https://www.instagram.com/wehackutd/">
<img src="/images/instagram.png" alt="instagram" width="40" height="40">
</a>
<a style="text-decoration: none;" href="https://twitter.com/wehackutd">
<img src="/images/twitter-icon.png" alt="twitter" width="40" height="40">
</a>
<a style="text-decoration: none;" href="https://www.facebook.com/WEHackUTD/">
<img src="/images/facebook.png" alt="facebook" width="40" height="40">
</a>
<a style="text-decoration: none;" href="https://www.linkedin.com/company/wehackutd-2020/">
<img src="/images/LINKEDIN.png" alt="linkedin" width="40" height="40">
</a>
</div>
<div class = "copyright">
<p>Designed by <strong>WEHack</strong><br> Copyright © 2022-2023 </p>
</div>
</div>
</footer>
</div>
<!--</section>-
<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>
-->
</body>
</html>