-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
149 lines (130 loc) · 5.16 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A forkable conference created by NodeConf.">
<meta name="author" content="Mikeal Rogers, Karolina Szczur">
<title>ONE-SHOT by NodeConf - A forkable conference created by NodeConf.</title>
<link rel="icon" type="image/png" href="favicon.png">
<script src="//use.typekit.net/okx6joz.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<style>
img.header-image {
max-width:250px;
}
header {
text-align:left;
}
header img {
float:left;
}
header p {
margin-left:270px;
font-size:150%;
padding-top:15px;
}
div.cf {
clear:both;
padding-top:15px;
}
</style>
</head>
<body>
<div class="container">
<header role="banner">
<img class="header-image" src="img/one-shot.png" />
<p>ONE-SHOT is a forkable conference created by NodeConf.</p>
<p>Interested in running a ONE-SHOT? Read the <a href="https://github.com/oneshot/organizers/wiki">documentation</a> and create an issue on the <a href="https://github.com/oneshot/organizers">organizers repo</a>.</p>
</header>
<div class="cf" role="main">
<section class="event cf">
<img src="img/oslo.jpg" alt="Oslo" />
<a href="https://www.flickr.com/photos/jorneriksson/15168077058" class="photo-credit">Photo by Jørn Eriksson</a>
<div class="event-description">
<div class="event-description-inner">
<h2>Oslo</h2>
<div class="event-past-badge">Past Event</div>
<p>May 23rd 2015</p>
<p><a href="http://oslo.nodeconf.com/">oslo.nodeconf.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
<section class="event cf">
<img src="img/christchurch.jpg" alt="Christchurch" />
<a href="https://www.flickr.com/photos/jnimmo/8111965750" class="photo-credit">Photo by James Nimmo</a>
<div class="event-description">
<div class="event-description-inner">
<h2>Christchurch</h2>
<div class="event-past-badge">Past Event</div>
<p>March 28th 2015</p>
<p><a href="http://christchurch.nodeconf.com/">christchurch.nodeconf.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
<section class="event cf">
<img src="img/london.jpg" alt="London" />
<a href="https://www.flickr.com/photos/danrocha/8839675861/" class="photo-credit">Photo by Dan Rocha</a>
<div class="event-description">
<div class="event-description-inner">
<h2>London</h2>
<div class="event-past-badge">Past Event</div>
<p>July 19th 2014</p>
<p><a href="http://london.nodeconf.com/">london.nodeconf.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
<section class="event cf">
<img src="img/budapest.jpg" alt="Budapest" />
<a href="https://www.flickr.com/photos/aigle_dore/8130437015" class="photo-credit">Photo by Moyan Brenn</a>
<div class="event-description">
<div class="event-description-inner">
<h2>Budapest</h2>
<div class="event-past-badge">Past Event</div>
<p>November 21st 2014</p>
<p><a href="http://oneshot.risingstack.com/">oneshot.risingstack.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
<section class="event cf">
<img src="img/oakland.jpg" alt="Oakland" />
<a href="https://www.flickr.com/photos/xbleh/10938040253" class="photo-credit">Photo by Kevin Zamani</a>
<div class="event-description">
<div class="event-description-inner">
<h2>Oakland</h2>
<div class="event-past-badge">Past Event</div>
<p>December 10th 2014</p>
<p><a href="http://oakland.jsfest.com/">oakland.jsfest.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
</div>
<!-- main -->
<footer role="contentinfo">
<nav role="navigation">
<ul>
<li><a href="https://github.com/oneshot">GitHub</a> •</li>
<li><a href="https://github.com/oneshot/oneshot.github.io/graphs/contributors">Contributors</a> •</li>
<li><a href="https://github.com/oneshot/organizers">Issues</a></li>
</ul>
</nav>
<p>From the community, for the community. Born in 2014.</p>
<p><a href="https://twitter.com/nodeconf">@nodeconf</a></p>
</footer>
</div>
<!-- container -->
</body>
</html>