-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (49 loc) · 3.04 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SRCCON 2016 Lightning Talks</title>
<meta name="description" content="SRCCON 2016 Lightning Talks">
<meta name="author" content="humans">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/reset.css">
<link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lakki+Reddy" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<div class="overlay">
<h1>
<span class="small-only">
<span class="rainbow">Lightning </span>
<span class="rainbow">Talks </span>
</span>
<span class="large-only">
<span class="rainbow">Lightning Talks </span>
</span>
<span class="subtitle">SRCCON 2016</span>
</h1>
<p class="intro">We're at it again. Lightning talks will be held Thursday night at 7:30PM. They are a strict 5 minutes. Submit a talk about stocking your desk with snacks, data art, flying an airplane, blowing a bubble the size of your head, the perfect homemade pie crust, stenography or whatever you care about — related to journalism or (hopefully) not. If you need inspiration, check out talks from <a href="http://code.minnpost.com/ravenclaw/" target="_blank">2014</a> and <a href="https://datanews.github.io/thunder/" target="_blank">2015</a>.</p>
<h2><span class="rainbow">Talks </span></h2>
<p>Below is the list of submitted talks. If we don't have enough time for all the talks submitted, we will go through some sort of curation process.</p>
<div class="talks">
<p class="coming-soon">Submit one below</p>
</div>
<h2><span class="rainbow">Submit </span></h2>
<div style="position: relative">
<p class="coming-soon">🙌 ⚡ All full! Try again next year. ⚡ 🙌</p>
<!--
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSd9FZdVtaHBsAQixKS-0wJb5Cvdg08qfMkdR7IgNBZYJyNkLA/viewform?embedded=true" style="width: 100%; height:90vh;" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
-->
</div>
<footer>
Made and organized by your friends at <a href="http://datanews.tumblr.com/" target="_blank">WNYC DataNews</a> and <a href="http://postgraphics.tumblr.com/" target="_blank">Post Graphics</a>. If you have any questions, contact <a href="https://twitter.com/kaeti" target="_blank">@kaeti</a> or <a href="https://twitter.com/zzolo" target="_blank">@zzolo</a>. Cross-browser testing not performed; <a href="http://browsehappy.com/" target="_blank">deal with it</a>.
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.4.3/tabletop.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>