forked from jacobjinkelly/Glenforest-STEM-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
376 lines (344 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="img/icon.png">
<link rel="icon" type="image/x-icon" href="img/icon.ico">
<script type="text/javascript" src="http://www.google.com/jsapi" ></script>
<script async type="text/javascript">google.load("jquery", "1.3.2");</script>
<script async type="text/javascript" src="core.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<meta name="title" content="Glenforest STEM">
<meta name="description"
content="Glenforest STEM organizes STEM Conferences
and other events to encourage and expose students to the
educational and career pathways in the STEM fields.">
<meta name="author" content="Jacob Kelly">
<meta charset="utf-8">
<title>Glenforest STEM</title>
</head>
<body>
<a name="home" class="anchor"></a>
<!--NAV BAR-->
<div id="nav">
<div id="left">
<div id="logo">
<a href="#home" id="Home"><img src="img/logo.svg"></a>
</div>
</div>
<div id="right">
<div class="item">
<a href="#about" id="About">About</a>
</div>
<div class="item">
<a href="#conference" id="Conference">Conferences</a>
</div>
<div class="item">
<a href="#sponsor" id="Sponsor">Sponsors</a>
</div>
<div class="item">
<a href="#contact" id="Contact">Contact</a>
</div>
<div class="item">
<a href="events.html" id="Events">Events</a>
</div>
<div class="item">
<a href="announcements.html" id="Announcements">Announcements</a>
</div>
<div class="item">
<a href="contests.html" id="Contests">Contests</a>
</div>
</div>
</div>
<!--HOME SECTION-->
<div class="section home" id="top">
<!--#title for JS to find position of title and add .scrolled to nav bar-->
<div id="title" style="line-height:100%;">
<h1 style="font-size:7em;">
Glenforest STEM</h1>
<div class="separator ucolored" style="width:300px"></div>
<p style="font-size:2.5em;">Canadian Youth STEM Conference</p>
<p style="font-size:1.5em;">May 25, 2017 | Pearson Convention Center</p>
</div>
<a class="registerButton" href="https://youthconference2017.eventbrite.ca" target="_blank">
<div>
<p>Waiting List</p>
</div>
</a>
<div>
<a href="#about"><div id="arrow"></div></a>
</div>
</div>
<noscript id="deferred-styles">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:700,500">
<link rel="stylesheet" type="text/css" href="https://afeld.github.io/emoji-css/emoji.css">
</noscript>
<script>
var loadDeferredStyles = function() {
var addStylesNode = document.getElementById("deferred-styles");
var replacement = document.createElement("div");
replacement.innerHTML = addStylesNode.textContent;
document.body.appendChild(replacement)
addStylesNode.parentElement.removeChild(addStylesNode);
};
var raf = requestAnimationFrame || mozRequestAnimationFrame ||
webkitRequestAnimationFrame || msRequestAnimationFrame;
if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); });
else window.addEventListener('load', loadDeferredStyles);
</script>
<!--ABOUT SECTION-->
<div class="section white">
<a name="about" class="anchor" id="ABOUT"></a>
<div>
<h1 class="fadeIn">About</h1>
<div class="separator uwhite fadeIn" style="width:200px"></div>
<p class="fadeIn">Glenforest STEM organizes <a href="#conference">STEM Conferences</a>
and other <a href="events.html">events</a> to encourage and expose students to the
educational and career pathways in the STEM fields. <a href="img/newsletter.pdf"
target="_blank">Read our newsletter</a> detailing Glenforest STEM's various
activities. Learn more about the upcoming <a href="#conference">Canadian
Youth STEM Conference</a> on May 25, 2017 at the Pearson Convention Centre.
<br><br>
STEM Conference 2017 Tickets are now all sold out!
</p>
<a class="fadeIn registerButton" href="https://youthconference2017.eventbrite.ca" target="_blank">
<div>
<p>Waiting List</p>
</div>
</a>
<h1 class="fadeIn">Meet the team</h1>
<div class="separator uwhite fadeIn" style="width:250px;"></div>
<p class="fadeIn">Glenforest STEM is a group of passionate
students from Glenforest Secondary School in the
International Baccalaureate, Enhanced, and Academic
streams. The team consists of a Core 5 Executive along
with Directors and their Associates.
</p>
</div>
<div id="execContainer">
<div class="exec" id="p1">
<div class="execPic">
<img src="img/jane.jpg" alt="Jane Jomy">
</div>
<p>Jane Jomy</p>
<p>Co-President</p>
</div>
<div class="exec" id="p2">
<div class="execPic">
<img src="img/twinkle.jpg" alt="Twinkle Mehta">
</div>
<p>Twinkle Mehta</p>
<p>Co-President</p>
</div>
<div class="exec" id="p3">
<div class="execPic">
<img src="img/marah.jpg" alt="Marah Abdelkader">
</div>
<p>Marah Abdelkader</p>
<p>Vice-President</p>
</div>
<div class="exec" id="p4">
<div class="execPic">
<img src="img/simone.jpg" alt="Simone Aria">
</div>
<p>Simone Aria</p>
<p>Vice-President</p>
</div>
<div class="exec" id="p5">
<div class="execPic">
<img src="img/gabriel.jpg" alt="Gabriel Yeung">
</div>
<p>Gabriel Yeung</p>
<p>Vice-President</p>
</div>
</div>
<div>
<h2 class="fadeIn" style="color:#6C7A89;">STEM Executive Team</h2>
<div class="separator uwhite fadeIn" style="width:200px"></div>
<p class="fadeIn">Directors and Core 5</p>
</div>
<div class="fadeIn" id="directors">
<img src="img/team.jpg" alt="Directors">
</div>
</div>
<!--CONFERENCE SECTION-->
<div class="section colored">
<a name="conference" class="anchor" id="CONFERENCE"></a>
<div>
<h1 class="fadeIn">Canadian Youth STEM Conference 2017</h1>
<div class="separator ucolored fadeIn" style="width:300px"></div>
<p class="fadeIn" style="font-size:2em;">May 25, 2017 | Pearson Convention Center</p>
<a class="fadeIn registerButton" href="https://youthconference2017.eventbrite.ca" target="_blank">
<div>
<p>Waiting List</p>
</div>
</a>
<p class="fadeIn">Learn more about our upcoming conference through our
<a href="img/info.pdf" target="_blank">Information Pamphlet</a> and stay up to date through
the <a href="announcements.html">Announcements</a> page.
</p>
<p class="fadeIn">
Glenforest STEM is seeking sponsorship, hands-on STEM workshop
facilitators and STEM speakers for the conference. Please contact us at
[email protected] if you and/or your organization is able to support
the conference.
</p>
<h1 class="fadeIn">Schedule</h1>
<table class="fadeIn">
<tr>
<th>7:30 am - 8:45 am</th>
<th>Check-In</th>
</tr>
<tr>
<th>9:00 am - 9:45 am</th>
<th>Opening and Keynote Presentations</th>
</tr>
<tr>
<th>9:45 am - 10:00 am</th>
<th>Transition</th>
</tr>
<tr>
<th>10:00 am - 11:00 am</th>
<th>Session 1 – Speakers/Workshops/Soft Skills/Speed Mentoring/Booths</th>
</tr>
<tr>
<th>11:00 am - 11:15 am</th>
<th>Transition</th>
</tr>
<tr>
<th>11:15 am - 12:15 pm</th>
<th>Session 2 Speakers/Workshops/Soft Skills/Speed Mentoring/Booths</th>
</tr>
<tr>
<th>12:15 pm - 12:30 pm</th>
<th>Transition</th>
</tr>
<tr>
<th>12:30 pm - 1:00 pm</th>
<th>Lunch</th>
</tr>
<tr>
<th>1:00 pm - 1:15 pm</th>
<th>Transition</th>
</tr>
<tr>
<th>1:15 pm - 2:15 pm</th>
<th>Session 3 Speakers/Workshops/Soft Skills/Speed Mentoring/Booths</th>
</tr>
<tr>
<th>2:15 pm - 2:30 pm</th>
<th>Transition</th>
</tr>
<tr>
<th>2:30 pm - 3:30 pm</th>
<th>Session 4 Speakers/Workshops/Soft Skills/Speed Mentoring/Booths</th>
</tr>
<tr>
<th>3:30 pm - 3:45 pm</th>
<th>Transition</th>
</tr>
<tr>
<th>3:45 pm - 4:00 pm</th>
<th>Closing Session</th>
</tr>
</table>
<!--TIMETABLE EXPLANATION-->
<h2 class="fadeIn">Speakers Forum</h2>
<p class="fadeIn">
Glenforest STEM will host a variety of inspirational speakers from the fields of STEM to inspire and motivate delegates into pursuing their STEM profession.
</p>
<h2 class="fadeIn">Workshops</h2>
<p class="fadeIn">
A set of hands-on activities hosted by Ontario universities and industry leading companies along with our Glenforest Robotics Team which will challenge students to work cooperatively to create a creative solution/product.
</p>
<h2 class="fadeIn">Soft Skills Development</h2>
<p class="fadeIn">
Activities that will allow participants to initiate development of transferable skills that are highly desirable in the workplace.
</p>
<h2 class="fadeIn">Speed Mentoring</h2>
<p class="fadeIn">
A short one on one mentoring session in which students are given the opportunity to ask questions and interact with a range of highly qualified STEM field professionals.
</p>
<h2 class="fadeIn">STEM Exhibitor Booths</h2>
<p class="fadeIn">
The various exhibitor booths will allow students to learn about various STEM organizations and the various STEM educational and/or careers opportunities available.
</p>
<p class="fadeIn">
<br>
Stay tuned for more information and follow us on
<a href="https://www.facebook.com/stemitup/" target="_blank">Facebook</a> and
<a href="https://twitter.com/gfss_STEM" target="_blank">Twitter</a>.
</p>
</div>
</div>
<div class="section white">
<a name="conference2" class="anchor" id="CONFERENCE2"></a>
<div id="conferenceText">
<h1 class="fadeIn">Xperience STEM Conference 2015</h1>
<div class="fadeIn confItem">
<div class="confText left">
<p>In November 2015, we hosted our first ever conference,
named the Xperience STEM Conference 2015.
</p>
</div>
<div class="confImage right">
<img src="img/aud.jpg" alt="Auditorium">
</div>
</div>
<div class="fadeIn confItem">
<div class="confImage left">
<img src="img/panel.jpg" alt="Panel">
</div>
<div class="confText right">
<p>We hosted 50 speakers and 20 workshops for over 1800 delegates,
showcasing them the various careers in the STEM Fields.
</p>
</div>
</div>
<div class="fadeIn confItem">
<div class="confText left">
<p>Our Xperience STEM Conference was Canada's largest student-run
conference, a huge success. We thank our sponsors and supporters
for the wonderful opportunity.</p>
</div>
<div class="confImage right">
<img src="img/booths.jpg" alt="Booths">
</div>
</div>
</div>
</div>
<!--SPONSOR SECTION-->
<div class="section colored">
<a name="sponsor" class="anchor" id="SPONSOR"></a>
<div>
<h1 class="fadeIn">Sponsors</h1>
<p class="fadeIn">For inquiries about sponsorship for our upcoming 2017 Conference, contact [email protected]</p>
</div>
<a class="fadeIn registerButton" href="https://youthconference2017.eventbrite.ca" target="_blank">
<div>
<p>Waiting List</p>
</div>
</a>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/sponsors.jpg" alt="Sponsors">
</div>
</div>
</div>
<!--CONTACT SECTION-->
<div class="section white">
<a name="contact" class="anchor" id="CONTACT"></a>
<div>
<h1 class="fadeIn">Contact</h1>
<p class="fadeIn">If you have any questions, please email us at [email protected].<br/>
Follow us on <a href="https://www.facebook.com/stemitup/" target="_blank">Facebook</a> and <a href="https://twitter.com/gfss_STEM" target="_blank">Twitter</a> for more information.</p>
</div>
</div>
<!--FOOTER-->
<div class="section colored">
<div>
<p>Made with <i class="em em-heart"></i> by the STEM Team</p>
<p style="font-size:0.75em;">Developed by Jacob Kelly</p>
</div>
</div>
</body>
</html>