-
Notifications
You must be signed in to change notification settings - Fork 2
/
xplore.html
225 lines (197 loc) · 6.95 KB
/
xplore.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
<!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 src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.3.2");</script>
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="updateie.css" />
<![endif]-->
<!--[if !IE]><!-->
<script async type="text/javascript" src="core.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript" src="slide2.js"></script> <!-- Different js file because new HTML page-->
<link rel="stylesheet" type="text/css" href="events.css">
<!--<![endif]-->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:700,500">
<link rel="stylesheet" href="https://afeld.github.io/emoji-css/emoji.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 | Xplore 2018</title>
</head>
<body>
<!-- Update Internet Explorer-->
<div class="updateie">
<p>Hello there! It appears you are using a version of Internet Explorer of version 8 or lower,
of which our website is uncompatible with. Please update Internet Explorer to version 9 or
higher in order to access our site. Thank you!
</p>
</div>
<a name="home" class="anchor"></a>
<!--NAV BAR-->
<div id="nav">
<div id="left">
<div id="logo">
<a href="index.html" id="Home"><img src="img/logo.svg"></a>
</div>
</div>
<div id="right">
<div class="item">
<a href="index.html#about" id="About">About</a>
</div>
<div class="item">
<a href="index.html#contact" id="Contact">Contact</a>
</div>
<div class="item">
<a href="xplore.html" id="Xplore">Xplore Conference</a>
</div>
<div class="item">
<a href="conferences.html" id="Conference">Past Conferences</a>
</div>
<!--<div class="item">
<a href="currentevents.html" id="CurrentEvents">Current Events</a>
</div>>-->
<div class="item">
<a href="nahanirobots.html" id="NahaniRobots">Nahani Robots</a>
</div>
<div class="item">
<a href="events.html" id="Events">Events</a>
</div>
<div class="item">
<a href="stories.html" id="Stories">Stories</a>
</div>
</div>
</div>
<!--Front Banner / HOME SECTION-->
<div class="section xplore" id="top">
<!--#title for JS to find position of title and add .scrolled to nav bar-->
<div id="title">
<h1 style="font-size:8em;">Xplore STEM</h1>
<p style="font-size:2em;">2018 Conference</p>
<br>
</div>
<div>
<a href="#first"><div id="arrow"></div></a>
</div>
</div>
<!--Conference Details SECTION-->
<div class="section white">
<a name="first" class="anchor"></a>
<div id="conferenceText">
<h1 class="fadeIn" style="font-size:5em;">Xplore STEM Conference 2018</h1>
<div class="separator fadeIn" style="width:300px"></div>
<p class="fadeIn" style="font-size:2em;">November 13, 2018 | Pearson Convention Center</p>
<div class="fadeIn confItem">
<div class="confImage left">
<img src="img/xplorepic1.jpg" alt="PastConferencePic">
</div>
<div class="confText right">
<p class="fadeIn">The Xplore STEM Conference invites students to explore and develop a love for the Science, Engineering, Technology
and Math (STEM) fields. Featuring a multitude of speakers, workshops, booths and activitie, students will be exposed to the limitless opportunities
the STEM fields have to offce. The conference will take place on November 13th, 2018 at the Toronto Pearson Convention Center.
</div>
</div>
</div>
<div>
<h1 class="fadeIn">STEM Invitation to PM Trudeau</h1>
</div>
<div class="fadeIn">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Mew9KkX-IH4?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<!-- Conference Partner-->
<div class="section colored">
<div>
<h1 class="fadeIn">2018 Conference Partner</h1>
</div>
<div class="fadeIn" id="partners">
<div>
<img src="img/ITAC.jpg" alt="partners">
</div>
</div>
<!-- Schedule-->
<div>
<h1 class="fadeIn">Conference Schedule</h1>
</div>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/schedule.png" alt="Schedule">
</div>
</div>
<!-- Speakers -->
<div>
<h1 class="fadeIn">Speakers</h1>
</div>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/speakers.png" alt="Schedule">
</div>
</div>
<!-- Speed Mentors -->
<div>
<h1 class="fadeIn">Speed Mentors</h1>
</div>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/speedmentorsx.png" alt="Schedule">
</div>
</div>
</div>
<div class="section white">
<!-- Exhibitors-->
<div>
<h1 class="fadeIn">Exhibitors</h1>
</div>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/exhibitors.png" alt="partners">
</div>
</div>
<!-- Workshops-->
<div>
<h1 class="fadeIn">Workshops</h1>
</div>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/workshops.png" alt="partners">
</div>
</div>
</div>
<div class="section colored">
<!--Sposors-->
<div>
<h1 class="fadeIn">Sponsors</h1>
</div>
<p style="text-align: center;">Here are the current Sponsors of the 2018 Stem Conference
</p>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/Itacsponsors.png" alt="Sponsors">
</div>
</div>
<div>
<h1 class="fadeIn">Conference Map</h1>
</div>
<div class="fadeIn" id="sponsors">
<div>
<img src="img/confmap.png" alt="Sponsors">
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="section white">
<div>
<p>Made with <i class="em em-heart"></i> by the STEM Team</p>
<p style="font-size:0.75em;">Designed and Developed by Jacob Kelly</p>
<p style="font-size:0.7em;">Current Webmaster: Suyash Unnithan</p>
</div>
</div>
</body>
</html>