-
Notifications
You must be signed in to change notification settings - Fork 0
/
competition.html
359 lines (315 loc) · 13.4 KB
/
competition.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>MetroHacks EmpowHer</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="empowher-assets/styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="empowher-assets/img/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="empowher-assets/img/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="empowher-assets/img/favicon_io/favicon-16x16.png">
<link rel="manifest" href="empowher-assets/img/favicon_io/site.webmanifest">
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link href="empowher-assets/fontawesome/css/all.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-186702413-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-186702413-1');
</script>
</head>
<body>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid" id = "announcement-nav">
<div class = "col-md-9 col-sm-12 col-xs-12">
<span class="navbar-text" id = "announcement">
<i class="fas fa-bullhorn announcement"></i> Register for EmpowHer, a free computer science competition for HS girls. Win thousands of dollars in scholarship money!
</span>
</div>
<div class = "col-md-3 col-sm-12 col-xs-12 register">
<a class = "announcement-button" target = "_blank" href="https://metrohacks-empowher-participant-portal.github.io">REGISTER</a>
</div>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-dark navbar-fixed-top primary-color">
<a class="navbar-brand" href="index.html"><img src = "empowher-assets/img/logo.png"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav"
aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="basicExampleNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link center" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link center" href="about.html">ABOUT</a>
</li>
<li class="nav-item active">
<a class="nav-link center" href="#">COMPETITION</a>
<span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link center" href="submission.html">SUBMISSION</a>
</li>
<li class="nav-item">
<a class="nav-link center" href="workshops.html">WORKSHOPS</a>
</li>
<li class="nav-item">
<a class="nav-link center" href="winners.html">WINNERS</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class = "row">
<div class = "col-md-8 col-sm-12 col-xs-12 competition-header">
<h1 class = "header">Competition Details</h1>
</div>
</div>
</div>
<div class = "container">
<div class = "row">
<div class = "col-md-5 col-sm-12 col-xs-12">
<h3 id = "blue">What is EmpowHer?</h3>
<p>EmpowHer is a year-long competition for high school girls to create a STEM project that benefits their community! Teams can submit their projects for consideration for our national awards in June 2022!</p>
</div>
<div class = "col-md-7">
<img class = "girls-tech" src = "empowher-assets/img/girls-tech.png"/>
</div>
</div>
</div>
<div class = "container">
<div class = "row center">
<div class = "col-md-12 col-sm-12 col-xs-12">
<h3 class = "center participate-title" id = "aqua">OPENING CEREMONY</h3>
</div>
<div class = "col-md-12 col-sm-12 video-container videos">
<iframe class = "recordings center" src="https://www.youtube.com/embed/R8MoDdYNxLA" allowfullscreen></iframe>
</div>
</div>
</div>
<div class = "container">
<div class = "row">
<div class = "col-md-7">
<img class = "girls-tech" src = "empowher-assets/img/girls-tech-2.png"/>
</div>
<div class = "col-md-5 col-sm-12 col-xs-12">
<h3 id = "dark-pink" class = "participate-title">How to Participate?</h3>
<div class = "step-1">
<img class = "step-img" src = "empowher-assets/img/step-1.png"/>
<p class = "right-padding">Register for EmpowHer</p>
</div>
<div class = "step-1">
<img class = "step-img" src = "empowher-assets/img/step-2.png"/>
<p class = "right-padding">Create an innovative solution to a problem in your community</p>
</div>
<div class = "step-1">
<img class = "step-img" src = "empowher-assets/img/step-3.png"/>
<p class = "right-padding">Submit your team’s project for consideration to our national competition</p>
</div>
</div>
</div>
</div>
<div class = "container">
<div class = "row">
<div class = "col-md-5 col-sm-12 col-xs-12">
<h3 id = "aqua">Creating a Project</h3>
</div>
<div class = "step-1">
<img class = "stage-img" src = "empowher-assets/img/stage-1.png"/>
<div class = "right-padding">
<p id = "aqua" class = "stage-header">Select Problem Domain</p>
<p>Choose a problem to tackle that impacts regional communities or societies across the globe.</p>
</div>
</div>
<div class = "step-1">
<img class = "stage-img" src = "empowher-assets/img/stage-2.png"/>
<div class = "right-padding">
<p id = "blue" class = "stage-header">Background Research and Ideation</p>
<p>Understand gaps in current solutions that attempt to address the problem and utilize this information to guide your idea development process.</p>
</div>
</div>
<div class = "step-1">
<img class = "stage-img" src = "empowher-assets/img/stage-3.png"/>
<div class = "right-padding">
<p id = "dark-pink" class = "stage-header">Develop Prototype</p>
<p>Create a hardware or software solution to a problem that impacts your community. Work as a team to iterate on your initial blueprint to build a viable prototype.</p>
</div>
</div>
<div class = "step-1">
<img class = "stage-img" src = "empowher-assets/img/stage-4.png"/>
<div class = "right-padding">
<p id = "green" class = "stage-header">Share Project with Community</p>
<p>Share your prototypes with target users to obtain feedback and improve your solution throughout the year. User traction in the community will be taken into consideration during judging.</p>
</div>
</div>
<div class = "step-1">
<img class = "stage-img" src = "empowher-assets/img/stage-5.png"/>
<div class = "right-padding">
<p id = "purple" class = "stage-header">Submit Project</p>
<p>Submit a profile of your innovation to the EmpowHer national judging panel. Our submission guidelines are below.</p>
</div>
</div>
</div>
</div>
</div>
<div class = "container">
<div class = "row">
<div class = "mission center col-md-12 col-sm-12 col-xs-12">
<h3 id = "white">Our Submission Details</h3>
<div class="content spacing-submission">
<a class = "submission-button" href="submission.html">Submission Details</a>
</div>
</div>
</div>
</div>
<div class = "container">
<div class = "row">
<div class = "col-md-5 col-sm-12 col-xs-12">
<h3 id = "blue">Timeline</h3>
</div>
<div class = "row">
<div class = "col-md-5 col-sm-12 col-xs-12">
<img class = "calendar" src = "empowher-assets/img/timeline.png"/>
</div>
<div class = "col-md-1"></div>
<div class = "col-md-6">
<div class = "step-1">
<img class = "timeline-img" src = "empowher-assets/img/clock.svg"/>
<div class = "right-padding">
<p>Submission Deadline • June 20, 2022</p>
</div>
</div>
<div class = "step-1">
<img class = "timeline-img" src = "empowher-assets/img/clock.svg"/>
<div class = "right-padding">
<p>Finalists Announced • July 15, 2022</p>
</div>
</div>
<div class = "step-1">
<img class = "timeline-img" src = "empowher-assets/img/clock.svg"/>
<div class = "right-padding">
<p>Virtual Award Ceremony • July 31, 2022</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class = "container">
<div class = "row">
<div class = "col-md-5 col-sm-12 col-xs-12">
<h3 id = "pink">Awards</h3>
</div>
<div class = "row">
<div class = "col-md-5 col-sm-12 col-xs-12">
<img class = "calendar" src = "empowher-assets/img/award.png"/>
</div>
<div class = "col-md-1"></div>
<div class = "col-md-6">
<h3 class = "award-margin" id = "pink">National Grand Prize Winners</h3>
<div class = "step-1">
<img class = "timeline-img" src = "empowher-assets/img/step-1.png"/>
<div class = "right-padding">
<p>$5000 • Sponsored by Jane Street</p>
</div>
</div>
<div class = "step-1">
<img class = "timeline-img" src = "empowher-assets/img/step-2.png"/>
<div class = "right-padding">
<p>$3000 • Sponsored by Target</p>
</div>
</div>
<div class = "step-1">
<img class = "timeline-img" src = "empowher-assets/img/step-3.png"/>
<div class = "right-padding">
<p>$1000 • Sponsored by NCWIT</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class = "footer-top">
<div class = "container">
<div class = "row">
<div class = "col-lg-3 col-md-3 col-sm-6 col-xs-12 segment-one md-mb-30 sm-mb-30">
<img src = "empowher-assets/img/logo.png"/>
<h3>MetroHacks EmpowHer</h3>
<p>A year-long competition for high school girls to create a STEM project that benefits their community!</p>
</div>
<div class = "col-lg-3 col-md-3 col-sm-6 col-xs-12 segment-two md-mb-30 sm-mb-30">
<h3>Important Links</h3>
<ul>
<li><a href = "index.html">HOME</a></li>
<li><a href = "about.html">ABOUT</a></li>
<li><a href = "#">COMPETITION</a></li>
<li><a href="workshops.html" >WORKSHOPS</a></li>
<li><a href = "winners.html">WINNERS</a></li>
<li><a href = "empowher-assets/files/submission-guidelines.pdf">SUBMISSION GUIDELINES</a></li>
</ul>
</div>
<div class = "col-lg-3 col-md-3 col-sm-6 col-xs-12 segment-three md-mb-30 sm-mb-30">
<h3>Follow Us</h3>
<p>Please follow us on our socials to keep updated!</p>
<a href="https://www.facebook.com/MetroHacks/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/teammetrohacks/" target="_blank">
<i class = "fab fa-instagram"></i>
</a>
<a href="https://twitter.com/MetroHacks" target="_blank">
<i class = "fab fa-twitter"></i>
</a>
<a href="https://medium.com/@MetroHacks" target="_blank">
<i class="fab fa-medium"></i>
</a>
<a href="https://www.linkedin.com/company/7603099" target="_blank">
<i class = "fab fa-linkedin"></i>
</a>
<a href="mailto:info@metrohacks.org">
<i class="fas fa-at"></i>
</a>
</div>
<div class = "col-lg-3 col-md-3 col-sm-6 col-xs-12 segment-four md-mb-30 sm-mb-30">
<h3>Our Newsletter</h3>
<p>Please sign up on our newsletter to get info for our latest competitions!</p>
<div class="input-group">
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://metrohacks.us12.list-manage.com/subscribe/post?u=70868a220aae369c6d345246a&id=38fe2c6f18" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input class = "email-txtbox" placeholder="Email" type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_70868a220aae369c6d345246a_38fe2c6f18" tabindex="-1" value=""></div>
<div class="clear"><input class = "submit-btn" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<p class = "footer-bottom-text">© MetroHacks 2022 • Made with ♥ in Boston</p>
</footer>
</body>
</html>