-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnyc.html
545 lines (472 loc) · 21.6 KB
/
nyc.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150539625-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-150539625-1');
</script>
<!-- Required meta tags -->
<link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:image" content="assets/img/meta-image.png">
<title>MetroHacks</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Icon -->
<link rel="stylesheet" href="assets/fonts/line-icons.css">
<!-- Owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<!-- Animate -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Main Style -->
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/_pulse.less">
<link rel="stylesheet" href="assets/css/hover.css">
<!-- Responsive Style -->
<link rel="stylesheet" href="assets/css/responsive.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-parallax-js@5.0.2/dist/simpleParallax.min.js"></script>
<script src="assets/js/video.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vissense/0.9.0/vissense.js"></script>
</head>
<body>
<!-- Header Area wrapper Starts -->
<header id="header-wrap">
<!-- Navbar Start -->
<nav class="navbar navbar-expand-md bg-inverse fixed-top scrolling-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a href="index.html" class="navbar-brand"><img style="width: 100px;" src="assets/img/metrohackswomenlogo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="lni-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul style="justify-content: flex-end;" class="navbar-nav mr-auto w-100 clearfix">
<li class="nav-item">
<a class="nav-link active" href="#">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">
About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tracks">
Event Tracks
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#schedule">
Schedule
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">
FAQ
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Hero Area Start -->
<div id="hero-area" class="hero-area-bg">
<div class="container band">
<div class="row">
<div class="col-lg-7 col-md-12 col-sm-12 col-xs-12" style="top: 250px">
<div class="hero-area">
<div class="hero-content">
<!--<img src = "assets/img/metrohackslogo.png" style = "width: 150px;">-->
<h2 class="head-title">MetroHacks Women NYC</h2>
<p class="head-subtitle">January 25, 2020 | 8:00 AM - 6:00 PM</p>
<p class="head-subtitle"><i class="fas fa-map-marker-alt"></i> Microsoft Offices - 11 Times Square, NYC</p>
<br>
<div class="header-button">
<a href="https://metrohacks1.typeform.com/to/BdzBIb" class="btn btn-border nav-link">Register</i></a>
<a href="https://metrohacks1.typeform.com/to/bjAhm4" class="btn btn-border nav-link">Volunteer</i></a>
<a href="https://metrohacks1.typeform.com/to/bjAhm4" class="btn btn-border nav-link">Mentor</i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
</header>
<section id="about" class="testimonial section-padding bg-gray">
<div class="container" style="margin-top: 4em; margin-bottom: 3em;">
<div class="row">
<div class="info">
<div class="about-wrapper wow fadeInLeft" data-wow-delay="0.3s">
<div>
<div class="site-heading">
<h2 class="section-title" style="padding-top: 0px;">About MetroHacks Women III</h2>
</div>
<div class="about-wrapper wow fadeInLeft" data-wow-delay="0.3s">
<div>
<div class="content" style="margin-top:-0.3em">
<p>
This year marks MetroHacks’ third 12-hour hackathon for female students, the first Metrohacks Women event to take place in New York City.
New York City's Metrohacks Women III will be hosted by Microsoft at the company's Times Square Microsoft offices.
Metrohacks is devoted to bringing more female students into STEM fields. During the 10-hour event, students will learn about new technology in various workshops, collaborate and create projects with each other, and compete for prizes. Girls aged 13-18 can attend. The event is completely free, and meals are provided for all participants.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<section id="tracks" class="testimonial section-padding bg-green">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div>
<h2 style="text-align: center" class="section-title-white">Tracks</h2>
</div>
<div id="testimonials" class="owl-carousel wow fadeInUp" data-wow-delay="0.3s">
<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/social.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>Social</h2>
</div>
<div class="content">
<p class="description">Create a hack that leverages technology to improve the way our community, society and government function. Projects that fall into this track often aim to unite different walks of society and enable users to take civic responsibility into their own hands.<br><br></p>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/environmental.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>Environmental</h2>
</div>
<div class="content">
<p class="description">Build a project that would make Mother Nature proud. Projects on this track utilize technology, especially hardware, to combat some of the world's most rapidly growing environmental issues including global warming, pollution, and the energy crisis.<br><br></p>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/health.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>Health</h2>
</div>
<div class="content">
<p class="description">Hack a project that utilizes wearable technology for patient monitoring outside the clinic, could enable a patient to schedule a consultation with their doctor over an app, or help people live healthier lifestyles. Projects typically ensure the well being of the user, mentally, physically, or emotionally.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing section Start -->
<section id="schedule" class="section-padding bg-gray">
<div class="container">
<div class="section-header-white text-center">
<h2 class="section-title wow fadeInDown">Schedule</h2>
</div>
<div id="content-timeline">
<ul class="timeline">
<li class="event wow">
<h3>Registration</h3>
<h3></h3>
<p>8:00 AM - 9:00 AM</p>
</li>
<li class="event wow">
<h3>Opening Ceremonies</h3>
<p>9:00 AM - 10:00 AM</p>
</li>
<li class="event wow ">
<h3>Hacking Begins</h3>
<p>10:00 AM</p>
</li>
<li class="event wow ">
<h3>Optional Workshop - Demystifying Cloud Computing</h3>
<p>10:00 AM - 11:00 AM</p>
</li>
<li class="event wow ">
<h3>Optional Workshop - Artificial Intelligence and Bots</h3>
<p>11:00 AM - 12:00 AM</p>
</li>
<li class="event wow ">
<h3>Working Lunch</h3>
<p>12:30 PM</p>
</li>
<li class="event wow ">
<h3>Optional Workshop 3 - Internet Of Things (IoT)</h3>
<p>2:00 PM - 3:00 PM</p>
</li>
<li class="event wow ">
<h3>Optional Workshop 4 - Logic Apps (Managing Workflows)</h3>
<p>3:00 PM - 4:00 PM</p>
</li>
<li class="event wow ">
<h3>Judging</h3>
<p>4:30 PM - 5:30 PM</p>
</li>
<li class="event wow ">
<h3>Award Ceremony</h3>
<p>5:30 PM - 6:00 PM</p>
</li>
<li class="event wow ">
<h3>Closing Ceremony</h3>
<p>6:00 PM</p>
</li>
</ul>
</div>
</section>
<!-- Schedule Section End -->
<section id="faq" class="testimonial section-padding bg-pink">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div>
<h2 style="text-align: center" class="section-title-white">FAQ</h2>
</div>
<div class="mu-faq-content">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
<span class="fa fa-angle-down"></span> Who can come?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
Young Women, aged 13-18, can come! No experience required - if you're motivated and love tech, you're welcome at MetroHacks Women.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<span class="fa fa-angle-up"></span> How much does it cost?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
MetroHacks Women costs nothing. Registering and attending is free, and you get free food, t-shirts, prizes, swag and lessons.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
<span class="fa fa-angle-up"></span> What should I bring?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
Bring a Photo ID, laptop, charger, motivation, and great ideas! We'll take care of the rest.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
<span class="fa fa-angle-up"></span> When is it?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
January 25th, 2020
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
<span class="fa fa-angle-up"></span> Where is it?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
Microsoft Offices at 11 Times Square, New York, NY
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
<span class="fa fa-angle-up"></span> How do I form a team?
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
You'll have time to find a team when you arrive. If you already have a team, just list your teammates when you register. You may work individually or in teams of no more than 4 people.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
<span class="fa fa-angle-up"></span> What time does the event end?
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
This hackathon is a twelve-hour event starting from 8 am to 8 pm (max), but we try to end the NYC event as soon as possible little after 6:00 pm to help students with their commute back to their home easily.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEight">
<span class="fa fa-angle-up"></span> I have more questions!!
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
Hit us up at info@metrohacks.org.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<section id = "sponsors" class="sponsors">
<div class="container text-center">
<h1>Sponsors</h1>
<div class="accordion">
<h3>Co-Hosted By</h3>
</div>
<div class="panel">
<div class="row align-items-center justify-content-center">
<div class="col-md-6">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://careers.microsoft.com/us/en"><img class="sponsors-img gray" src="assets/img/sponsor-logos/Microsoft.png" title="CMNS"></a>
</div>
</div>
<div class="col-md-6">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.staples.com/"><img class="sponsors-img" src="assets/img/sponsor-logos/Staples.png" title="UMD SGA"></a>
</div>
</div>
</div>
</div>
<br>
<div class="accordion">
<h3>Sponsors</h3>
</div>
<div class="panel">
<div class="row align-items-center justify-content-center">
<div class="col-md-3">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.idtech.com/"><img class="sponsors-img" src="assets/img/sponsor-logos/iDTech.png" title="iDTech"></a>
</div>
</div>
<div class="col-md-3">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.jetblue.com/"><img class="sponsors-img" src="assets/img/sponsor-logos/jetblue.png" title="JetBlue"></a>
</div>
</div>
<br>
<div class="col-md-3">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.applecinemas.com/"><img class="sponsors-img" src="assets/img/sponsor-logos/applecinemas.png" title="Apple Cinemas"></a>
</div>
</div>
<div class="col-md-3">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.kwellerprep.com/"><img class="sponsors-img" src="assets/img/sponsor-logos/kwellerprep.png" title="Kweller Prep"></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section Start-->
<section id = "contact">
<footer id="footer">
<div class="container">
<div class="row copyright justify-content-between px-3">
<span>
© MetroHacks 2019 • Made with ♥ in Boston
</span>
<span id="footer-social-links">
<a class="fab fa-facebook social-links" href="https://www.facebook.com/MetroHacks/" target="_blank"></a>
<a class="fab fa-instagram social-links" href="https://www.instagram.com/teammetrohacks/" target="_blank"></a>
<a class="fab fa-twitter social-links" href="https://twitter.com/MetroHacks" target="_blank"></a>
<a class="fab fa-medium social-links" href="https://medium.com/@MetroHacks" target="_blank"></a>
<a class="fab fa-linkedin social-links" href="https://www.linkedin.com/company/7603099" target="_blank"></a>
<a class="fas fa-at social-links" href="mailto:info@metrohacks.org"></a>
</span>
</div>
</div>
</footer>
</section>
<!-- Footer Section End -->
<!-- Go to Top Link -->
<a href="#" class="back-to-top">
<i class="lni-arrow-up"></i>
</a>
<!-- Preloader -->
<!-- End Preloader -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/js/jquery-min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.min.js"></script>
<script src="assets/js/tooltip.js"></script>
</body>
<script src="simpleParallax.js"></script>
<script src="assets/js/parallax.js"></script>
</html>