-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspeakers.html
More file actions
381 lines (365 loc) · 25.4 KB
/
speakers.html
File metadata and controls
381 lines (365 loc) · 25.4 KB
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
<html lang="en-US">
<head>
<title>Speakers | Queen's Space Conference</title>
<meta name="keywords" content="Space, Queen's University, Conference">
<meta name="description" content="Web site for the Queen's Space Conference held at Queen's University in Kingston, Ontario, Canada">
<meta charset="UTF-8">
<meta name="author" content="Zackery Harley">
<base href="" target="_parent">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<!-- CSS -->
<link rel="stylesheet" href="qsc.css" type='text/css'>
<!-- CSS for QSC web pages -->
<link rel="stylesheet" href="icons.css" type='text/css'>
<!-- CSS for Social Media icons -->
<link rel="stylesheet" href="3.3.5/css/bootstrap.min.css" type='text/css'>
<!-- Bootstrap CSS v3.3.5 -->
<link href='https://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<!-- Condense and download these two ^^ -->
<!-- JS -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44936232-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- jQuery v1.11.0-->
<!-- Download this -->
<script src="3.3.5/js/bootstrap.min.js"></script>
<!-- Bootstrap JS v3.3.5 -->
<script src="qsc.js"></script>
<script src="speakers.js"></script>
</head>
<body>
<div style="text-align: center">
<a href="index.html"><img id="header" class="big_logo" src="white_logo.00_png_srz"></a>
<a href="#about"><h1 id="title">Queen's Space Conference</h1></a>
</div>
<div id="main" style="height:3630px;">
<header>
<nav id="mainNav" class="navbar navbar-default" style="border-width:0px;border-radius:0px;margin:0px;">
<div class="container-fluid" style="height:60px;padding:0px 30px 0px 30px;">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu" id="bs-example-navbar-collapse-1" style="height: 50px;margin-top: 0px;margin-bottom: 0px;">
<ul class="nav navbar-nav" style="padding-bottom: 0px;">
<li class="menu-li"><a href="index.html" class="menuItem">Home</a></li>
<li class="menu-li active"><a href="speakers.html" class="menuItem" style="color:#777 !important">Speakers<span class="sr-only">(current)</span></a></li>
<li class="menu-li"><a href="sponsors.html" class="menuItem">Sponsors</a></li>
<li class="dropdown menu-li">
<a id="drop1" href="#" class="dropdown-toggle menuItem" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="color:white;padding-bottom:10px;">
<p class="menu-border">Delegates </p><span class="caret"></span></a>
<ul class="dropdown-menu" style="margin-left:4px;border-width:0px;width:186px">
<li><a href="internal.html">Queen's Students</a></li>
<li><a href="external.html">External Students</a></li>
</ul>
</li>
<li class="menu-li"><a href="current-exec.html" class="menuItem">Executive </a></li>
<li class="menu-li"><a href="gallery.html" class="menuItem">Gallery</a></li>
<li class="dropdown menu-li">
<a id="drop2" href="#" class="dropdown-toggle menuItem" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="color:white;padding-bottom:10px;">
<p class="menu-border">History</p><span class="caret"></span></a>
<ul class="dropdown-menu" style="margin-left:4px;border-width:0px;width:184px">
<li><a href="construction.html">Past Themes</a></li>
<li><a href="construction.html">Past Speakers</a></li>
<li><a href="construction.html">Past Executives</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</header>
<!--This is the main area-->
<div id="body" style="height:3300px">
<div class="body_div" style="height:300px; background-image: url('Photos/speakers-banner.jpg');box-shadow: 0 0 10px;border-bottom: 1px solid black;">
<div style="background-color:white;box-shadow: 0 0 10px;border: 1px solid black;height:260px;">
<h2 style="padding-bottom:0px;">Speakers</h2>
<p style="font-family: titillium-italic;text-align:center;">If you are interested in speaking at QSC 2016 please <a href="#package">click here</a></p>
<p class="main_p" style="padding:0px 10px 10px 10px;">The goal of QSC 2016 is to find speakers from all corners of the space industry in an effort to explore beyond just the technical aspects of space exploration, thereby providing a greater perspective on the industry as a whole. Going with this year’s chosen theme, <b>“A Civilians Guide to The Galaxy”</b>, QSC will seek to highlight the human experiences that each and every member of the space industry have. Through a variety of speakers and workshops, students will not only be informed about current issues and ideas in space exploration, but more importantly they will be encouraged to become part of a field that will be the main focus of mankind for centuries to come. </p>
</div>
</div>
<div class="speakers" style="height:1800px">
<h2>Speakers at QSC 2016</h2>
<p class="main_p" style="width: 700px;margin: auto;">Hover over each speaker for more info! Sign up for our <a href="#contactInfo">mailing list</a> to hear about conference news as it happens!</p>
<div id="row1" style="height:400px;width: 400px;margin:auto">
<div id="speaker7" class="headshot" style="background-image: url('Photos/Speakers/Robert_Thirsk.png');">
<div id="head7" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">ROBERT THIRSK</h3>
<p class="speaker-smallBio">Engineer, Physician, Retired Astronaut of the Canadian Space Agency</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#robert-thirsk" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
<div style="width: 92px; margin:auto; margin-top:10px;">
<div style="margin:auto;width:30px">
<a href="http://robertthirsk.ca/" target="_blank"><span aria-hidden="true" class="icon_house_alt icons speaker-social"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="row2">
<div id="speaker7" class="headshot" style="background-image: url('Photos/Speakers/Jeff_Lee.png');">
<div id="head7" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">JEFF LEE</h3>
<p class="speaker-smallBio">Adjunct Assistant Professor of theoretical astrophysics at Baylor University</p>
<h4 class="speaker-topic">A Journey through the Improbable</h4>
<a href="speakers-info.html#jeff-lee" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
<div id="speaker8" class="headshot" style="background-image: url('Photos/Speakers/Ewan_Reid.png');">
<div id="head8" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">EWAN REID</h3>
<p class="speaker-smallBio">President & CEO, Mission Control Space Services Inc.</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#ewan-reid" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
<div id="speaker9" class="headshot" style="background-image: url('Photos/Speakers/Marc_Fricker.png');">
<div id="head9" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">MARC FRICKER</h3>
<p class="speaker-smallBio">President, Canadian Space Society (CSS)</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#marc_fricker" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
</div>
<div id="row3" style="height:400px;">
<div id="speaker4" class="headshot" style="background-image: url('Photos/Speakers/Minh_On.png');">
<div id="head4" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">MINH ON</h3>
<p class="speaker-smallBio">Policy Analyst, Natural Resources Canada</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#robert-thirsk" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
<div style="width: 92px; margin:auto; margin-top:10px;">
<div style="float:left;">
<a href="http://css.ca" target="_blank"><span aria-hidden="true" class="icon_house_alt icons speaker-social"></span></a>
</div>
<div style="float:left;">
<a href="https://twitter.com/SpaceMinh" target="_blank"><span aria-hidden="true" class="social_twitter_circle icons speaker-social"></span></a>
</div>
</div>
</div>
</div>
</div>
<div id="speaker5" class="headshot" style="background-image: url('Photos/Speakers/Kate_Howells.png');">
<div id="head5" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">KATE HOWELLS</h3>
<p class="speaker-smallBio">Volunteer Network Manager, Planetary Society</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#kate-howells" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
<div id="speaker6" class="headshot" style="background-image: url('Photos/Speakers/Laurence_Harris.png');">
<div id="head6" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">DR. LAURENCE HARRIS</h3>
<p class="speaker-smallBio">Principal Investigator, Bodies in the Space Environment</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#laurence-harris" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
</div>
<div id="row3" style="height:400px;">
<div id="speaker1" class="headshot" style="background-image: url('Photos/Speakers/Eric_Choi.png');">
<div id="head1" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">ERIC CHOI</h3>
<p class="speaker-smallBio">Aerospace Engineer, Award Winning Writer and Editor</p>
<h4 class="speaker-topic">A Galactic Civilian’s Guide to Science Fiction</h4>
<a href="speakers-info.html#eric-choi" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
<div style="width: 92px; margin:auto; margin-top:10px;">
<div style="float:left;">
<a href="http://aerospacewriter.ca" target="_blank"><span aria-hidden="true" class="icon_house_alt icons speaker-social"></span></a>
</div>
<div style="float:left;">
<a href="https://twitter.com/AerospaceWriter" target="_blank"><span aria-hidden="true" class="social_twitter_circle icons speaker-social"></span></a>
</div>
</div>
</div>
</div>
</div>
<div id="speaker2" class="headshot" style="background-image: url('Photos/Speakers/Mark_Mortimer.png');">
<div id="head2" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">MARK MORTIMER</h3>
<p class="speaker-smallBio">President & CEO for the Lunar Colony Fund</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#mark-mortimer" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
<div id="speaker3" class="headshot" style="background-image: url('Photos/Speakers/Tyler_Reyno.png');">
<div id="head3" class="headshot-noCover">
<div class="speaker-info">
<h3 class="speaker-name">TYLER REYNO</h3>
<p class="speaker-smallBio">Founder & CEO, Open Space Orbital Inc.</p>
<h4 class="speaker-topic">TBA</h4>
<a href="speakers-info.html#tyler-reyno" class="more-btn">
<p class="more" style="margin: auto;">MORE INFO</p>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="package" class="package">
<h2>Speakers Package</h2>
<p class="main_p">If you are interested in becoming a speaker at QSC 2016, please take a look at our speakers package below. This package contains detailed information on why you should speak at QSC, what our theme deals with, what you'll get out of speaking, and more! The package is also available for <a href="http://qsconference.com/QSC2016-Speaker_Package.pdf" target="_blank">download</a> in PDF format. If you have any questions, feel free to contact our <a href="#exec-contact">speakers coordinators</a>.</p>
<div data-configid="20691658/31688522" style="width:650px; height:421px;margin:auto;" class="issuuembed"></div>
<script type="text/javascript" src="//e.issuu.com/embed.js" async="true"></script>
<p style="font-family:titillium-italic;text-align:center;">Is speaking not for you? Please consider <a href="sponsors.html">sponsoring</a>!</p>
</div>
<div id="exec-contact">
<header style="width:500px;margin:auto;">
<h2 style="margin:0px">We Hope to See You Soon!</h2>
<p class="main_p" style="margin:0px">If you have any questions regarding speakers or becoming a speaker at QSC, please feel free to reach out to our speakers coordinators.</p>
</header>
<div class="contact" style="margin: 0px 300px;width: 600px;">
<div style="float:left;">
<img src="Photos/Exec/aidan.png" style="width:200px;border-radius: 100px;margin:10px 50px;">
<h3 style="text-align:center;margin:10px 0px 0px 0px;">AIDAN THIRSK</h3>
<p class="main_p" style="margin:0px;">Speakers Coordinator</p>
<a href="mailto:a.thirsk@qsconference.com">
<p class="main_p" style="margin:0px;">a.thirsk@qsconference.com</p>
</a>
</div>
<div style="float:left;">
<img src="Photos/Exec/Jake.png" style="width:200px;border-radius: 100px;margin:10px 50px;">
<h3 style="text-align:center;margin:10px 0px 0px 0px;">Jake Buffin</h3>
<p class="main_p" style="margin:0px;">Speakers Coordinator</p>
<a href="mailto:j.buffin@qsconference.com">
<p class="main_p" style="margin:0px;">j.buffin@qsconference.com</p>
</a>
</div>
</div>
</div>
</div>
<!--\This is the main area-->
<footer>
<div id="contactInfo">
<div id="social" class="outer_footer">
<div class="social_container">
<span id="Facebook">
<a href="https://www.facebook.com/Queens-Space-Conference-1383949258507604/" target="_blank"><span aria-hidden="true" id="FB_icon" class="social_facebook_circle icons"></span></a>
<a href="https://www.facebook.com/Queens-Space-Conference-1383949258507604/" target="_blank">
<p id="FB_text" class="social_text">Facebook</p>
</a>
</span>
</div>
<div class="social_container">
<span id="Twitter">
<a href="https://twitter.com/QSConference" target="_blank"><span aria-hidden="true" id="TW_icon" class="social_twitter_circle icons"></span></a>
<a href="https://twitter.com/QSConference" target="_blank">
<p id="TW_text" class="social_text">Twitter</p>
</a>
</span>
</div>
<div class="social_container">
<span id="Instagram">
<a href="https://instagram.com/queensspace/" target="_blank"><span aria-hidden="true" id="IG_icon" class="social_instagram_circle icons"></span></a>
<a href="https://instagram.com/queensspace/" target="_blank">
<p id="IG_text" class="social_text">Instagram</p>
</a>
</span>
</div>
<div class="social_container">
<span id="YouTube">
<a href="https://www.youtube.com/channel/UClVGpTMo3S6UDa2C5G366TQ" target="_blank"><span aria-hidden="true" id="YT_icon" class="social_youtube_circle icons"></span></a>
<a href="https://www.youtube.com/channel/UClVGpTMo3S6UDa2C5G366TQ" target="_blank">
<p id="YT_text" class="social_text">YouTube</p>
</a>
</span>
</div>
</div>
<div class="footer_divider"></div>
<div id="mailing_list">
<h4 class="footer_h4">Subscribe to Our Mailing List</h4>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//QSConference.us3.list-manage.com/subscribe/post?u=eaab54b1a8add0f6fd50dbaf7&id=75f4d6cdb0" 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="inputs">
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" style="color:black;">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" style="color:black;">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" style="color:black;">
</div>
<div class="mc-field-group">
<label for="mce-SCHOOL">School </label>
<input type="text" value="" name="SCHOOL" class="" id="mce-SCHOOL" style="color:black;">
</div>
</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;">
<input type="text" name="b_eaab54b1a8add0f6fd50dbaf7_75f4d6cdb0" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button" style="color:black;">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="footer_divider"></div>
<div id="emails" class="outer_footer">
<img src="white_logo.00_png_srz" class="footer_logo">
<h6 class="footer_h6">Executive Members</h6>
<a href="current-exec.html">Meet our exec</a>
<h6 class="footer_h6">General Inquiries</h6>
<a href="mailto:QSConference@gmail.com?Subject=QSC%202016" target="_top">QSConference@gmail.com</a>
</div>
</div>
</footer>
</div>
</body>
</html>