This repository has been archived by the owner on Apr 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
699 lines (619 loc) · 31.5 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
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
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NightlyBuild 2015 – Front End Conference in Cologne</title>
<meta name="description" content="A hand-crafted after work event for
web enthusiasts loving technology, design and inspiration in
Cologne, Germany">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="NightlyBuild">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Open Graph data for Facebook -->
<meta property="og:title" content="NightlyBuild 2015 – Front End Conference in Cologne">
<meta property="og:url" content="https://www.nightlybuild.io/">
<meta property="og:image" content="https://www.nightlybuild.io/img/social/logo.png">
<meta property="og:description" content="A hand-crafted after work event for
web enthusiasts loving technology, design and inspiration in
Cologne, Germany">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="NightlyBuild 2015 – Front End Conference in Cologne">
<meta itemprop="description" content="A hand-crafted after work event for
web enthusiasts loving technology, design and inspiration in
Cologne, Germany">
<meta itemprop="image" content="https://www.nightlybuild.io/img/social/logo.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@nightlybuildio">
<meta name="twitter:title" content="NightlyBuild 2015 – Front End Conference in Cologne">
<meta name="twitter:description" content="A hand-crafted after work event for
web enthusiasts loving technology, design and inspiration in
Cologne, Germany">
<meta name="twitter:creator" content="@nightlybuildio">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://www.nightlybuild.io/img/logo.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="img/touch/60x60.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/touch/76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/touch/120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/touch/152x152.png">
<!-- build:css style.min.css -->
<link rel="stylesheet" href="vendor/normalize.css">
<link rel="stylesheet" href="vendor/modal.css">
<link rel="stylesheet" href="node_modules/photoswipe/dist/photoswipe.css">
<link rel="stylesheet" href="node_modules/photoswipe/dist/default-skin/default-skin.css">
<link rel="stylesheet" href="style.css">
<!-- endbuild -->
<!-- Font loader -->
<script>
WebFontConfig = {
google: {
families: [ 'Oswald:400,300:latin' ]
}
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://cdnjs.cloudflare.com/ajax/libs/webfont/1.5.18/webfontloader.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<script>document.documentElement.className += ' js';</script>
</head>
<body>
<header class="header" id="top">
<div class="header__inner">
<h1 class="header__logo" data-fx-fade>NightlyBuild</h1>
<p class="header__headline" data-fx-fade>NightlyBuild 2015</p>
<h3 data-fx-fade><time datetime="2015-09-04T18:00:00Z">Friday, September 4th<br>
6 – 11 p.m.</time></h3>
<p class="header__thanks" data-fx-fade>Thank you for making NightlyBuild 2015 awesome!</p>
<p class="header__summary" data-fx-fade>A hand-crafted after work conference for
web enthusiasts loving technology, design and inspiration in
Cologne, Germany.</p>
</div>
<div class="header__background"></div>
</header>
<main role="main" class="main">
<section class="theme" id="theme" data-fx-fade>
<div class="theme__inner">
<h2>Central Theme</h2>
<p>This year’s central theme is ‘Work efficient and live your life’. With our speaker and topic selection we want to give you a guide on how to improve the holy grail of ‘work-life balance’.</p>
<p>You will learn how to work more efficient with sane approaches to front-end tooling, hear how to find your niche in our industry, listen to building side projects while caring about your children and husband / wife and get advice how to stay up to date in todays’ fast-moving world.</p>
<div class="embed">
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/qITgGuvCKeY?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<p class="embed-description">
Animation by <a href="http://www.feezenfreezen.de/">Fritz Gnad</a>. Music by <a href="http://www.tobi-lessnow.com/">Tobi Lessnow</a>.
</p>
</div>
</section>
<section class="speakers" id="speakers" data-fx-fade>
<h2>Speakers</h2>
<p>We chose five high-level speakers entertaining you during this evening at the conference.</p>
<ul class="cards--large">
<li class="bastianallgeier" data-fx-fade>
<h3>Bastian Allgeier</h3>
<p>Bastian is the creator of a little, file-based CMS called Kirby and the former visual bookmarking service Zootool. He has a master’s degree in design but works as a freelance web developer for more than a decade.</p>
<p>Freelancer, <a href="https://bastianallgeier.com/">bastianallgeier.com</a></p>
<p><a href="https://twitter.com/bastianallgeier"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-dnt="true"
data-align="center">@bastianallgeier</a></p>
<p class="photo-attribution">Photo by Bastian Allgeier</p>
</li>
<li class="ashleywilliams" data-fx-fade>
<h3>Ashley G. Williams</h3>
<p>Formerly a NYC Teaching Fellow, Ashley learned the ropes teaching middle school science in Harlem, NYC. Since then, she has spent the vast majority of the past few years teaching web development to beginners, most notably running the NYC Web Development Fellowship in its flagship year.</p>
<p>Engineer at the Mozilla foundation, <a href="https://ashleygwilliams.github.io/">ashleygwilliams.github.io</a></p>
<p><a href="https://twitter.com/ag_dubs"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-dnt="true"
data-align="center">@ag_dubs</a></p>
<p class="photo-attribution">Photo by Ashley G. Williams</p>
</li>
<li class="lizziemarycullen" data-fx-fade>
<h3>Lizzie Mary Cullen</h3>
<p>Lizzie is a multi award-winning illustrator, speaker and artist based in London.
Lizzie's work has been featured on BBC, Huffington Post, The Independent, Glamour, WIRED and more. Her first book with Penguin 'The Magical City' was published in July 2015.<br>
Lizzie's psychogeographic maps and urban ink illustrations have been exhibited internationally in London, New York and Paris. Everyday Lizzie practises the joy of kindness to fellow humans and nature and endeavours to live in the present, treasuring each precious moment on this earth.</p>
<p>Freelancer, <a href="https://www.lizziemarycullen.com/">lizziemarycullen.com</a>, <a href="https://twitter.com/LizzieMCullen"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-dnt="true"
data-align="center">@LizzieMCullen</a></p>
<p class="photo-attribution">Photo by Lizzie Mary Cullen</p>
</li>
<li class="stefanieschirmer" data-fx-fade>
<h3>Stefanie Schirmer</h3>
<p>Stefanie Schirmer is a Software Engineer at Etsy and an alumna of Hacker School in New York.<br/>
She studied Applied Computer Science in the Natural Science, in her following PhD project she developed metrics for the structure comparison of RNA molecules. She worked at the cancer research institute of Université de Montréal & later found her way to Hacker School and to Etsy.
In the community team she builds spaces for human interaction on the Etsy site.<br/>
Together with Hannes Mehnert and Jens Ohlig, she wrote a book about functional programming and curry cooking.</p>
<p>Software Engineer at Etsy, <a href="https://linse.me/">linse.me</a>, <a href="https://twitter.com/linse"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-dnt="true"
data-align="center">@linse</a></p>
<p class="photo-attribution">Photo by Stefanie Schirmer</p>
</li>
<li class="garannmeans" data-fx-fade>
<h3>Garann Means</h3>
<p>Garann Means is a JavaScript developer currently looking for some JavaScript to develop after taking a year off programming. She started doing web dev in the late 90s, and since then has worked for all different kinds of organizations, spoken at a bunch of conferences, led some tech meetups, and written some articles and one book. Lately Garann spend a lot of her time trying to learn Spanish and trying to recreate Tex-Mex foods she misses from the United States.</p>
<p>Freelancer, <a href="http://garann.com/">garann.com</a>, <a href="https://twitter.com/garannm"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-dnt="true"
data-align="center">@garannm</a></p>
<p class="photo-attribution">Photo by Garann Means</p>
</li>
</ul>
<h2 id="mc">Master Of Ceremonies</h2>
<ul class="cards--large">
<li class="christianheilmann">
<h3>Christian Heilmann</h3>
<p>Chris Heilmann has dedicated a lot of his time making the web better. <br>
He will <b>moderate Q&A</b> and <b>lead you through the evening</b>.</p>
<p>Microsoft, <a href="https://christianheilmann.com/">christianheilmann.com</a></p>
<p><a href="https://twitter.com/codepo8"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-dnt="true"
data-align="center">@codepo8</a></p>
<p class="photo-attribution"><a href="https://www.flickr.com/photos/szene/17965611710/">Photo by Andreas Dantz</a></p>
</li>
</ul>
</section>
<section class="location" id="location">
<div class="location__inner">
<h2 data-fx-fade>Location</h2>
<p class="main__teaser-text" data-fx-fade>For the 2015 event we chose a new location.<br>
NightlyBuild 2015 was held at the <a href="http://www.theaterhaus-koeln.de">Theaterhaus</a> in central Cologne, Germany.</p>
<p>The following photos have been made by our lovely photographers <a href="https://twitter.com/marcthiele">Marc Thiele</a> and <a href="https://twitter.com/derSchepp">Christian Schaefer</a>. See <a href="https://www.flickr.com/photos/marcthiele/albums/72157655870586933">the albums here</a> and <a href="https://www.flickr.com/photos/60783730@N08/albums/72157658149362086/page1">here</a>.</p>
<div class="gallery">
<ul class="gallery__images">
<li data-fx-fade>
<a href="img/event/event-1.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-1-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-2.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-2-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-3.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-3-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-4.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-4-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-5.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-5-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-6.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-6-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-8.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-8-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-9.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-9-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/event/event-10.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/event/event-10-s.jpg" alt="" data-action="zoom">
</a>
</li>
<li data-fx-fade>
<a href="img/location/lounge-1.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/location/lounge-1-s.jpg" data-action="zoom" alt="">
</a>
</li>
<li data-fx-fade>
<a href="img/location/bar-2.jpg" itemprop="contentUrl" data-size="1280x853">
<img src="img/location/bar-2-s.jpg" data-action="zoom" alt="">
</a>
</li>
</ul>
</div>
<div data-fx-fade>
<h3>How to find the venue</h3>
<p>The venue is located in the center of Cologne Ehrenfeld, one of the neighbourhoods where youth like to meet—with a lot of small cafés, bars, restaurants and clubs. Bahnhof Ehrenfeld is just around the corner and the subway station Körnerstraße (line 3 and 4) is also in 5 minute walking distance.</p>
<p>Address: Klarastr. 53, 50823 Köln</p>
</div>
<div id="map" class="location__osm" data-fx-fade></div>
</div>
</section>
<section class="schedule" id="schedule" data-fx-fade>
<h2>Schedule</h2>
<p>Find the schedule of the evening (yes, all times are p.m.) here:</p>
<table>
<tr>
<td><time datetime="2015-09-04T17:30:00Z">5:30</time></td>
<td>
<h3>Doors open</h3>
<br>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T18:30:00Z">6:30</time></td>
<td>
<h3>Welcome</h3>
<p>Chris Heilmann</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T18:45:00Z">6:45</time></td>
<td>
<h3>Homemade Pressure (<a href="#video-homemade-pressure">Watch Video</a>)</h3>
<p>Bastian Allgeier</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T19:50:00Z">7:50</time></td>
<td>
<h3>If you wish to learn ES6/2015 from scratch, you must first invent the universe (<a href="#video-es6-from-scratch">Watch Video</a>)</h3>
<p>Ashley Williams</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T20:25:00Z">8:25</time></td>
<td>
<h3>A Culture of Courage (<a href="#video-culture-of-courage">Watch Video</a>)</h3>
<p>Stefanie Schirmer</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T21:40:00Z">9:40</time></td>
<td>
<h3>Code is a Job (<a href="#video-code-is-a-job">Watch Video</a>)</h3>
<p>Garann Means</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T22:30:00Z">10:30</time></td>
<td>
<h3>Overcoming the Fame Game (<a href="#video-overcoming-the-fame-game">Watch Video</a>)</h3>
<p>Lizzie Mary Cullen</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T23:20:00Z">11:20</time></td>
<td>
<h3>Goodbye</h3>
<p>Chris Heilmann</p>
</td>
</tr>
<tr>
<td><time datetime="2015-09-04T23:30:00Z">11:30</time></td>
<td>
<h3>After Party</h3>
<p>This year we'll stay at the <a href="#location">conference location</a> for the after party. We’re happy to continue the great evening and end it with a few drinks and good conversations.</p>
</td>
</tr>
</table>
</section>
<section class="tickets background-secondary" id="tickets">
<div class="tickets__inner">
<h2>Tickets</h2>
<div class="ticket">
<p class="ticket__description"><strong>We are sold out.</strong><br/><span class="ticket__description--extended">Thanks for being part of our journey this year again!</span></p>
<p class="ticket-form">
<a class="button button--big button--tickets is-inverted" href="https://ti.to/nightlybuild/nightlybuild-2015">
<span class="button__label"><s>Ticket Price 49€</s></span>
</a>
</p>
</div>
<hr>
<h3 id="diversity-tickets">NightlyBuild 2015 Diversity Tickets</h3>
<p>Our diversity ticket application is closed now. We will get back to the applicants in the next few days.<br/><strong>Thanks for all your support!</strong></p>
<p>We’re happy to be supported by an independent jury: <strong>Hanne Hofmann, Jeanette and Andreas Klein</strong></p>
</div>
</section>
<section class="newsletter" id="newsletter" data-fx-fade>
<h2>Newsletter</h2>
<p>Subscribe to the NightlyBuild newsletter to receive updates from your favorite conference owls.</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup" data-fx-fade>
<form action="//drublic.us9.list-manage.com/subscribe/post" method="get" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form" target="_blank" novalidate>
<!-- Hidden fields for form submit via get to fix the iOS webview issue -->
<input type="hidden" name="u" value="750875ebc78057d570fe3b4ef">
<input type="hidden" name="id" value="7b0e759ff2">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter Email Address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_750875ebc78057d570fe3b4ef_7b0e759ff2" tabindex="-1" value="">
</div>
<input type="submit" value="Subscribe now" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
<!--End mc_embed_signup-->
</section>
<section class="sponsors" id="sponsors" data-fx-fade>
<h2>Partners</h2>
<p>We are very thankful to everyone who helps us with the event – especially our sponsors supporting us with money so we can keep the admission price that low and cover all our costs.</p>
<p class="sponsors__button"><a class="button button--small" href="#sponsoring">Become a Partner</a></p>
<h3>Gold Partners</h3>
<ul class="cards cards--gold" data-fx-fade>
<li>
<a href="https://www.mehrwert.de/" target="_blank"><img src="img/sponsors/mehrwert.svg"></a>
<p><strong>mehrwert</strong> – Strategie. Design. Technologie.</p>
</li>
<li>
<a href="https://www.billiger-mietwagen.de/" target="_blank"><img src="img/sponsors/billiger-mietwagen.svg" class="logo-block"></a>
<p><strong>billiger-mietwagen.de</strong> – Deutschlands größter Mietwagen-Preisvergleich</p>
</li>
</ul>
<h3>Silver Partners</h3>
<ul class="cards cards--silver" data-fx-fade>
<li>
<a href="https://www.sipgate.io/" target="_blank"><img src="img/sponsors/sipgate-io.svg"></a>
<p><strong>sipgate.io</strong> – die Telefonie-API</p>
</li>
<li>
<a href="https://www.denkwerk.com/" target="_blank"><img src="img/sponsors/denkwerk.svg"></a>
<p><strong>denkwerk</strong> – independent digital agency</p>
</li>
<li>
<a href="https://www.trivago.com/" target="_blank"><img src="img/sponsors/trivago.png"></a>
<p><strong>trivago</strong> – is the world’s largest hotel search website and headquartered in Düsseldorf</p>
</li>
<li>
<a href="http://www.sparhandy.de/" target="_blank"><img src="img/sponsors/sparhandy.svg"></a>
<p><strong>sparhandy</strong> – is one of the leading e-commerce companies in the telecommunication market and based in Cologne</p>
</li>
</ul>
<h3>Bronze Partners</h3>
<ul class="cards cards--bronze" data-fx-fade>
<li>
<a href="http://www.kernpunkt.de/" target="_blank"><img src="img/sponsors/kernpunkt.svg"></a>
<p><strong>kernpunkt optimiert</strong> – digital agency and "Great Place to Work" of the year 2014</strong></p>
</li>
</ul>
</section>
<section class="friends" id="friends" data-fx-fade>
<h2>Friends</h2>
<p>Besides our partners we thank our friends and partners in crime for being there for us when we need them most.</p>
<ul class="cards" data-fx-fade>
<li>
<a href="http://beyondtellerrand.com/" target="_blank"><img src="img/friends/bt.png" alt="A two-day community event about design, development, technology and much more."></a>
<p><strong>beyond tellerrand</strong></p>
</li>
<li>
<a href="http://www.offscreenmag.com/" target="_blank"><img src="img/friends/offscreen.svg"></a>
<p><strong>Offscreen Magazine</strong></p>
</li>
<li>
<a href="http://denkbraeu.com" target="_blank"><img src="img/friends/denkbraeu.png"></a>
<p><strong>denkbräu</strong></p>
</li>
<li>
<a href="https://otsconf.com/" target="_blank"><img src="img/friends/otsc.png"></a>
<p><strong>OTS Conf</strong></p>
</li>
<li>
<a href="http://workingdraft.de/" target="_blank"><img src="img/friends/wd.png"></a>
<p><strong>Working Draft</strong></p>
</li>
<li>
<a href="http://demodern.de/" target="_blank"><img src="img/friends/demodern.png"></a>
<p><strong>Demodern</strong></p>
</li>
<li>
<a href="http://www.meetup.com/nlhtml5/" target="_blank"><img src="img/friends/nlhtml.png"></a>
<p><strong>NL HTML5 Meetup</strong></p>
</li>
<li>
<a href="https://wdrl.info/" target="_blank"><img src="img/friends/wdrl.svg"></a>
<p><strong>Web Development Reading List (WDRL)</strong></p>
</li>
<li>
<a href="https://www.dpunkt.de/" target="_blank"><img src="img/friends/dpunkt.png"></a>
<p><strong>dpunkt.verlag</strong></p>
</li>
<li>
<a href="https://www.smashingmagazine.com/" target="_blank"><img src="img/friends/smashing.png"></a>
<p><strong>Smashing Magazine</strong></p>
</li>
<li>
<a href="https://www.rheinwerk-verlag.de/" target="_blank"><img src="img/friends/rheinwerk.png"></a>
<p><strong>Rheinwerk Verlag</strong></p>
</li>
<li>
<a href="https://php.ruhr" target="_blank"><img style="height: 140px" src="img/friends/phpruhr.svg"></a>
<p><strong>php.ruhr</strong></p>
</li>
</ul>
</section>
</main>
<footer class="footer" id="team">
<section class="footer__inner" data-fx-fade>
<h4>This event is brought to you by yours truly:</h4>
<ul class="team cards">
<li>
<a href="https://drublic.de/"><img src="img/team/hans.jpeg"></a>
<h3><a href="https://drublic.de/">Hans Chr. Reinl</a></h3>
<p>Front-end dev. <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> team-member. Co-Host <a href="http://workingdraft.de/">Working Draft</a>. Currently tripping on Front-End architecture. OSS.</p>
</li>
<li>
<a href="https://twitter.com/asciidisco"><img src="img/team/sebastian.jpg"></a>
<h3><a href="https://twitter.com/asciidisco">Sebastian Golasch</a></h3>
<p>Nerdy talking, JavaScript coding, arduino wiring Interwebs Dude. Emperor of <a href="http://dalekjs.com/">dalekjs</a>.</p>
</li>
<li>
<a href="http://helloanselm.com/"><img src="img/team/anselm.jpg"></a>
<h3><a href="https://helloanselm.com/">Anselm Hannemann</a></h3>
<p>Freelance Front-End developer. Curates <a href="https://wdrl.info/">WDRL</a>, builds <a href="http://opendevicelab.com/">ODL</a>, <a href="http://responsiveimages.org/">RICG</a>, <a href="http://use-init.com/">INIT</a>, co-hosts <a href="http://pubkon.eu/">PUBKON</a>, <a href="http://workingdraft.de/">Workingdraft</a>.</p>
</li>
<li>
<a href="http://agorilla.de/"><img src="img/team/simon.jpg"></a>
<h3><a href="http://agorilla.de/">Simon Koch</a></h3>
<p>Web dev <a href="http://www.denkwerk.com">@denkwerk</a>. Brew master <a href="https://twitter.com/denkbraeu">@denkbraeu</a>. Enjoys CSS, the mobile web and great UX.</p>
</li>
<li>
<a href="https://twitter.com/herr_divad"><img src="img/team/david.jpg"></a>
<h3><a href="https://twitter.com/herr_divad">David Yasli</a></h3>
<p>Senior Manager Online at norisbank | Deutsche Bank Group.</p>
</li>
</ul>
<a href="https://twitter.com/nightlybuildio"
class="twitter-follow-button"
data-show-count="false"
data-lang="en"
data-size="large"
data-dnt="true"
data-align="center">Follow @nightlybuildio</a>
<p><a class="button is-inverted" href="mailto:[email protected]">Contact Us</a></p>
<p>
<a href="#legal">Legal Notice</a> •
<a href="codeofconduct.html" target="_blank">Code of Conduct</a> •
<a href="http://lanyrd.com/2015/nightly15/" target="_blank">Event on Lanyrd</a> •
<a href="https://www.facebook.com/nightlybuild.io" target="_blank">Facebook</a> •
<a href="https://twitter.com/nightlybuildio" target="_blank">Twitter</a> •
Logo by <a href="http://www.eleqtriq.com/" target="_blank">Dirk Weber</a> ♥</p>
</section>
</footer>
<section class="modal--show modal-video" id="video-homemade-pressure" tabindex="-1"
role="dialog" aria-labelledby="modal-label-video-homemade-pressure" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-video-homemade-pressure">
<h3>Video Recording: Homemade Pressure by Bastian Allgeier</h3>
</header>
<div class="modal-content">
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/BV-5qIMyzD4?list=PLJDgiixq_VdlQjGN4RYXBAG6Q2dA2h0xW" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<a href="#!" class="modal-close" title="Close the video modal"
data-close="Close" data-dismiss="modal">×</a>
</section>
<section class="modal--show modal-video" id="video-es6-from-scratch" tabindex="-1"
role="dialog" aria-labelledby="modal-label-video-es6-from-scratch" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-video-es6-from-scratch">
<h3>Video Recording: If you wish to learn ES6/2015 from scratch, you must first invent the universe by Ashley G. Williams</h3>
</header>
<div class="modal-content">
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/1cS5LdEtGBM?list=PLJDgiixq_VdlQjGN4RYXBAG6Q2dA2h0xW" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<a href="#!" class="modal-close" title="Close the video modal"
data-close="Close" data-dismiss="modal">×</a>
</section>
<section class="modal--show modal-video" id="video-culture-of-courage" tabindex="-1"
role="dialog" aria-labelledby="modal-label-video-culture-of-courage" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-video-culture-of-courage">
<h3>Video Recording: A Culture Of Courage by Stefanie Schirmer</h3>
</header>
<div class="modal-content">
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/JqQ9byceRTk?list=PLJDgiixq_VdlQjGN4RYXBAG6Q2dA2h0xW" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<a href="#!" class="modal-close" title="Close the video modal"
data-close="Close" data-dismiss="modal">×</a>
</section>
<section class="modal--show modal-video" id="video-code-is-a-job" tabindex="-1"
role="dialog" aria-labelledby="modal-label-video-code-is-a-job" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-video-code-is-a-job">
<h3>Video Recording: Code is a Job by Garann Means</h3>
</header>
<div class="modal-content">
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/Ac6bor95irg?list=PLJDgiixq_VdlQjGN4RYXBAG6Q2dA2h0xW" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<a href="#!" class="modal-close" title="Close the video modal"
data-close="Close" data-dismiss="modal">×</a>
</section>
<section class="modal--show modal-video" id="video-overcoming-the-fame-game" tabindex="-1"
role="dialog" aria-labelledby="modal-label-video-overcoming-the-fame-game" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-video-overcoming-the-fame-game">
<h3>Video Recording: Overcoming The Fame Game by Lizzie Mary Cullen</h3>
</header>
<div class="modal-content">
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/ZDevh9VpC7A?list=PLJDgiixq_VdlQjGN4RYXBAG6Q2dA2h0xW" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<a href="#!" class="modal-close" title="Close the video modal"
data-close="Close" data-dismiss="modal">×</a>
</section>
<section class="modal--show modal-sponsoring" id="sponsoring" tabindex="-1"
role="dialog" aria-labelledby="modal-label-sponsoring" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-sponsoring">
<h3>Sponsor the Event</h3>
</header>
<div class="modal-content">
<p>To keep admission fees as low as possible and still cover our costs, we need some sponsors that support the conference. As a sponsor you’re the one who makes this event possible. <br>
Get in touch with us so we can talk about options. We’re happy to hear from you!</p>
<p><a class="button" href="mailto:[email protected]">Write us!</a></p>
</div>
</div>
<a href="#!" class="modal-close" title="Close the after party information modal"
data-close="Close" data-dismiss="modal">×</a>
</section>
<section class="modal--show" id="legal" tabindex="-1" role="dialog"
aria-labelledby="modal-label-legal" aria-hidden="true">
<div class="modal-inner">
<header id="modal-label-legal">
<h3>Legal Notice</h3>
</header>
<div class="modal-content">
<p><b>Hans Christian Reinl</b><br>
Obere Bachstraße 15<br>
35606 Solms<br>
Germany</p>
<p><strong>Contact</strong><br>
Hans Christian Reinl<br>
<p>Finanzamt Wetzlar<br>
Ust-IdNr.: DE288406427</p>
<p><strong>Some things…</strong><br>
There is no warranty for integrity, completeness and currentness for this website.<br>
Furthermore Hans Christian Reinl doesn't take any liability concerning external links.<br>
Please notice the copyright law for each of the presented pages.<br>
Please be aware of the fact that we store some of the data while you visit this this page. For doing this we use Google Analytics.</p>
</div>
</div>
<a href="#!" class="modal-close"
title="Close the legal information modal"
data-close="Close"
data-dismiss="modal">×</a>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<!-- build:js main.min.js -->
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="vendor/modal.js"></script>
<script src="node_modules/photoswipe/dist/photoswipe.js"></script>
<script src="node_modules/photoswipe/dist/photoswipe-ui-default.js"></script>
<script src="main.js"></script>
<!-- endbuild -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>