-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·448 lines (360 loc) · 19.7 KB
/
index.html
File metadata and controls
executable file
·448 lines (360 loc) · 19.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name='language' content='en'>
<meta name="title" content="HackHERS 2019">
<meta name="description" content="HackHERS 2019 - The women-centric hackathon at Rutgers University">
<meta name="keywords" content="HackHERS, hackathon, women, tech, Rutgers, Douglass Project, Rutgers WiCS">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<meta property="og:site_name" content="HackHERS 2019">
<meta property="og:title" content="HackHERS 2019">
<meta property="og:image" content="https://github.com/ruhackhers/ruhackhers-2017/blob/gh-pages/assets/hackhers/og.png?raw=true">
<meta property="og:description" content="HackHERS, the annual women-centric hackathon at Rutgers University, is back. Explore the depths of technology with us. February 16-17, 2019.">
<meta property="og:url" content="http://ruhackhers.github.io/ruhackhers-2019/index.html">
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/hackhers2019.js"></script>
<script src="js/joinus.js"></script>
<link rel="icon" href="assets/hackhers/hackhers_2017_avi.png">
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/hackhers2019.css">
<title>HackHERS 2019</title>
</head>
<body>
<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/seasons/na-2019/events?utm_source=na-2019&utm_medium=TrustBadge&utm_campaign=na-2019&utm_content=blue" target="_blank"><img src="./assets/mlh/mlh-trust-badge-2019-blue.svg" style="width:100%"></a>
<!--navbar markup-->
<nav class="navbar navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav" id="navbar-left">
<li><a href="#about">About</a></li>
<li><a href="#get-involved">Join Us</a></li>
<li><a href="#schedule">Schedule</a></li>
</ul>
<!--<img src="img/logo-nav.png" id="nav-shell">-->
<ul class="nav navbar-nav" id="navbar-right">
<li><a href="#faq">Faq</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#team">Team</a></li>
</ul>
</div>
</div>
</nav>
<!--end navbar markup-->
<section id="hero">
<img src="img/Logo.svg" id="diano-2019">
<div id="hero-text">
<h3> The women-centric hackathon @ Rutgers </h3>
<h2> February 16-17, 2019 // Cook Student Center // New Brunswick, NJ</h2>
</div>
<div class="row">
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/ruhackhers/" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://twitter.com/ruhackhers" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://instagram.com/ruhackhers" target="_blank" class="btn-social btn-outline"><i class="fa fa-fw fa-instagram"></i></a>
</li>
<li>
<a href="https://medium.com/@ruhackhers" target="_blank" class="btn-social btn-outline"><i class="fa fa-medium"></i></a>
</li>
</ul>
</div>
<br><br>
</section>
<section id="about">
<div id="about-text">
<h1>ABOUT</h1>
<div class="row">
<div class="col-md-6">
<p><br>
<span style="font-size: 15px">
At the fifth iteration of HackHERS, the annual, women-centric hackathon at Rutgers University, over 400 students from colleges
throughout the U.S. will come together for 24 hours to turn their ideas into reality. HackHERS is organized by <a href="http://ruwics.github.io"
target="_blank">Rutgers Women in Computer Science</a>, in collaboration with the <a href="https://douglass.rutgers.edu/women-stem/douglass-project" target="
_blank">Douglass Project for Women in STEM</a>. <br><br>
Attendees will enjoy a weekend of awesome tech, food, swag, workshops, and mini-events while learning from distinguished
speakers, inspiring mentors, and peers. Students will come together and get involved in learning, planning, and developing projects–
ranging from web applications to hardware hacks–with the ultimate goal of <b>fostering growth and productivity
among women who want to code</b>. <br><br>
We want to create a space where women feel <b>empowered</b> to create with code and explore tech culture, and we invite
everyone to help us achieve that.
**We use the inclusive definition of “women” and “female” and we welcome trans women, genderqueer women, and non-binary people.
</p>
</div>
<div class="col-md-6">
<video width="600" height="400" controls>
<source src="assets/video.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<section id="get-involved">
<div class="heading">
<h1>JOIN US</h1>
</div>
<p><br>
<span style="font-size: 17px"> <br>
Get updates on everything HackHERS by signing up below!
Come build using software or hardware with other hackers! <br><br>
Sign up as a volunteer and/or mentor and help with the behind-the-scenes logistics! <br>
Volunteers are a huge helping hand and help make sure the hackathon runs smoothly. <br>
Mentors serve as a resource for hackers who may have questions about their project. <br><br>
Anyone of any gender can hack, volunteer or mentor and help make HackHERS a success! <br>
**Please note to be a volunteer or mentor, you must register as a participant. <br><br></span>
</p>
<div class="help-reg">
<a href="https://docs.google.com/forms/d/16pExfNv0_jjo7HAhPYkI-LzI0GCgYjBEMq6FJnhiMjs" target="_blank"> <div class="btn">Apply to be a Hacker</div></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdUAmWBOavk5qsAKDaxtuEwt3k_Ea4GRMVI3-r63O4kEkAq1Q/viewform" target="_blank"> <div class="btn">Sign up to be a Volunteer</div></a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdmp7EXDBqbRcBxUjESA2G9vPQxRMStnfrBfda7cUs04w4iow/viewform" target="_blank"> <div class="btn">Sign up to be a Mentor</div></a>
</div>
<br><br>
</section>
<section id="schedule">
<div class="heading">
<h1>SCHEDULE</h1>
</div>
<span style="font-size: 16px">
<h2>Saturday</h2> <br>
<li class="schedule">
<ul style="list-style-type:none;">
<li>8AM: Doors Open</li>
<li>9AM: Breakfast</li>
<li>10AM: Opening Ceremony</li>
<li>10:30AM: Hacking Begins</li>
<li>10:30AM: Team Building and Hackathon 101</li>
<li>12PM: Lunch</li>
<li>12:30PM: Wakefern Tech Talk</li>
<li>2:30PM: Fiserv Tech Talk</li>
<li>3:30PM: Exxon Mobil Tech Talk</li>
<li>4:30PM: Academic Faculty Post College Panel </li>
<li>5:30PM: Life In Corporate Panel </li>
<li>7PM: Dinner</li>
<li>8PM: Workshop: Github + APIS + Cookie Decorating</li>
<li>9PM: MLH Cup Stacking</li>
<li>10PM: Fizzbuzz Interview Prep Workshop</li>
<li>11PM: Fireside Chat: How to get an Internship + Resume Review + Sand Art</li>
<li>11:30PM: Data Structures Study Session</li>
<li>12AM: Jeopardy</li>
<li>12AM: T-Shirt Distribution</li>
<li>1AM: Late Night Snack</li>
<li>1AM: Pictionary</li>
<li>2AM: Slide Show Karaoke</li>
</ul>
</span>
<span style="font-size: 16px">
<h2>Sunday</h2> <br>
<li class="schedule">
<ul style="list-style-type:none;">
<li>8AM: Breakfast</li>
<li>9AM: Workshop: How to Submit your Hack</li>
<li>9:30AM: Deadline to Submit Hacks</li>
<li>10AM: Hacking Ends</li>
<li>11AM: Demos + Judging</li>
<li>1PM: Closing Ceremony</li>
</ul>
</span>
</section>
<section id="faq">
<h1>FAQ</h1>
<div class="row">
<div class="half-left">
<div class="faq-box">
<h4> What is a hackathon?</h4>
<p>A hackathon is an event where curious people get together to work on developing software projects in a short amount of time, usually anywhere between 24-36 hours. Participants form a team, come up with an idea, plan it, and then implement the code for it.</p>
</div>
<div class="faq-box">
<h4> What is a women-centric hackathon, and why have a women-centric hackathon?</h4>
<p>HackHERS is a hackathon geared towards women, but we are not women-exclusive. We allow people of all genders to participate because closing the gender gap in technology is an issue that everyone needs to partake in. <br><br>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. If we started including more women in tech, productivity will not only increase, but also the availability of solutions and products will increase with a diverse workforce. We want to emulate such an environment within HackHERS.</p>
</div>
<div class="faq-box">
<h4> I identify as a male—does that mean I can attend then?</h4>
<p>Yes! It is very important to us that all genders work together and build awesome projects! </p>
</div>
<div class="faq-box">
<h4> I don’t have any coding experience, can I still participate?</h4>
<p>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.</p>
</div>
<div class="faq-box">
<h4> I don’t feel comfortable going in without some experience...</h4>
<p>We understand, and we got you! Every year, we host a series of workshops about a week before HackHERS called "Pre-HackHERS", in which we cover topics such as basic web development, how to use git and github, etc. We also provide professional development workshops as well. More details about Pre-HackHERS 2019 will be released on our <a href="https://www.facebook.com/ruHackHERS/">Facebook page.</a></p>
</div>
<div class="faq-box">
<h4> How much will it cost?</h4>
<p>HackHERS is 100% FREE! That includes admission, food, swag, etc. You do not have to pay anything for anything, we just ask that you come with an open mind, put in honest effort, and have a positive attitude :)</p>
</div>
<div class="faq-box">
<h4> Where will HackHERS take place?</h4>
<p>HackHERS will take place at the Cook Student Center (formerly know as Cook Campus Center) in the Cook/Douglass campus of Rutgers University – New Brunswick. <a href="https://www.google.com/maps/place/Cook+Student+Center/@40.4790512,-74.4336283,17z/data=!3m1!4b1!4m5!3m4!1s0x89c3c66af042fa09:0x9f7b48740b93325b!8m2!3d40.4790512!4d-74.4314396">Click here for directions.</a> </p>
<p> If you are planning on driving, there will be event parking available. Non-Rutgers students may park at <a href="http://rumaps.rutgers.edu/location/lot-76">Lot 76</a>, <a href="http://rumaps.rutgers.edu/location/lot-99C">Lot 99C</a>, or <a href="http://rumaps.rutgers.edu/location/lot-99D">Lot 99D</a>. Rutgers students with registered vehicles are NOT allowed to park in these lots. Email <a href="mailto:rutgers.hackhers@gmail.com">rutgers.hackhers@gmail.com</a> to find out how to register for parking.
</div>
</div>
<div class="half-right">
<div class="faq-box">
<h4> Do I need a team?</h4>
<p>Totally up to you! You do not have to come to HackHERS with a predetermined team; however, we still do encourage team work (it is a valuable skill!) and meeting new people. If you are worried you will not have a team before the hackathon, we will be providing a team-building event the day of. <br><br> Please note though that you can only have up to four members on a team.</p>
</div>
<div class="faq-box">
<h4> Can I come if I am still in high school?</h4>
<p>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.</p>
</div>
<div class="faq-box">
<h4> What about travel/reimbursements?</h4>
<p> 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. </p><!--<p>We are still currently working on travel reimbursements, and will update accordingly when we receive more information. Unfortunately, we cannot provide any numbers or any information about potential buses at this time. <br><br> If you are planning on driving, there will be event parking available. More details on that will be released as we get closer to the event.</p>-->
</div>
<div class="faq-box">
<h4> What should I bring? </h4>
<p>We will be checking ID's, so please remember to bring your student ID and/or government-issued ID. Because this is an overnight event, you may want to bring a sleeping bag, a toothbrush, toothpaste, and a change of clothes. You should also bring a laptop, and if you have one, an extension cord. </p>
</div>
<div class="faq-box">
<h4> This looks like a cool event! Can we get involved?</h4>
<p>Absolutely! If you want to sponsor us, please email <a href="mailto:rutgers.hackhers@gmail.com"><rutgers.hackhers@gmail.com></a> and we will connect you with our sponsorship team.
</p>
</div>
<div class="faq-box">
<h4> What is with the dinosaur?</h4>
<p>Diano is our mascot, and she isn't just any dinosaur. She's a dinosaur that hacks. Why wouldn't you love a dinosaur that also hacks?</p>
</div>
<div class="faq-box">
<h4> Is there a code of conduct?</h4>
<p>Yes. As an MLH member event, we abide by and uphold the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">MLH Code of Conduct</a>. The tl;dr is to treat everyone with respect and harassment and abuse will not be tolerated under any circumstances. HackHERS is meant to be welcoming event to everyone. </p>
</div>
<div class="faq-box">
<h4> My question is not on here!</h4>
<p>Feel free to email us at <a href="mailto:rutgers.hackhers@gmail.com">rutgers.hackhers@gmail.com</a> with any further questions you may have and we will get back to you as soon as possible!</p>
</div>
</div>
</div>
</section>
<section id="sponsors">
<h1>SPONSORS</h1>
<div class="sponsors-wrapper">
<div class="sponsor-tier" id="gold">
<h3>Gold Sponsors</h3>
<a href="https://www.jpmorganchase.com/"target="_blank"><img src="img/sponsors/jpmorgan.png" id="gold-sponsors"></a>
<a href="https://www.exxonmobil.com/"target="_blank"><img src="img/sponsors/exxon.png" id="gold-sponsors"></a>
<a href="https://www.wakefern.com/"target="_blank"><img src="img/sponsors/wakefern.png" id="gold-sponsors"></a>
<a href="https://www.fiserv.com/"target="_blank"><img src="img/sponsors/fiserv.png" id="gold-sponsors"></a>
</div>
<div class="sponsor-tier" id="silver">
<h3>Silver Sponsors</h3>
<a href="http://www.lockheedmartin.com/" target="_blank"><img src="img/sponsors/lockheed.png" id="silver-sponsors"></a>
</div>
<div class="sponsor-tier" id="bronze">
<h3>Bronze Sponsors</h3>
<a href="https://www.facebook.com/careers/"target="_blank"><img src="img/sponsors/facebook.png" id="bronze-sponsors"></a>
<a href="https://www.bloomberg.com/"target="_blank"><img src="img/sponsors/bloomberg.png" id="bronze-sponsors"></a>
<br>
<a href="https://www.goldmansachs.com/"target="_blank"><img src="img/sponsors/goldman.png" id="bronze-sponsors"></a>
<a href="https://www.vanguard.com/"target="_blank"><img src="img/sponsors/vanguard.png" id="bronze-sponsors"></a><br>
<a href="https://www.icims.com/"target="_blank"><img src="img/sponsors/icims.png" id="bronze-sponsors"></a>
<a href="https://www.dotdash.com/"target="_blank"><img src="img/sponsors/dotdash.png" id="bronze-sponsors"></a>
</div>
<div class="partners">
<h3>In partnership with</h3>
<a href="https://mlh.io" target="_blank"><img src="img/sponsors/mlh-logo-white.png" id="mlh"></a>
<a href="https://douglass.rutgers.edu" target="_blank"><img src="img/sponsors/rutgers_drc_logo.png" id="drc"></a>
</div>
<div class="sponsor-tier" id="special-thanks">
<h4>Special Thanks</h4>
<a href="https://www.google.org/" target="_blank"><img src="img/sponsors/google.png"></a>
<a href="https://iwl.rutgers.edu" target="_blank"><img src="img/sponsors/iwl.png"></a>
<a href="https://www.skillflow.io/" target="_blank"><img src="img/sponsors/skillflow.png"></a>
<a href="https://www.ncwit.org/" target="_blank"><img src="img/sponsors/ncwit.png"></a>
</div>
</div>
</section>
<section id="team">
<h1>TEAM</h1>
<div class="row">
<div class="col-xs-6 col-sm-3" id="filler-1">
<li class="team-wrapper">
<div class="lead" >
</div>
</li>
</div>
<div class="col-xs-6 col-sm-3">
<li class="team-wrapper">
<div class="lead">
<img src="img/team/sonya.png">
<h4> Sonya Gande </h4>
<h6> HackHERS Lead </h6>
</div>
</li>
</div>
<div class="col-xs-6 col-sm-3">
<li class="team-wrapper">
<div class="lead">
<img src="img/team/aroshi.png">
<h4> Aroshi Rathore </h4>
<h6> HackHERS Lead & Events Lead </h6>
</div>
</li>
</div>
<div class="col-xs-6 col-sm-3" id="filler-2">
<li class="team-wrapper">
<div class="lead">
</div>
</li>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-3">
<li class="team-wrapper">
<div class="lead">
<img src="img/team/madhu.png">
<h4> Madhu Sivaraj </h4>
<h6> Experience and Budget Lead </h6>
</div>
</li>
</div>
<div class="col-xs-6 col-sm-3">
<li class="team-wrapper">
<div class="lead">
<img src="img/team/sanhitha.png">
<h4> Sanhitha Cherukupally </h4>
<h6> Marketing and Design Lead </h6>
</div>
</li>
</div>
<div class="col-xs-6 col-sm-3">
<li class="team-wrapper">
<div class="lead">
<img src="img/team/sunny.png">
<h4> Sunny Feng </h4>
<h6> Sponsorship Lead </h6>
</div>
</li>
</div>
<div class="col-xs-6 col-sm-3">
<li class="team-wrapper">
<div class="lead">
<img src="img/team/cynthia.png">
<h4> Cynthia Sanchez-Gomez</h4>
<h6> Faculty Advisor </h6>
</div>
</li>
</div>
</div>
</section>
</body>
<footer>
<br>
©HackHERS 2019 <br><br>Organized with ♥ by <a href="http://ruwics.github.io/" target="_blank"> Rutgers Women in Computer Science </a> and <a href="https://douglass.rutgers.edu/" target="_blank">The Douglass Project</a>
<br>
</div>
</footer>
</html>