-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
332 lines (316 loc) · 20.8 KB
/
index.html
File metadata and controls
332 lines (316 loc) · 20.8 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
<html lang="en-US">
<head>
<title>Home | Queen's Space Conference</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
<link rel="icon" type="image/png" href="http://www.qsconference.com/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="http://www.qsconference.com/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 ^^ -->
<!-- EARLY BIRD STYLE-->
<!--<style style="text/css">
.marquee {
height: 50px;
overflow: hidden;
background-color: red;
width: 100%;
}
.marquee p {
color: white;
font-family: titillium;
font-size: 18px;
width: 100%;
height: 100%;
margin: 0;
line-height: 50px;
text-align: center;
/* Starting position */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
/* Apply animation to this element */
-moz-animation: scroll-left 20s linear infinite;
-webkit-animation: scroll-left 20s linear infinite;
animation: scroll-left 20s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
0% {
-moz-transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
}
}
@-webkit-keyframes scroll-left {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
@keyframes scroll-left {
0% {
-moz-transform: translateX(100%);
/* Browser bug fix */
-webkit-transform: translateX(100%);
/* Browser bug fix */
transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
/* Browser bug fix */
-webkit-transform: translateX(-100%);
/* Browser bug fix */
transform: translateX(-100%);
}
}
</style>-->
<!-- 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>
</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">
<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="active menu-li"><a href="index.html">Home<span class="sr-only">(current)</span></a></li>
<li class="menu-li"><a href="speakers.html" class="menuItem">Speakers</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>
<!--EARLY BIRD DIV START-->
<!--<a href="internal.html">
<div class="marquee">
<b><p>CONFERENCE TICKETS ARE HERE! CLICK TO BUY! - - - - CONFERENCE TICKETS ARE HERE! CLICK TO BUY!</p></b>
</div>
</a>-->
<!--EARLY BIRD DIV END-->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<a href="speakers-info.html#robert-thirsk">
<img src="Photos/Speakers_Web_RobertThirsk.png" alt="...">
<div class="carousel-caption">
<!--<h3 id="carouselCap">Caption Text</h3>-->
<!-- Carousel Caption -->
</div>
</a>
</div>
<div class="item">
<a href="speakers-info.html#minh-on">
<img src="Photos/Speakers_Web_MinhOn.png" alt="...">
<div class="carousel-caption">
<!--<h3 id="carouselCap">Network</h3>-->
<!-- Carousel Caption -->
</div>
</a>
</div>
<div class="item">
<a href="speakers-info.html#ewan-reid">
<img src="Photos/Speakers_Web_EwanReid.png" alt="...">
<div class="carousel-caption">
<!--<h3 id="carouselCap">Collaborate</h3>-->
<!-- Carousel Caption -->
</div>
</a>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
<!-- Carousel -->
<div id="body">
<div id="about" class="body_div">
<h2>About QSC</h2>
<p class="main_p" style="text-align:left !important;">The Queen's Space Conference (QSC), held at Queen's University in Kingston, Ontario, is an annual, non-profit, student-run conference focused on connecting undergraduate students with Space industry leaders. The conference is centered around a series of exciting talks, innovative workshops, and ample amounts of networking opportunities.</p>
<div id="about_left" style="float:left;">
<p class="main_p" style="text-align:left !important;font-size:17px !important;">We strive to attract the most current and relevant industry professionals in order to provide student-delegates the most informative, inspiring, and memorable conference. Attending the Queen’s Space Conference is about sparking thought and idea-generation, about raising awareness of the potential of the space industry, and about piquing the interest of the future generation of that industry. The Queen’s Space Conference is more than a conference; it’s an <a href="gallery.html">experience</a>.</p>
<p class="main_p" style="text-align:left !important;font-size:17px !important;">QSC2016 will take place February 5th to 7th at the luxurious <a href="http://www.fourpointskingston.com/" target="_blank">Four Points by Sheraton Hotel</a> located within walking distance of downtown Kingston. This promises to be the best space conference yet!</p>
</div>
<iframe width="500" height="329" frameborder="0" style="border:0;padding-left: 20px;" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJY5bwz_6q0kwRxXEp7HKM0H4&key=AIzaSyBfXdK0YO4TioRydZqNJSOjJQsmvyHnKfM" allowfullscreen></iframe>
<div style="width:500px;float:left;text-align:center;"><a href="javascript:void(0)"><h3>SOLD OUT!</h3></a></div>
<div style="width:500px;float:left;text-align:center;"><a href="#contactInfo"><h3>JOIN OUR MAILING LIST!</h3></a></div>
</div>
<div id="theme" class="body_div">
<h2>Our Theme</h2>
<p class="main_p">This year’s theme focuses on the human experience in all aspects of the space industry. We will be examining the health and emotional issues connected to space travel, the socio-economic impact of the space industry, and the strenuous demands of the space industry on it's employees. Speakers will present information that will allow for a thorough understanding of what it means to be in the space industry throughout all different ranks, from astronauts to doctors to technicians.</p>
<b><p class="main_p"> Don't Panic and get ready for "A Civilian's Guide to the Galaxy". </p></b>
<img style="float:left;margin:10px 0px 10px 0px;width:275px;border-radius:150px;" src="Photos/orion.jpg">
<img style="float:left;margin:10px 87.5px 10px 87.5px;width:275px;border-radius:150px" src="Photos/buzz.jpg">
<img style="float:left;margin:10px 0px 10px 0px;width:275px;border-radius:150px;" src="Photos/JWST.jpg">
<p class="main_p">To get updates on this year's theme, the latest space news, and any other #QSC2016 updates, follow us on <a href="https://www.facebook.com/Queens-Space-Conference-1383949258507604/" target="_blank">Facebook</a>, <a href="https://twitter.com/QSConference" target="_blank">Twitter</a>, and <a href="https://instagram.com/queensspace/" target="_blank">Instagram</a>, and subscribe to our mailing list below.</p>
</div>
<div id="future" class="body_div">
<h2>Our Future</h2>
<p class="main_p">Our goal at QSC is to expand the conference into a internationally reputable gathering for space education and exploration enthusiasts. We want delegates and speakers from all corners of North America (and beyond) to count down the days to QSC, bringing that same enthusiasm to every event.
<p>
<div class="quote_box" id="quote_box">
<p class="quote">"So impressed with the Queen's Space Conference and how a group of university students put together an event that rivaled many professional research symposia! It was a privilege to speak there!"</p>
<p class="quote by">- Jeff Lee, Assistant Professor of Theoretical Astrophysics at Baylor University and speaker at QSC2015</p>
</div>
<p class="main_p">Our hope is that through the promotion of conversation on the vast topic that is space, we will be able to help educate more people about the importance of the next generation of space exploration and research, as well as expand the communal passion for space.</p>
<div style="margin:auto;width:68px;">
<a href="#top"><img id="rocket" style="height:150px;" src="Photos/rocket.png"></a>
</div>
</div>
<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"></img>
<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>