-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·419 lines (369 loc) · 17.8 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
<!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/metrohackslogo.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="#about">
About
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#events">
Events
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">
Sponsors
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:sponsor@metrohacks.org">
Become a Sponsor
</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</h2>
<p class="head-subtitle">A technology education non profit empowering young people in the Boston Area and Beyond!</p>
<br>
<div class="header-button">
<a href="#events" class="btn btn-border nav-link">Find a Local Hacathon</i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
</header>
<section id="about">
<!-- About Section start -->
<div class="about-area 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;">Who are we?</h2>
</div>
<div class="row">
<div class="col-lg-6 col-md-12 col-xs-12 wow fadeInRight" data-wow-delay="0.3s">
<video id="myVideo" width="100%" controls autoplay loop="true" style="margin-top: 1em;">
<source src="assets/img/MetroHacks Promo.mp4">
Your browser does not support video</video>
<script src="assets/js/video.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vissense/0.9.0/vissense.js"></script>
</div>
<div class="col-lg-6 col-md-12 col-xs-12 info">
<div class="about-wrapper wow fadeInLeft" data-wow-delay="0.3s">
<div>
<div class="content" style="margin-top:-0.3em">
<p>
We are a technology education non-profit organization empowering young people in the Boston area and beyond,
hosting the largest high-school hackathon (or coding competition and education event) in the New England area!
Our mission is to provide resources that enable the high schoolers of today to become the innovators of tomorrow.
<div class="header-button">
<a href="team.html" class="btn btn-border">Meet the Team</i></a>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Section End -->
<!--VIDEO-->
<section id="events" 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">Events</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/online.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>MetroHacks EmpowHer</h2>
<h3>Online Competition</h3>
</div>
<div class="content">
<p class="description">We are hosting a year-long competition for women, featuring workshop courses, empowering mentors, awards, and much more!<br><br><br><br></p>
<div class="header-button">
<a href="https://metrohacks.org/empowher" target="" class="btn btn-border">Participate!</a>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/hartford.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>MetroHacks Women</h2>
<h3>Hartford, CT</h3>
</div>
<div class="content">
<p class="description">Every year, we host the largest 12 hour hackathon for women in the Hartford area, featuring an inspiring speaker lineup, empowering workshops, fun prizes, and much more!<br><br><br><br></p>
<!--<div class="header-button">
<a href="hartford.html" target="_blank" class="btn btn-border">Learn More</i></a>
</div>-->
</div>
</div>
</div>
<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/boston.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>MetroHacks 24 Hours</h2>
<h3>Cambridge, MA</h3>
</div>
<div class="content">
<p class="description">Over 300+ high schoolers have attended our flagship hackathon in which for 24 hours, teens from all over the United States gather to innovate, collaborate, and code the solutions of tomorrow! Whether it's engaging workshops, exciting prizes, or good food, MetroHacks has something for everyone!</p>
<!--<div class="header-button">
<a href="https://metrohacks.org/24Hour/" target="_blank" class="btn btn-border">Learn More</i></a>
</div>-->
</div>
</div>
</div>
</div>
<!--<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/atlanta.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>MetroHacks Women</h2>
<h3>Atlanta, GA</h3>
</div>
<div class="content">
<p class="description">Every year, we host the largest 12 hour hackathon for women in the Atlanta area, featuring an inspiring speaker lineup, empowering workshops, fun prizes, and much more!<br><br><br><br></p>
<div class="header-button">
<a href="https://metrohacks.org/Women/atlanta.html" target="_blank" class="btn btn-border">Learn More</i></a>
</div>
</div>
</div>
</div>-->
<!--<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/dc.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>MetroHacks Women</h2>
<h3>Washington D.C.</h3>
</div>
<div class="content">
<p class="description">Every year, we host the largest 12 hour hackathon for women in the Washington D.C. area, featuring an inspiring speaker lineup, empowering workshops, fun prizes, and much more!<br><br><br><br></p>
<div class="header-button">
<a href="https://metrohacks.org/Women/dc.html" target="_blank" class="btn btn-border">Learn More</i></a>
</div>
</div>
</div>
</div>-->
<!--<div class="item">
<div class="testimonial-item">
<div class="img-thumb">
<img src="assets/img/nyc.png" alt="" style="width: 170px;">
</div>
<div class="info">
<h2>MetroHacks Women</h2>
<h3>NYC, New York</h3>
</div>
<div class="content">
<p class="description">Every year, we host the largest 12 hour hackathon for women in the NYC area, featuring an inspiring speaker lineup, empowering workshops, fun prizes, and much more!<br><br><br><br></p>
<div class="header-button">
<a href="nyc.html" target="_blank" class="btn btn-border">Learn More</i></a>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
</section>
<section id = "sponsors" class="sponsors">
<div class="container text-center">
<h1>Previous Sponsors</h1>
<p class="caption">Interested in reaching out to the young hacker community? <br>
Email <a href="mailto:sponsor@metrohacks.org">sponsor@metrohacks.org</a>, and view sponsor info
<a href="assets/files/sponsorprospectus.pdf">here</a>.</p>
<br>
<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://www.staples.com/"><img class="" src="assets/img/sponsor-logos/Staples.png" title="UMD SGA"></a>
</div>
</div>
<div class="col-md-6">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://careers.microsoft.com/us/en"><img class="gray" src="assets/img/sponsor-logos/Microsoft.png" title="CMNS"></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-4">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.janestreet.com"><img class="sponsors-img gray" src="assets/img/sponsor-logos/janestreet.png" title="Jane Street"></a>
</div>
</div>
<div class="col-md-4">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.ncwit.org"><img class="sponsors-img" src="assets/img/sponsor-logos/ncwit.png" title="NCWIT AspireIT"></a>
</div>
</div>
<div class="col-md-2">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.target.com"><img class="sponsors-img" src="assets/img/sponsor-logos/target.png" title="Target"></a>
</div>
</div>
<div class="col-md-5">
<div class="sponsor sponsor-img">
<a target="_blank" href="https://www.willistowerswatson.com"><img class="sponsors-img" src="assets/img/sponsor-logos/WTW.png" title="Willis Towers Watson"></a>
</div>
</div>
<div class="col-md-3">
<div class="sponsor sponsor-img">
<a target="_blank" href="http://wolframalpha.com"><img class="sponsors-img" src="assets/img/sponsor-logos/wolfram.svg" title="Wolfram Alpha"></a>
</div>
</div>
</div>
</div>
<br>
<a href="mailto:sponsor@metrohacks.org" class="btn btn-border video-popup">Sponsor MetroHacks</i></a>
</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 2021 • 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>