forked from rmehner/jsfest.berlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
388 lines (383 loc) · 10.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JSFest.Berlin - September 2014</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 10px;
}
body {
line-height: 1.5;
min-width: 320px;
font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-weight: 300;
color: #0A2824;
}
header, main, footer {
padding: 3rem 1rem;
}
footer {
background-color: #EA3556;
color: #FFF;
text-align: center;
}
main {
background-color: #FBFBFB;
}
.site-header {
text-align: center;
border-bottom: 1px solid #F3EDEE;
}
.site-header-desc {
color: #82928F;
}
a, a:visited {
color: #EA3556;
text-decoration: none;
}
h1, h2, h3, h4 {
font-weight: 400;
}
h1 {
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 1rem;
}
h1 span {
display: block;
font-size: .5em;
}
h3 {
font-size: 2.1rem;
line-height: 1.1;
}
.details {
font-size: 1rem;
margin-bottom: .7rem;
color: #82928F;
}
article {
clear: both;
font-size: 1.2rem;
margin-bottom: 1.4rem;
overflow: hidden;
}
article div {
width: 24rem;
float: left;
padding-bottom: 1.4rem;
border-bottom: 1px solid #FFF;
}
time {
display: block;
text-align: center;
float: left;
font-size: 16px;
line-height: 1.2;
width: 49px;
height: 49px;
margin-right: 1rem;
padding-top: 7px;
background-color: #EA3556;
color: #FFF;
}
.button span,
time span {
display: block;
font-size: .9rem;
}
.button, .button:visited {
float: right;
width: 100%;
margin-top: 1rem;
margin-bottom: 1rem;
display: inline-block;
border: 3px solid #EA3556;
color: #EA3556;
padding: .5rem 1rem;
text-align: center;
line-height: 1.2;
text-decoration: none;
font-weight: 400;
}
.button:hover, .button:focus, .button:active {
background-color: #EA3556;
color: #FFF;
}
.button-disabled, .button-disabled:visited, .button-disabled:hover, .button-disabled:focus, .button-disabled:active {
background-color: transparent;
border-color: #F3EDEE;
color: #F3EDEE;
cursor: default;
}
.button span {
font-size: 10px;
}
.button span {
color: #82928F;
}
.coral, .coral:visited {
border: 3px solid #F3EDEE;
color: #BBB;
}
.button-minor, .button-minor:visited {
display: block;
color: #82928F;
}
.button-minor:hover, .button-minor:focus, .butotn-minor:active {
color: #EA3556;
}
@media screen and (min-width: 400px) {
html {
font-size: 12px;
}
article div {
width: 26.2rem;
}
h3, .details {
display: inline-block;
}
}
@media screen and (min-width: 640px) {
html {
font-size: 14px;
}
header, main, footer {
padding: 3rem calc(50% - 22.4rem);
}
article div {
width: 40rem;
position: relative;
}
.button {
position: absolute;
top: 0;
right: 0;
width: 30%;
margin: 0;
}
.button-minor {
display: inline-block;
padding-right: 1rem;
}
h3 {
line-height: 1.4;
}
.details {
margin-bottom: 1.4rem;
}
}
</style>
</head>
<body>
<header class="site-header">
<h1>
JSFest.Berlin
<span>September 2014</span>
</h1>
<p class="site-header-desc">More details and events to be announced.</p>
</header>
<main>
<article>
<time>
9
<span>
Tue
</span>
</time>
<div>
<h3><a href="http://upfront.ug">Up.front</a></h3>
<p class="details">Location tba</p>
<p>Upfront is Berlin’s monthly meetup for webdesigners. Special program for JS Fest.</p>
<a href="" class="button button-disabled">RSVP <span>available soon</span></a>
<a href="http://up.front.ug/submit.html" class="button-minor">» Submit a Talk</a>
</div>
</article>
<article>
<time>
10
<span>
Wed
</span>
</time>
<div>
<h3><a href="http://berlinjs.org">BerlinJS</a></h3>
<p class="details">Location tba</p>
<p>BerlinJS is Berlin's monthly meetup for JavaScript programmers. Special program for JS Fest.</p>
<a href="" class="button button-disabled">RSVP <span>available soon</span></a>
</div>
</article>
<article>
<time>
10
<span>
Wed
</span>
</time>
<div>
<h3><a href="">JS Charity Coding</a></h3>
<p class="details">bitcrowd office</p>
<p>Hacking on Javascript projects for a good cause. More info soon.</p>
<a href="" class="button button-disabled">RSVP <span>available soon</span></a>
</div>
</article>
<article>
<time>
11
<span>
Thur
</span>
</time>
<div>
<h3><a href="http://rejectjs.org">Reject.JS</a></h3>
<p class="details">Radialsystem</p>
<p>More information available very soon.</p>
<a href="" class="button button-disabled">Buy Ticket <span>available soon</span></a>
</div>
</article>
<article>
<time>
11
<span>
Thur
</span>
</time>
<div>
<h3><a href="http://lanyrd.com/2014/extwebsummit-berlin/">Extensible Web Summit</a></h3>
<p class="details">Beuth Uni.</p>
<p>This free, unconference event is a sequel to the <a href="http://lanyrd.com/2014/extensible-web-summit/">Extensible Web Summit</a> run this April in SF, bringing together web developers, web platform developers and web standards makers.</p>
<a href="http://lanyrd.com/2014/extwebsummit-berlin/" class="button">Register</a>
</div>
</article>
<article>
<time>
12
<span>
Fri
</span>
</time>
<div>
<h3><a href="http://2014.cssconf.eu">CSSconf EU</a></h3>
<p class="details">Radialsystem</p>
<p>CSSconf EU is a conference dedicated to the designers, developers and engineers who build the world’s most engaging user interfaces.</p>
<a href="https://ti.to/cssconfeu/cssconf-eu-2014" class="button">Buy Ticket <span>next batch: July 8, 10am</span></a>
<a href="http://2014.cssconf.eu/sponsors/" class="button-minor">» Become a Sponsor</a>
</div>
</article>
<article>
<time>
??
<span>
???
</span>
</time>
<div>
<h3><a href="https://twitter.com/cssclasses">CSSclasses</a></h3>
<p class="details">location tba</p>
<p>Workshop and hackathon for CSS lovers, beginners, creatives, experts. More information available very soon.</p>
<a href="" class="button button-disabled">RSVP <span>available soon</span></a>
<a href="mailto:[email protected]" class="button-minor">» Get involved as a Coach</a>
<a href="mailto:[email protected]" class="button-minor">» Become a Sponsor</a>
</div>
</article>
<article>
<time>
12
<span>
Fri
</span>
</time>
<div>
<h3><a href="http://jscoderetreat.com">JS CodeRetreat</a></h3>
<p class="details">Location tba</p>
<a href="http://www.meetup.com/JavaScript-CodeRetreat/events/188846942/" class="button">Sign up</a>
<p>A day-long intensive practice event, focusing on the fundamentals of software development and design.</p>
<a href="mailto:[email protected]" class="button-minor">» Become a Sponsor</a>
</div>
</article>
<article>
<time>
12
<span>
Fri
</span>
</time>
<div>
<h3><a href="">Web Audio Hackday</a></h3>
<p class="details">Soundcloud office</p>
<a href="" class="button button-disabled">RSVP <span>available soon</span></a>
<p>A full-day Web Audio hackathon at the Soundcloud offices (incl. workshops to get everyone started). No prior (Web) Audio knowledge is needed to participate ;)</p>
<a href="mailto:[email protected]" class="button-minor">» Become a Sponsor or get invovled</a>
</div>
</article>
<article>
<time>
13
<span>
Sat
</span>
</time>
<div>
<h3><a href="http://bit.ly/coderdojoberlin">CoderDojo Berlin</a></h3>
<p class="details">Location tba</p>
<p>Be a mentor, or bring your kids ages 5-17, for this special edition of CoderDojo Berlin.</p>
<a href="" class="button button-disabled">Register <span>soon</span></a>
</div>
</article>
<article>
<time>
13/14
<span>
Sat/Sun
</span>
</time>
<div>
<h3><a href="http://2014.jsconf.eu">JSConf EU</a></h3>
<p class="details">Radialsystem</p>
<p>More information available very soon.</p>
<a href="http://2014.jsconf.eu/news/2014/06/11/ticket-schedule.html" class="button">Ticket info</a>
</div>
</article>
<article>
<time>
15
<span>
Mon
</span>
</time>
<div>
<h3><a href="http://2014.jsconf.eu">Relax.js</a></h3>
<p class="details">Location tba</p>
<p>More information available very soon.</p>
<a href="" class="button button-disabled">Buy Ticket <span>available soon</span></a>
</div>
</article>
<article>
<time>
Any
<span>
time
</span>
</time>
<div>
<h3><a href="http://jsfest.berlin/byoe.html">BYOE: Bring your own event</a></h3>
<p>Organize your own event, and we’ll add you the schedule!</p>
</div>
</article>
</main>
<footer>
<p>
From the community, for the community <3
</p>
</footer>
</body>
</html>