-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinternal.html
385 lines (368 loc) · 24.7 KB
/
internal.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
<html lang="en-US">
<head>
<title>Delegates | 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="internal.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:3040px;">
<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"><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" style="padding: 0px;">
<a href="#" class="dropdown-toggle menuItem" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="color:#555 !important;padding:15px 10.312px 15px 10.312px;background-color: #e7e7e7">Delegates <span class="caret"></span></a>
<ul class="dropdown-menu" style="margin-left:0px;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 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="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">
<img src="Photos/delegates_carousel_1.png" alt="...">
<div class="carousel-caption">
<!--<h3 id="carouselCap">Caption Text</h3>-->
<!-- Carousel Caption -->
</div>
</div>
<div class="item">
<img src="Photos/delegates_carousel_2.png" alt="...">
<div class="carousel-caption">
<!--<h3 id="carouselCap">Network</h3>-->
<!-- Carousel Caption -->
</div>
</div>
<div class="item">
<img src="Photos/delegates_carousel_3.png" alt="...">
<div class="carousel-caption">
<!--<h3 id="carouselCap">Collaborate</h3>-->
<!-- Carousel Caption -->
</div>
</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" style="height:2340px;">
<div id="intro" style="padding:0px 150px 50px 150px;">
<h2>Queen's Delegates</h2>
<div class="body_div" style="padding:0px;height: 550px;">
<p class="main_p">The Queen's Space Conference is an annual student run conference that strives to bring students interested in the space industry, provide them an opportunity to learn, and network with professionals. The QSC also brings students from all over the province together to exchange ideas and socialize with their peers. QSC welcomes students of all levels of interest, from those looking to make connections and enter the industry to those who are simply fascinated with space and looking to get more information. </p>
<img src="Photos/delegates_header_1.jpg" style="margin:15px 0px 25px 0px;border-top: solid 1px black;border-bottom: solid 1px black;">
<p class="main_p">Each year the conference has a theme that sets out the focus of the speakers and case competition. While there will be a range of speakers on a variety of topics, the will be a majority discussing the theme topic. This year’s we will be presenting <b>“A Civilian’s Guide to the Galaxy”</b>, bringing in a number of speakers to talk about aspects of the human experience of space - the health and emotional issues connected to space travel, the socio-economic impact of the space industry, and the amazing research progress achieved through tests in space, speakers experience in space, with complementary topics by other speakers.</p>
</div>
<p class="main_p">Given the professional nature of the conference, the dress code is business formal attire. This allows delegates, speakers, and sponsors to network in an industry-like environment. Due to this high level of interaction between the different conference attendees, delegates are encouraged to submit a resume which the conference will make available to any of our speakers and sponsors. Get out there and put your best foot forward!</p>
<!-- Buy Button -->
<div style="width:150px;margin: auto">
<a id="sold-btn-1" class="sold-btn"><h3 id="sold-1" class="sold">SOLD OUT!</h3></a>
</div>
<!--/Buy Button -->
<p class="main_p">Delegates have the unique opportunity to network with speakers from across North America involved in Space – from robotics and theoretical physics to tourism and health. Join our interdisciplinary group of space enthusiasts to discuss the future of the Space industry and push the boundaries of humanity. </p>
</div>
<div id="tickets" style="padding:50px;">
<table class="tickets">
<tr>
<td style="border-bottom: 3px solid black;">
<h3>What you get</h3></td>
<td style="border-bottom: 3px solid black;">
<h3>General Admission</h3></td>
<td style="border-bottom: 3px solid black;">
<h3>Early Bird</h3></td>
<td style="border-bottom: 3px solid black;">
<h3>Platinum Experience</h3></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Admission to all 3 days</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Accomodation at the Four Points Sheraton</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Meals and hors d'oeuvres</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Invitation to QSC Socials</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Gift Bag</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Early lineup for meals</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_close_alt2 yesno" style="color:red;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Preferred seating at events</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_close_alt2 yesno" style="color:red;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Exclusive Gifts</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_close_alt2 yesno" style="color:red;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_close_alt2 yesno" style="color:red;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td class="del-td">
<p class="table-text">Exclusive Networking Opportunities</p>
</td>
<td class="del-td"><span aria-hidden="true" class="icon_close_alt2 yesno" style="color:red;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_close_alt2 yesno" style="color:red;"></span></td>
<td class="del-td"><span aria-hidden="true" class="icon_check_alt2 yesno" style="color:green;"></span></td>
</tr>
<tr>
<td style="border-bottom: 0px;padding: 0px 20px;" class="del-td">
<p style="font-size:25px;margin-top:6px;"></p>
</td>
<td style="border-bottom: 0px;padding: 0px 20px;" class="del-td">
<p style="font-size:25px;margin-top:6px;"><b>$155</b></p>
</td>
<td style="border-bottom: 0px;padding: 0px 20px;" class="del-td">
<p style="font-size:25px;margin-top:6px;"><b>$155</b></p>
</td>
<td style="border-bottom: 0px;padding: 0px 20px;" class="del-td">
<p style="font-size:25px;margin-top:6px;"><b>$180</b></p>
</td>
</tr>
<tr>
<td style="border-bottom: 0px;">
<p class="table-text"><b>What are you waiting for?</b></p>
</td>
<td style="border-bottom: 0px;">
<!-- Buy Button -->
<div style="width:150px;margin: auto">
<a id="sold-btn-1" class="sold-btn"><h3 id="sold-1" class="sold">SOLD OUT!</h3></a>
</div>
<!--/Buy Button -->
</td>
<td style="border-bottom: 0px;">
<!-- Buy Button -->
<div style="width:150px;margin: auto">
<a id="sold-btn-1" class="sold-btn"><h3 id="sold-1" class="sold">SOLD OUT!</h3></a>
</div>
<!--/Buy Button -->
</td>
<td style="border-bottom: 0px;">
<!-- Buy Button -->
<div style="width:150px;margin: auto">
<a id="sold-btn-1" class="sold-btn"><h3 id="sold-1" class="sold">SOLD OUT!</h3></a>
</div>
<!--/Buy Button -->
</td>
</tr>
</table>
</div>
<div>
<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 or concerns about attending QSC, please feel free to reach out to our internal delegates coordinator.</p>
</header>
<div class="contact">
<img src="Photos/Exec/michaela.png" style="width:200px;border-radius: 100px;margin-left:50px;">
<h3 style="text-align:center;margin:10px 0px 0px 0px;">MICHAELA THOMAS</h3>
<p class="main_p" style="margin:0px;">Internal Delegates Coordinator</p>
<a href="mailto:internal@qsconference.com">
<p class="main_p" style="margin:0px;">internal@qsconference.com</p>
</a>
</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"></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>