-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
481 lines (416 loc) · 26.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
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
<!DOCTYPE html>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P8QQ2RC');</script>
<!-- End Google Tag Manager -->
<title>Impact Ideathon</title>
<!-- Styles -->
<link rel="stylesheet" href="/styles/styles.css">
<link rel="stylesheet" href="/styles/media.css">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
s">
<!-- Animate on Scroll-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/72d227a617.js" SameSite="None; Secure" crossorigin="anonymous"></script>
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<!-- load header into div with id="header" -->
<script>
$(function(){
$("#header").load("/insertables/header.html");
$("#footer").load("/insertables/footer.html");
});
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8QQ2RC"
height="0" width="0"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="header"></div>
<!-- HOME SECTION -->
<div class='container-fluid' id="home">
<div class="home" data-aos="fade-up">
<div class="title">
IMPACT IDEATHON
</div>
<div class="title-desc">
hosted by united engineers and stemchats
</div>
<div class="parent">
<p class="home-desc">
The Impact Ideathon is a competition for students ages 16-18 who will collaborate to identify the world's greatest sustainable development challenges and propose solutions that will shape our future.
</p>
</div>
<div class="email-input">
<form>
<div class="form-group">
<div class="form-row">
<label for="exampleInputEmail1">Enter your email to subscribe for future announcements and information!</label>
</div>
<div class="form-row">
<input type="email" class="form-control form-control center" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="[email protected]">
<button type="submit" class="btn btn-primary">submit</button>
</div>
</div>
</form>
</div>
</div>
<img class="clouds-img" src="images/clouds.png">
<div class="right">
<img class="hero-img" src="images/hero.png">
</div>
</div>
<!-- ABOUT SECTION -->
<div class='container-fluid' id="about">
<div class="large-box-title">
<h1 class="section-title center">ABOUT</h1>
</div>
<div class="about-container">
<div class="row">
<div class="col-lg-4">
<img class="center" src="images/globe.png">
</div>
<div class="col-lg-8 box-description" data-aos="fade-up">
<p>
By 2050, the world will need to feed 9 billion people. The number of people living in cities will triple. One third to one half of rain forests will vanish. Diseases will be deadlier than ever. The Impact Ideathon is hopefully the first of many Virtual Design Thinking Challenges hosted by United Engineers and STEMchats.
</p>
<p>
Projects can take the form of computer programs, 3D models, graphic designs, pure academic research, or any other medium which can be tested and innovated upon. Participants will use design thinking and the engineering design process to evolve their solution to something that can be implemented.
</p>
<p>
The Impact Ideathon is a competition for students ages 16-18 who will collaborate to identify the world's greatest sustainable development challenges and propose solutions that will shape our future. Throughout this Ideathon, teams will select an idea to develop, justify, and present as a solution in response to a problem.
</p>
</div>
</div>
</div>
</div>
<!-- CHANGE THE WORLD SECTION -->
<div class='container-fluid' id="change-the-world">
<img class='img-windmill windmill1' src="images/windmill2.png" alt="">
<div data-aos="fade-up">
<div class='large-box-title'>
<h1 class="section-title center">CHANGE THE WORLD</h1>
</div>
<div class="world-container">
<div class='row justify-content-center'>
<div class="col-md-4">
<div class="card">
<img class="card-img" src="images/sustainability.png" alt="Card image cap">
<div class="card-body center">
<h3 class='card-title'>sustainability</h3>
<p class="card-text">Start by identifying a global issue. Then formulate an idea that could be the solution. Test and develop your idea using a
variety of skills and knowledge on your team. End result: pitch your idea and convince the judges that it will work.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class='card-img' src="images/learner.png" alt="Card image cap">
<div class="card-body center">
<h3 class='card-title'>learner friendly</h3>
<p class="card-text">No prior experience is necessary to attend and compete. Speakers and workshops from organizations
that could be potentially useful to participants will be featured throughout a full day. </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class='card-img' src="images/remote.png" alt="Card image cap">
<div class="card-body center">
<h3 class='card-title'>remote</h3>
<p class="card-text">The competition is open to students around the world! You’ll have weeks before the event to meet and collaborate with other people via Slack.
You’ll learn and compete via Zoom. All you need is access to WiFi (and a bit of patience for technology). </p>
</div>
</div>
</div>
</div>
<div class='row'>
<div class="col-md-4">
<div class="card">
<img class='card-img' src="images/rewards.png" alt="Card image cap">
<div class="card-body center">
<h3 class='card-title'>rewards</h3>
<p class="card-text">We’ll be awarding top 3 teams based on scores from the judges. In addition, a fourth team will receive the Peoples Choice award by vote.
We’re working with social impact leaders to help us award prizes in addition to the base Amazon e-gift card prizes..</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class='card-img' src="images/community.png" alt="Card image cap">
<div class="card-body center">
<h3 class='card-title'>community</h3>
<p class="card-text">Network with other game changers who want to build a better world. Interact with professionals who want you
to succeed. We hope participants will take their projects and feedback to the next levels even after this Ideathon ends — we’ll be here to cheer you on! </p>
</div>
</div>
</div>
</div>
</div>
</div>
<img class='img-windmill windmill2' src="images/windmill2.png" alt="">
</div>
<!-- PAST TESTIMONIES SECTION -->
<div class="container-fluid" id="testimonies">
<div data-aos="fade-up">
<div class="large-box-title">
<h1 class="section-title center">PAST TESTIMONIES</h1>
</div>
<div class="slideshow-container">
<div class="slideshow">
<div class="mySlides">
<div class="quote slide col-9">
<h3>Mariana</h3>
<h5>United States</h5>
<blockquote>Impact Ideathon was recommended to me by another technology organization. I was curious about it and when I saw the United Nations Sustainable Development Goals, I was really excited. I decided to register and I was impressed that communication was organized through Slack instead of emails and texts. I was able to meet and connect with multiple smart students my age! I finally felt like I had a support group. The events were well organized and I was very inspired by the speakers’ presentations and life stories. Being my first hackathon, I had no clue where to begin but I was provided numerous resources that I was able to use to design my project. Moreover, we were provided useful workshops with extremely talented and diligent software engineers in the most elite educational institutes and companies. My first hackathon experience was amazing and I am grateful United Engineers and STEMchats were able to help me in each way possible.</blockquote>
</div>
</div>
<div class="mySlides">
<div class="quote slide col-9">
<h3>Angela</h3>
<h5>Philippines</h5>
<blockquote>From the workshops to the speakers to the competition itself, there were honestly almost no flaws in the entirety of this ideathon! All of the organizers were extremely nice and accommodating, and I could tell that the planning and execution of the event was done very meticulously. They were very encouraging and the environment they have created allowed everyone to interact freely, learn, and have fun! Even though I attended in another country, which meant all-nighters and waking up early, I would love to do it all over again!</blockquote>
</div>
</div>
<div class="mySlides">
<div class="quote slide col-9">
<h3>Anna</h3>
<h5>India</h5>
<blockquote>Coming into this Ideathon, I was rather anxious as I barely knew anything about conceptualizing projects such as these– I didn’t know how to code extensive programs, nor did I have thorough knowledge on engineering. However, through this event and its workshops, I was able to learn more about various programs, as well as valuable skills, that were able to help me and my team fully develop our idea. This Ideathon was definitely a great learning experience! I can truly say that I learned a lot, not only regarding project planning but also regarding teamwork and coordination. I would certainly participate in one again!</blockquote>
</div>
</div>
<div class="mySlides">
<div class="quote slide col-9">
<h3>Tiffany</h3>
<h5>United States</h5>
<blockquote>Impact Ideathon was an incredible networking event that gathered plenty of people with similar interests across different time zones to team up and help solve the world's problems. Meeting new people and listening to special speakers was a breath of fresh air after living under a pandemic. Developing a solution and presenting an idea built organization, creativity, and social skills. Impact Ideathon is a team-building event, a time management event, and a creative problem-solving event; it is a worthwhile experience.</blockquote>
</div>
</div>
<div class="mySlides">
<div class="quote slide col-9">
<h3>Richard</h3>
<h5>United States</h5>
<blockquote>When I joined as a participant of the virtual “Impact Ideathon,” I barely had a clue of what I would experience. Who was I going to meet there and what would the program’s schedule be like? When the event started, I was met with kind and compassionate organizers, who made the program straightforward and made me feel more comfortable being at the event, and nice team members (who would work together with me to create an impactful idea to present from scratch). The guest speakers each shared a valuable and unique part of their life experiences and the workshops proved to be fun to engage in. It also wasn’t mandatory to participate all in the speaker and workshop events, allowing some people like me to put a bit more time into the group project. If there is one/two things to take away from this program, it is that hard work/determination and building those interactive relationships pays off in the long-run.</blockquote>
</div>
</div>
<div class="center w3-container w3-section w3-large w3-text-white w3-display-bottommiddle" style="width:100%">
<div class="left-arrow" onclick="plusDivs(-1)">❮</div>
<div class="right-arrow" onclick="plusDivs(1)">❯</div>
</div>
</div>
</div>
</div>
</div>
<!-- FAQ SECTION -->
<div class='container-fluid' id="faq">
<div data-aos="fade-up">
<div class="large-box-title">
<h1 class="section-title center">FAQ</h1>
</div>
<div class="faq-container">
<div class="row">
<div class="col-md-6">
<button class="faq-question"><h2>What is an ideathon?</h2></button>
<div class="answer">
<p>An ideathon is a competition similar to hackathons and makeathons, but the goal of ideathon participants is to refine, develop, and present very unique and promising ideas. Participants in an ideathon may choose to use a variety of mediums to support and test the limits of their ideas, but judging criteria are solely based on the participants’ methodology and the quality of their ideas.</p>
</div>
<button class="faq-question"><h2>What are the benefits?</h2></button>
<div class="answer">
</div>
<button class="faq-question"><h2>I'm new to all this, how does it work?</h2></button>
<div class="answer">
</div>
</div>
<div class="col-md-6">
<button class="faq-question"><h2>Who can participate?</h2></button>
<div class="answer">
</div>
<button class="faq-question"><h2>What if I don't have a team?</h2></button>
<div class="answer">
</div>
<button class="faq-question"><h2>Is this event inclusive?</h2></button>
<div class="answer">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="faq-container">
<div class='row justify-content-center'>
<div class="col-md-6">
<div class="accordion accordion-flush" id="accordionFlushExample2">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
Accordion Item #1
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne">
<div class="accordion-body">Placeholder content for this accordion, which is intended to demonstrate the
<code>.accordion-flush</code> class. This is the first item's accordion body.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
Accordion Item #2
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo">
<div class="accordion-body">Placeholder content for this accordion, which is intended to demonstrate the
<code>.accordion-flush</code> class. This is the second item's accordion body. Let's imagine this being
filled with some actual content.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
Accordion Item #3
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree">
<div class="accordion-body">Placeholder content for this accordion, which is intended to demonstrate the
<code>.accordion-flush</code> class. This is the third item's accordion body. Nothing more exciting
happening here in terms of content, but just filling up the space to make it look, at least at first
glance, a bit more representative of how this would look in a real-world application.</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour">
Accordion Item #4
</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour">
<div class="accordion-body">Placeholder content for this accordion, which is intended to demonstrate the
<code>.accordion-flush</code> class. This is the first item's accordion body.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive">
Accordion Item #5
</button>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive">
<div class="accordion-body">Placeholder content for this accordion, which is intended to demonstrate the
<code>.accordion-flush</code> class. This is the second item's accordion body. Let's imagine this being
filled with some actual content.</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingSix">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseSix" aria-expanded="false" aria-controls="flush-collapseSix">
Accordion Item #6
</button>
</h2>
<div id="flush-collapseSix" class="accordion-collapse collapse" aria-labelledby="flush-headingSix">
<div class="accordion-body">Placeholder content for this accordion, which is intended to demonstrate the
<code>.accordion-flush</code> class. This is the third item's accordion body. Nothing more exciting
happening here in terms of content, but just filling up the space to make it look, at least at first
glance, a bit more representative of how this would look in a real-world application.</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- JUDGES SECTION -->
<div class='container-fluid' id="judges">
<div data-aos="fade-up">
<div class='large-box-title'>
<h1 class="section-title center">JUDGES</h1>
</div>
<div id="team-container">
<div class="row justify-content-center" id="team">
<!-- all team members -->
</div>
</div>
</div>
</div>
<div id="footer">
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script type="text/javascript" src="/scripts/script.js"></script>
<script type="text/javascript" src="/scripts/judges.js"></script>
<script>
let team_container = document.getElementById("team_container");
team_container.style.height = "inherit";
</script>
<script>
//Slideshow Arrows
let slideIndex = 1;
showDivs(slideIndex);
function plusDivs(n) {
showDivs(slideIndex += n);
}
function currentDiv(n) {
showDivs(slideIndex = n);
}
function showDivs(n) {
var i;
var x = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("demo");
if (n > x.length) {slideIndex = 1}
if (n < 1) {slideIndex = x.length}
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" w3-white", "");
}
x[slideIndex-1].style.display = "block";
}
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000
});
</script>
</body>
<!-- end of html -->
</html>