-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontests.html
More file actions
558 lines (544 loc) · 14.1 KB
/
contests.html
File metadata and controls
558 lines (544 loc) · 14.1 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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>March for Science Toronto</title>
<meta name="description" content="March and rally in Toronto on April 14 in support of scientists, evidence-based policy, and science education.">
<meta name="robots" content="index, follow">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="March for Science Toronto" />
<meta name="twitter:description" content="March and rally in Toronto on April 14 in support of scientists, evidence-based policy, and science education." />
<meta name="twitter:image" content="https://sciencemarchto.ca/logo.png" />
<meta name="twitter:creator" content="@ScienceMarchTO" />
<meta name="twitter:site" content="@ScienceMarchTO" />
<meta property="og:url" content="https://sciencemarchto.ca/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="March for Science Toronto" />
<meta property="og:description" content="March and rally in Toronto on April 14 in support of scientists, evidence-based policy, and science education." />
<meta property="og:site_name" content="March for Science Toronto" />
<meta property="og:image" content="https://sciencemarchto.ca/logo.png" />
<meta http-equiv="Cache-control" content="no-cache" />
<style>
body, html {
padding: 0;
margin: 0;
min-width: 320px;
font-family: 'Montserrat', sans-serif;
}
html {
box-sizing: border-box;
text-align: center;
}
body {
font-size: 62.5%;
}
h1, h2 {
color: #00507F;
}
a {
color: #00507F;
}
a:active, a:visited {
color: #F06046;
}
*, *:before, *:after {
box-sizing: inherit;
}
header h1 {
font-size: 1.8rem;
color: white;
}
header h2 {
font-size: 3.2rem;
color: white;
}
@media only screen and (min-width: 720px) {
header h1 {
font-size: 2.8rem;
}
header h2 {
font-size: 2rem;
}
}
@media only screen and (min-width: 1100px) {
header h1 {
font-size: 4rem;
}
header h2 {
font-size: 3rem;
}
}
main h1 {
font-size: 4rem;
}
main h2 {
font-size: 2.4rem;
}
nav {
position: fixed;
z-index: 10000;
height: 64px;
background-color: #30BDBB;
color: #000;
top: 0;
width: 100%;
}
#menu {
float: left;
list-style: none;
padding: 0;
margin: 0;
}
#menu > li {
cursor: pointer;
display: none;
background-color: #30BDBB;
}
#menu > li:hover {
background-color: #00507F;
color: #fff;
}
#menu > li > a {
color: #000;
text-decoration: none;
font-size: 1.5rem;
line-height: 48px;
}
#menu > li > a:hover {
color: #fff;
}
#menu > li > a.link-donate {
text-decoration: underline;
}
@media only screen and (max-width: 719px) {
#menu {
text-align: left;
}
#menu::before {
cursor: pointer;
font-size: 3.6rem;
color: #000;
padding: 0 16px;
content: '\2261';
line-height: 64px;
}
#menu:hover::before {
background-color: #00507F;
color: #fff;
}
#menu:hover > li {
display: block;
color: #fff;
}
#menu > li > a {
display: inline-block;
padding: 16px;
color: #000;
}
#menu > li > a:hover {
color: #fff;
}
}
@media only screen and (min-width: 720px) {
#menu {
float: right;
}
#menu > li {
display: inline-block;
height: 64px;
}
#menu > li > a {
padding: 9px 16px;
display: inline-block;
height: 64px;
}
}
#about > ul,
#resources > ul {
text-align: left;
}
#donate,
#link_tshirt {
display: inline-block;
padding: 8px;
margin: 7px 7px 8px 16px;
color: #000;
background-color: #30BDBB;
text-decoration: none;
line-height: 32px;
border: 2px solid #000;
border-radius: 8px;
}
#donate {
float: right;
font-size: 1.5rem;
}
#link_tshirt {
font-size: 2rem;
}
#donate:hover,
#link_tshirt:hover {
color: #fff;
border: 2px solid #00507F;
background-color: #00507F;
}
header {
position: relative;
margin-top: 64px;
background-image: url('/march-shot.jpg');
background-size: cover;
background-position: 75% 40%;
height: 500px;
color: white;
}
#logo_wrapper {
padding-top: 16px;
}
#logo {
width: 240px;
height: 240px;
}
#title {
padding-top: 16px;
}
#title > h1,
#title > h2 {
margin: 0;
}
#presenter {
width: 150px;
}
.social {
height: 64px;
background-color: #00507F;
color: #fff;
}
.social > a {
cursor: pointer;
display: inline-block;
padding: 7px 16px;
}
.social > a:hover {
background-color: #30BDBB;
}
.social > a > img {
width: 48px;
height: 48px;
}
main {
display: block;
font-size: 1.5rem;
min-width: 320px;
max-width: 1200px;
margin: auto;
}
section {
padding-top: 64px;
}
p, li {
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
.schedule-item {
font-size: 1.8rem;
margin-bottom: 16px;
}
.schedule-item > div {
vertical-align: top;
text-align: left;
}
.schedule-time {
display: inline-block;
width: 140px;
text-align: left;
padding-left: 10px;
}
.schedule-body {
display: inline-block;
width: calc(100% - 148px);
text-align: left;
}
#detail_column_route {
position: relative;
}
#detail_map {
width: 100%;
}
#detail_map_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.75);
text-align: center;
padding: 16px;
font-size: 2.2rem;
color: #777;
}
@media only screen and (min-width: 720px) {
#detail_map_overlay {
font-size: 2.8rem;
}
}
@media only screen and (min-width: 1024px) {
#details_wrapper {
text-align: left;
}
.detail-column {
display: inline-block;
width: calc(50% - 4px);
vertical-align: top;
}
}
#documents {
font-size: 1.8rem;
line-height: 2.2rem;
text-align: left;
}
#supporter_logos > img {
width: 45%;
vertical-align: middle;
margin: 2px;
}
@media only screen and (min-width: 720px) {
#supporter_logos > img {
width: 30%;
margin: 4px;
}
}
@media only screen and (min-width: 1024px) {
#supporter_logos > img {
width: 20%;
margin: 8px;
}
}
section > p {
line-height: 2rem;
}
.g-form {
width: 320px;
}
@media only screen and (min-width: 480px) {
.g-form {
width: 480px;
}
}
@media only screen and (min-width: 720px) {
.g-form {
width: 720px;
}
}
@media only screen and (min-width: 1024px) {
.g-form {
width: 960px;
}
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.bios {
text-align: left;
}
.bio {
margin: 0 1%;
}
@media only screen and (min-width: 1024px) {
.bio {
display: inline-block;
vertical-align: top;
width: 46%;
margin: 0 1%;
}
}
.bio > h2 {
margin: 16px 0;
}
.bio > h3 {
margin: 8px 0;
}
.bio > img {
border-radius: 80px;
clear: both;
float: right;
height: 160px;
margin: 16px;
width: 160px;
}
.bio > p {
font-size: 1.2rem;
line-height: 1.6;
}
.bio > .speech {
font-size: 1.6rem;
}
footer {
color: white;
font-size: 0.8rem;
background-color: #00507F;
padding: 16px;
}
footer a {
color: white;
}
/* Slideshow stuff */
* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Hide the images by default */
.mySlides {
display: none;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 12px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
background-color: #bbb;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor:pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #30BDBB;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #00507F;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
</style>
</head>
<body>
<nav>
<a id="donate" href="https://sciencemarchto.ca/#tshirts">Donate!</a>
<ul id="menu">
<!--<li><a href="#subtitle">Speakers</a></li>-->
<!--<li><a href="#resources">Resources</a></li>-->
<li><a href="https://sciencemarchto.ca/#about">The March</a></li>
<li><a href="https://sciencemarchto.ca/#volunteer">Volunteer</a></li>
<li><a href="https://sciencemarchto.ca/#team">Team</a></li>
</ul>
</nav>
<header>
<div id="logo_wrapper">
<img id="logo" src="/logo-white.png" alt="March for Science Toronto Logo" />
</div>
<div id="title">
<h1>MARCH FOR SCIENCE TORONTO</h1>
<h2 id="subtitle">SATURDAY APRIL 14, 2018 11AM</h2>
<h4>presented by</h4>
<img src="presenter.png" id="presenter"/>
</div>
</header>
<div class="social">
<a href="https://www.facebook.com/ScienceMarchTO/"><img src="/facebook.png" /></a>
<a href="https://twitter.com/ScienceMarchTO"><img src="/twitter.png" /></a>
<a href="https://instagram.com/ScienceMarchTO"><img src="/instagram.png" /></a>
<a href="mailto:sciencemarchto@gmail.com"><img src="/email.png" /></a>
</div>
<main role="main">
<section id="whyareyoumarching">
<h1>#whyareyoumarching</h1>
<p>
<img src="whyareyoumarching.png" style="width:100%; align:center;" />
</p>
<p>
On Saturday April 14th 2018, we will march in solidarity with scientists around the world to bring to light some of the issues that still impact science today.
</p><p>
While many people in society enjoy the benefits of research, scientists are often taken for granted. Science is (literally) everywhere, and many Canadian scientists have made fundamental contributions that are enjoyed worldwide! Your favourite app? Someone wrote a code to run it. A Canadian computer scientist, James Gosling, first developed the Java programming language that is still used today to power websites and apps. A Canadian engineer, John A. Hopps, developed the first cardiac pacemaker. His work laid the foundation for the current pacemaker, and has saved millions of lives. Canadian surgeon, Dr. Frederick Banting shared the Nobel Prize for his work on the discovery of insulin. Along with other researchers, including his medical student Charles Best, Dr. Banting found that insulin could be used to treat diabetes. The “Queen of Hurricanes” Elizabeth “Elsie” MacGill was the first female graduate to earn a Master’s degree in electrical engineering, and was the first practicing female engineer in Canada. Among her contributions, Elsie designed and helped produce the Hawker Hurricane – a fighter jet used by Canadians in the Battle of Britain.
</p><p>
While we have highlighted some of the contributions made by Canadian scientists, all of us benefit from the advances made by researchers around the globe. Sadly, scientists continue to face a number of challenges that directly impact our work, which ultimately has a direct impact on society as a whole.
</p><p>
We want to hear from you, #whyareyoumarching? Download a speech bubble and tweet, post, tag, and share why you support the #MarchforScience. Don’t forget to tag @ScienceMarchTO and include the hashtag #whyareyoumarching in your post!
</p>
</section>
<section id="videochallenge">
<h1>Video Challenge</h1>
<p>
Hey, we might work in a lab, code at our computers, or compute complex mathematical algorithms, but that doesn’t mean we aren’t creative! To help promote the March for Science on April 14th 2018, @ScienceMarchTO is hosting a friendly ScienceLife video challenge. We’re leaving the creativity up to you!
</p><p>
Choose one of the following:<ol>
<li>What your research is about & why it’s important, using the hashtag, #whyitsimportant</li>
<li>What a typical day looks like in your field, using the hashtag, #adayinthelife</li>
<li>What poor science-related practices grind your gears, using the hashtag, #scienceetiquettefail</li>
</ol>
</p><p>
To participate, we ask that you include the #whyareyoumarching and one of the above hashtags on your submission.
</p><p>
As strong advocates for equity and inclusion, we ask that you do NOT include or promote material that is discriminatory, illegal, sexually explicit, profane etc.
</p><p>
To keep yourself out of trouble, we strongly advise that you do NOT include or promote trademarks, logos, insignia, or copyrighted material (including, but not limited to, books, artwork, posters, and music).
</p><p>
As scientists and science advocates, it goes without saying that reproducing someone else’s work or idea is a huge “no-no”. Only post creative works that are wholly your own idea!
</p><p>
Ensure that everyone that takes part in the video agrees to having it posted on social media…otherwise, you can’t post it!
</p><p>
We’ll be re-posting some of our favourites on our socials, but only if you tag us by including @ScienceMarchTO on your post!
</p><p>
So get filming! You have up to 30 seconds to tell us about your ScienceLife in the most original & creative way possible!
</p>
</section>
<footer>
<div class="social">
<a href="https://www.facebook.com/ScienceMarchTO/"><img src="/facebook.png" /></a>
<a href="https://twitter.com/ScienceMarchTO"><img src="/twitter.png" /></a>
<a href="https://instagram.com/ScienceMarchTO"><img src="/instagram.png" /></a>
<a href="mailto:sciencemarchto@gmail.com"><img src="/email.png" /></a>
</div>
<div><a href="/2017">Archived website from 2017</a></div>
<div>Cover photo from 2017 March for Science Toronto taken by Dan Weaver</a>
<div>Facebook / twitter / instagram icons made by <a href="http://www.flaticon.com/authors/elegant-themes" title="Elegant Themes">Elegant Themes</a></div>
<div>Email icon made by <a href="http://www.flaticon.com/authors/yannick" title="Yannick">Yannick</a></div>
<div>All icons licensed <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a></div>
</footer>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</body>
</html>