-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
311 lines (311 loc) · 13.4 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Berlin.JS – Berlin's finest JavaScript usergroup</title>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/styles.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic' rel='stylesheet' type='text/css'>
</head>
<body class="landingpage">
<span id="top" class="top-anchor"> </span>
<header class="site-header" role="banner">
<div class="wrapper">
<a href="index.html" tabindex="1">
<h1 class="site-title">Berlin.JS</h1>
</a>
<!--
Using the footer anchor navigation pattern for mobile. Not the most elegant solution but pretty robust and compatible.
-->
<a href="#hub-nav" class="go-to-nav" tabindex="-1">☰ Menu</a>
</div>
</header>
<div class="image-container">
<img src="images/berlinjs_header.jpg" alt="berlinjs">
</div>
<div class="content-wrapper cf">
<aside class="events sidebar-right">
<ul class="event-timeline">
<li class="next event regular">
<hgroup class="title">
<h2><span>Regular.</span>Berlin.JS</h2>
<h4>// the original meetup</h4>
</hgroup>
<p class="date">
Next meetup
<time datetime="2013-02-21T19:30">
<span class="month">February</span>
<span class="day">21<sup>st</sup></span>
</time>
<a class="button blue-button" href="regular.html#announcement">See the details</a>
</p>
<ul class="event-details">
<li class="cf">
<div class="person-picture">
<img src="images/speaker/leon_weidauer.jpeg" alt="Leon Weidauer">
</div>
<hgroup class="talk-title">
<span class="person-name">Leon Weidauer</span>
<h4>
Making an image conversion service with node.js
</h4>
</hgroup>
</li>
<li class="cf">
<div class="person-picture">
<img src="images/speaker/gerrit_wanderer.jpg" alt="Gerrit Wanderer">
</div>
<hgroup class="talk-title">
<span class="person-name">Gerrit Wanderer</span>
<h4>
The basics of Ember.js
</h4>
</hgroup>
</li>
<li class="cf">
<div class="person-picture">
<img src="images/speaker/claudio_cicali.jpg" alt="Claudio Cicali">
</div>
<hgroup class="talk-title">
<span class="person-name">Claudio Cicali</span>
<h4>
(Some) JavaScript pitfalls
</h4>
</hgroup>
</li>
<li class="cf">
<div class="person-picture">
<img src="images/person_placeholder.png" alt="person">
</div>
<hgroup class="talk-title">
<span class="person-name">Free talk slot</span>
<h4>
This could be your talk – <a href="#become-speaker">learn how to claim it</a>
</h4>
</hgroup>
</li>
</ul>
</li>
<li class="event apps">
<hgroup class="title">
<h2><span class="event-color">Apps.</span>Berlin.JS</h2>
<h4>// JavaScript applications</h4>
</hgroup>
<p class="date">
<time datetime="2013-01-17T19:30">
<span class="month">Feb</span>
<span class="day">28<sup>th</sup></span>
</time>
<a class="detail-link" href="apps.html#announcement">Learn more ➤</a>
</p>
</li>
<li class="event beginners">
<hgroup class="title">
<h2><span class="event-color">Beginners.</span>Berlin.JS</h2>
<h4>// rookies on a meetup</h4>
</hgroup>
<p class="date">
<time datetime="2013-01-17T19:30">
<span class="month">Jan</span>
<span class="day">17<sup>th</sup></span>
</time>
<a class="detail-link" href="beginners.html#announcement">Learn more ➤</a>
</p>
</li>
<li class="event node">
<hgroup class="title">
<h2><span class="event-color">Node.</span>Berlin.JS</h2>
<h4>// let's talk about node.js</h4>
</hgroup>
<p class="date">
<time datetime="2013-01-17T19:30">
<span class="month">Jan</span>
<span class="day">17<sup>th</sup></span>
</time>
<a class="detail-link" href="node.html#announcement">Learn more ➤</a>
</p>
</li>
<!-- <li class="event">
<a href="#more" class="more-events">show me more</a>
</li> -->
</ul>
</aside>
<h2 class="logo">
<img src="images/berlinjs_logo.png" alt="Berlin.JS">
</h2>
<div class="main cf">
<nav class="secondary-nav">
<a href="#become-speaker" class="nav-item">Become a speaker</a>
<a href="#host-event" class="nav-item">Host an event</a>
<a href="#code-of-conduct" class="nav-item">Code of conduct</a>
<a href="#team" class="nav-item">Meet the team</a>
</nav>
<article class="content about">
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<a href="#top" class="button back-to-top">⇑</a>
</article>
<article id="become-speaker" class="content speakers">
<h2>Become a speaker</h2>
<h3>Testimonials from veteran speakers</h3>
<blockquote class="testimonial">
<span class="quote">
Speaking at Berlin.JS was a blast! The team helped a lot with refining my presentation and the crowd was really nice.
</span>
<div class="person">
<div class="person-picture">
<img src="images/person_placeholder.png" alt="A person.">
</div>
<span class="person-info">
<a href="#">Sammy Speaker</a> gave his first talk on a tech topic ever.
</span>
</div>
</blockquote>
<h3>We are all awesome (from apps.berlinjs.org)</h3>
<p>
We’d like to bring people on the stage who haven’t spoken before and probably hesitate to present. Everyone of us does interesting stuff on the interwebs. We want to hear what you have to say!
</p>
<p>
Are you into JavaScript and HTML5 and would like to give a talk, but you’re unsure about the topic or the structure? In the spirit of We Are All Awesome, we’re offering mentoring to answer your questions, give speaking and slidedeck advice, as well as technical input for your talk.
</p>
<h3>We're here to help</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.
</p>
<h3>Get your talk in</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.
</p>
<a href="#top" class="button back-to-top">⇑</a>
</article>
<article id="host-event" class="content host-event">
<h2>Host a JavaScript event</h2>
<h3>This is how it goes</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.
</p>
<h3>Talk to us, we're here to help</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.
</p>
<a href="#top" class="button back-to-top">⇑</a>
</article>
<article id="code-of-conduct" class="content code-of-conduct">
<h2>This is our Code of Conduct</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.
</p>
<a href="#top" class="button back-to-top">⇑</a>
</article>
<article id="team" class="content team cf">
<h2>Meet the team</h2>
<div class="person">
<div class="person-picture">
<img src="images/team/tiffany_conroy.jpeg" alt="Tiffany Conroy">
<span class="person-links">
<a class="icon-twitter" href="http://www.twitter.com/theophani"></a>
</span>
</div>
<div class="person-info">
<h4 class="person-name">Tiffany Conroy</h4>
<p>
Interaction designer. Frontend developer. Gin drinker. Created <a href="https://twitter.com/weareallawesome">@weareallawesome</a>. <a href="ttps://twitter.com/jsconfeu">@jsconfeu</a> co-curator. ALL CAPS FOR EMPHASIS.
</p>
</div>
</div>
<div class="person">
<div class="person-picture">
<img src="images/team/jan_lenhardt.png" alt="Jan Lehnardt">
<span class="person-links">
<a class="icon-twitter" href="https://twitter.com/janl"></a>
<a class="icon-cloud" href="http://writing.jan.io"></a>
</span>
</div>
<div class="person-info">
<h4 class="person-name">Jan Lehnardt</h4>
<p>
Dissatisfied with the status-quo. <a href="https://twitter.com/CouchDB">@CouchDB</a>. <a href="https://twitter.com/jsconfeu">@jsconfeu</a>. Duct tape artist.
</p>
</div>
</div>
<div class="person">
<div class="person-picture">
<img src="images/team/robin_mehner.jpeg" alt="Robin Mehner">
<span class="person-links">
<a class="icon-twitter" href="https://twitter.com/rmehner"></a>
<a class="icon-cloud" href="http://coding-robin.de"></a>
</span>
</div>
<div class="person-info">
<h4 class="person-name">Robin Mehner</h4>
<p>
Freelance web dev & user groupie based in Berlin. <a href="https://twitter.com/berlinjs">@berlinjs</a>, <a href="http://rejectjs.org">Reject.js</a>, <a href="https://twitter.com/nodecopter">@nodecopter</a>, <a href="https://twitter.com/upfront_ug">@upfront_ug</a> & <a href="https://twitter.com/bephpug">@bephpug</a>.
</p>
</div>
</div>
</article>
</div>
</div>
<footer class="site-footer">
<div class="wrapper line">
<!-- main navigation -->
<nav id="hub-nav" class="hub-nav" role="navigation">
<a href="index.html" class="nav-item"><i class="icon-home"></i></a>
<a class="regular nav-item" href="regular.html" tabindex="2">Regular</a>
<a class="apps nav-item" href="apps.html" tabindex="3">Apps</a>
<a class="nav-item" href="page.html" tabindex="6">Reject.JS</a>
<a class="nav-item" href="page.html" tabindex="7">Nodecopter</a>
<a href="#top" class="nav-item back-to-top" tabindex="-1">⇑ Back to top</a>
</nav>
<!-- /main navigation -->
<section class="unit one_fourth">
<h5>Learn about Berlin.JS</h5>
<ul>
<li><a href="index.html#become-speaker">Become a speaker</a></li>
<li><a href="index.html#host-event">How to host an event</a></li>
<li><a href="index.html#code-of-conduct">Our code of condcut</a></li>
<li><a href="index.html#team">Meet the team</a></li>
</ul>
</section>
<section class="unit one_fourth">
<h5>Connect with us</h5>
<ul>
<li>
<a href="https://twitter.com/berlinjs">Follow Berlin.JS on Twitter</a>
</li>
<li>
<a href="http://groups.google.com/group/js-berlin">Join our mailinglist</a>
</li>
<li>
<a href="https://github.com/berlinjs/berlinjs.org">Watch the code on Github</a>
</li>
</ul>
</section>
<section class="unit one_fourth">
<h5>Our supporters</h5>
<ul>
<li>Our meetups are kindly hosted by <a href="http://co-up.de">Co.Up Coworkingspace</a></li>
</ul>
</section>
</div>
</footer>
</body>
</html>