-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·865 lines (841 loc) · 54.6 KB
/
index.html
File metadata and controls
executable file
·865 lines (841 loc) · 54.6 KB
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
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WEucEU 2019 - Web Engineering Unconference Europe</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap and Font Awesome css-->
<!-- we use cdn but you can also include local files located in css directory-->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/font-awesome-animation.min.css">
<link rel="stylesheet" href="css/font-awesome-animation.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- Google fonts - Montserrat for headings, Cardo for copy-->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:300,400,700|Cardo:400,400italic,700">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/screen.css" id="theme-stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon/favicon.ico"/>
<link rel="icon" type="image/x-icon" sizes="16x16 32x32" href="favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/favicon-152-precomposed.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/favicon-144-precomposed.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/favicon-120-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/favicon-114-precomposed.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/favicon-180-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/favicon-72-precomposed.png">
<link rel="apple-touch-icon" href="favicon/favicon-57.png">
<link rel="icon" href="favicon/favicon-32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="favicon/favicon-144.png">
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="favicon/manifest.json">
<link rel="icon" sizes="192x192" href="favicon/favicon-192.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
<!-- Tito -->
<script src='https://js.tito.io/v1' defer></script>
<link rel="stylesheet" type="text/css" href='https://css.tito.io/v1.1'/>
<!-- /Tito -->
</head>
<body>
<div class="wrapper">
<div class="main">
<!-- page 1-->
<section id="start" class="section-start">
<div class="overlay"></div>
<div class="section-start__sponsors-container">
<ul class="section-start__sponsors">
<li class="section-start__sponsor section-start__sponsor--intro">sponsored by</li>
<li class="section-start__sponsor">
<a href="https://shopware.com/">
<img alt="Shopware Shopsystem" width="250"
src="img/sponsors/shopware_logo_white_on_blue.svg">
</a>
</li>
<!--
<li class="section-start__sponsor">
<a href="https://www.golem.de/">
<img src="img/sponsors/golem.png" width="114" alt="Golem - It-News für Profis">
</a>
</li>
<li class="section-start__sponsor">
<a href="https://scale.sc/">
<img src="img/sponsors/scale-commerce.svg" width="80"
alt="ScaleCommerce - die Experten für performantes E-Commerce Hosting">
</a>
</li>
<li class="section-start__sponsor">
<a href="https://t3n.de/">
<img src="img/sponsors/t3n.png" width="80" alt="t3n - Digital Pioneers">
</a>
</li>
<li class="section-start__sponsor">
<a href="https://www.innogames.com/">
<img id="innogames-logo" src="img/sponsors/innogames-logo.svg" width="200"
alt="InnoGames GmbH"
style="background: white; padding: 5px;">
</a>
</li>
<li class="section-start__sponsor">
<a href="https://www.makaira.io/">
<img id="makaira-logo" src="img/sponsors/makaira-small.jpg" width="100" alt="Makaira"
style="background: white; padding: 5px;margin: 5px;">
</a>
</li>
-->
</ul>
</div>
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12">
<p class="subheadline italic">Majorca, 13. - 15.09.2019</p>
<h1>
<span class="headline">
Web Engineering <span class="mirror">unconference</span> <span class="thin">Europe</span>
</span>
</h1>
<p>WEucEU is an <strong>interdisciplinary and multilanguage</strong> Unconf presented by
<a href="https://www.bootev.org/">Boot e.V.</a></p>
<p class="italic">Be part of the second Web Engineering Unconference
Europe (former PHP Unconference Europe) based on the wonderful island of Majorca.</p>
<p class="italic">Meet great guys'n'gals, sun & fun, gripping topics without the hassle of a
conference. And it's Majorca. Again! How cool is that?</p>
</div>
</div>
</div>
</div>
<div class="icon faa-float animated"><i class="fa fa-angle-double-down"></i></div>
</section>
<!-- Sponsors -->
<section id="sponsors" class="section-black">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Sponsors</h2>
<p class="text-center">We are very thankful to our sponsors that enable us to organize this
event.</p>
<h3 class="heading">Main Sponsor</h3>
<ul class="list-sponsor">
<li class="list-sponsor__item">
<a href="https://shopware.com/">
<img alt="Shopware Shopsystem" width="800"
src="img/sponsors/shopware_logo_white_on_blue.svg">
</a>
</li>
</ul>
<!--
<h3 class="heading" style="margin-top: 10%;">Sponsors</h3>
<ul class="list-sponsor">
<li class="list-sponsor__item">
<a href="https://www.golem.de/">
<img src="img/sponsors/golem@2x.png" width="220" alt="Golem - It-News für Profis">
</a>
</li>
<li class="list-sponsor__item">
<a href="https://scale.sc/">
<img src="img/sponsors/scale-commerce.svg" width="160"
alt="ScaleCommerce - die Experten für performantes E-Commerce Hosting">
</a>
</li>
<li class="list-sponsor__item">
<a href="https://t3n.de/">
<img src="img/sponsors/t3n@2x.png" width="160" alt="t3n - Digital Pioneers">
</a>
</li>
<li class="list-sponsor__item">
<a href="https://www.innogames.com/">
<img src="img/sponsors/innogames-logo.svg" width="400" alt="InnoGames GmbH">
</a>
</li>
<li class="list-sponsor__item">
<a href="https://www.makaira.io/">
<img src="img/sponsors/makaira.jpg" width="200" alt="Makaira" style="margin-left: 10px;">
</a>
</li>
</ul>
-->
</div>
</div>
</div>
</div>
</section>
<!-- tickets -->
<section id="tickets">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Get your ticket now</h2>
<div class="row">
<div class="col-md-12">
<!-- Place this where you want the widget to appear -->
<tito-widget event="phpuceu/weuceu-2019"></tito-widget>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- page 2-->
<section id="about">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-6">
<h2 class="heading">About the Unconference</h2>
<p class="lead">This is the second Web Engineering Unconference Europe ever. Since it is an
un-conference it is really in your hands what will happen.</p>
<blockquote cite="https://en.wikipedia.org/wiki/Web_engineering">Web engineering focuses on
the methodologies, techniques, and tools that are the foundation of Web application
development and which support their design, development, evolution, and evaluation.
<cite><a
href="https://en.wikipedia.org/wiki/Web_engineering">Wikipedia</a></cite>
</blockquote>
<p>The learning from PHPucEU is: No chance to keep it to PHP alone. Other technologies
always slipped in. So we decided to open it up in the first place and invite all web
developers, engineers, architects, DevOps, not only the ones dedicated to PHP.</p>
<p>Join us on the lovely Island of Majorca to talk about problems and solutions we all
need.</p>
</div>
<div class="col-md-5 col-md-offset-1">
<p class="section2-mood"><img src="img/dev-hand.jpg" alt="The hand that codes"
class="img-responsive img-circle"></p>
</div>
</div>
</div>
</div>
</section>
<section id="rates">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-6">
<h2 class="heading">Current rates for flying in and out to Palma (April 18)</h2>
<ul>
<li>Berlin - rates starting 150,— Euro</li>
<li>Munich -rates starting 240,— Euro</li>
<li>Hamburg - rates starting - 260,— Euro</li>
<li>London - rates starting Euro 110,— Euro</li>
<li>Paris - rates starting Euro 160,— Euro</li>
<li>Amsterdam - rates starting Euro 130,— Euro</li>
</ul>
<p>
As Mallorca is the place to be for many Europeans, they have a quite big range of
possibilities for staying overnight. Our research regarding prices has brought up, that
if you are looking for a place under Euro 100,— the best choices can be found on
platforms as Airbnb.
The district the conference center is located is called Portopi. In that area you will
have a walking distance to the conference Hotel.
The room rates of the hotels we recommend start by Euro 115,— per night and person -
depending on cancellation conditions.
</p>
<ul>
<li><a href="https://en.cataloniamajorica.com/">Hotel Catalonia Majorica (conference
hotel)</a></li>
<li><a href="https://www.nh-hotels.com/hotel/nh-ciudad-de-mallorca/map">Hotel NH
Ciudad</a></li>
<li><a href="https://www.hotelamichorizonte.com/es/">Hotel Amic Horizonte</a></li>
<li><a href="http://www.bqhoteles.com/es/Hoteles/Mallorca-Palma/BQ-Augusta-Hotel">Hotel
BQ Augusta</a></li>
<li>If you want to treat you very well and don’t know where to go - this hotel is a very
special place but also with rates which can be over Euro 150,— per night: <a
href="http://de.hotelvalparaisomallorca.com/">Hotel Val Paraiso</a></li>
</ul>
</div>
<div class="col-md-5 col-md-offset-1">
<p class="section2-mood">
<img src="img/catalonia-majorica-hotel@2x.jpg" alt="Terrace Hotel Catalonia Majorica"
class="img-responsive">
</p>
</div>
</div>
</div>
</div>
</section>
<section id="unconference" class="section-unconference">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">What is an Unconference?</h2>
<div class="row">
<div class="col-md-6">
<p>Someone said: <q>An unConference is all about people</q> and Judith Andresen, our
UnConference mentor, said: <q>An unConference makes the coffee break a
principle.</q> We have nothing further to add.</p>
<p>If you want to know more, here are the details. There are two important
parts:</p>
<ul class="list-check">
<li>There are no speakers. You decide what you want to hear about and you bring
the content.
</li>
<li>We'll have a lot coffee breaks. More precisely, the plan is to have a 45min
session, followed by a 30min coffee break.
</li>
</ul>
</div>
<div class="col-md-5 col-md-offset-1">
<p class="section-unconference-mood"><img src="img/coffee-break.jpg" width="400"
alt="Coffee break as a principle"
class="img-responsive img-circle"></p>
</div>
</div>
<div class="row">
<div class="col-md-12 section-unconference__secondary-content">
<h3>No speakers</h3>
<p>We meet in the morning, collect contributions (talks, workshops, tutorials or
discussions you can give or moderate) and interests (things you'd like to hear
about, learn or check out).</p>
<p>All topics are presented in a few sentences and we merge topics which are
similar, so it may happen that two contributions end in one session and we have
great discussions.</p>
<div class="column-nobreak">
<p>All attendees have two votes to give feedback on what they are interested in.
The sessions with the most votes win and the time table is built from
them.</p>
<p>Then you will have a great time in the sessions.</p>
</div>
<h3>Coffee breaks</h3>
<p>We'll take care of the time and bring you all together for 45 minutes, so you can
discuss the session you've just attended, talk about problems or ideas you have
about Web Engineering, or just meet friends.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- page 3 - class section-gray adds gray background-->
<section id="what-awaits-you" class="section-gray section3">
<div class="content">
<div class="container clearfix">
<div class="row services">
<div class="col-md-12">
<h2 class="heading">What awaits you</h2>
<div class="row">
<div class="col-sm-4">
<div class="box">
<div class="icon"><i class="fa fa-unlock-alt"></i></div>
<h3 class="heading">Open Source</h3>
<p>Most web technologies are Open Source. There is no point in searching the
same solutions over and over again. Lets find them together, once!</p>
</div>
</div>
<div class="col-sm-4">
<div class="box">
<div class="icon"><i class="fa fa-users"></i></div>
<h3 class="heading">People</h3>
<p>Discussing, Rubberducking and Exchange are vital parts of our daily business.
Lets take the next step together: Connect our communities.</p>
</div>
</div>
<div class="col-sm-4">
<div class="box">
<div class="icon"><i class="fa fa-graduation-cap"></i></div>
<h3 class="heading">Learning by Teaching</h3>
<p>Sharing stuff online on blogs or StackOverflow and such plattforms is a good
thing. Have the experience in person, profit from the direct feedback.</p>
</div>
</div>
</div>
<div class="row section3__second-row">
<div class="col-sm-4">
<div class="box">
<div class="icon"><i class="fa fa-coffee"></i></div>
<h3 class="heading">Coffee breaks</h3>
<p>"An unConference makes the coffee break a principle." Many and long coffee
breaks help to connect and become deeply involved in conversations.</p>
</div>
</div>
<div class="col-sm-4">
<div class="box">
<div class="icon"><i class="fa fa-list-ul"></i></div>
<h3 class="heading">Topics</h3>
<p>The force is with you! Decide what you want to talk and hear about. We have
seen topics evolve out of nothing which became brilliant workshops.</p>
</div>
</div>
<div class="col-sm-4">
<div class="box">
<div class="icon"><i class="fa fa-smile-o"></i></div>
<h3 class="heading">Fun</h3>
<p>Free your mind on our parties. Connect with your colleagues and make
strangers to friends. We are on the beautiful Island of Majorca!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="impressions" class="section4">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Impressions from <span class="text-nowrap">last year</span></h2>
<p class="text-center">Still not convinced? Here are some impressions from last year.</p>
<div class="row">
<div class="col-sm-4">
<div class="box"><img src="img/impressions-1.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-sm-4">
<div class="box"><img src="img/impressions-2.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-sm-4">
<div class="box"><img src="img/impressions-3.jpg" alt="" class="img-responsive">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="box"><img src="img/impressions-4.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-sm-4">
<div class="box"><img src="img/impressions-5.jpg" alt="" class="img-responsive">
</div>
</div>
<div class="col-sm-4">
<div class="box"><img src="img/impressions-6.jpg" alt="" class="img-responsive">
</div>
</div>
</div>
<p>Thanks to Ulf Wendel for the photos. <a
href="https://www.flickr.com/photos/ulfwendel/albums">See more</a>.</p>
</div>
</div>
</div>
</div>
</section>
<!-- page 5-->
<section id="facts" class="section-gray">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Hard facts</h2>
<div class="row">
<div class="col-sm-6">
<ul class="event-facts">
<li class="event-facts__label">What</li>
<li class="event-facts__value">Web Engineering Unconference Europe <span
class="text-nowrap">(former PHPucEU)</span></li>
<li class="event-facts__label">Where</li>
<li class="event-facts__value">Center Majorica at <span class="text-nowrap"><a
href="http://en.cataloniamajorica.com/">Hotel Catalonia Majorica</a>,</span>
<span class="text-nowrap">Palma de Majorca</span></li>
<li class="event-facts__label">When</li>
<li class="event-facts__value">September <span class="text-nowrap">13th - 15th September 2019</span>
</li>
<li class="event-facts__label">Tickets</li>
<li class="event-facts__value">Basic | <span
class="text-nowrap">Supporter</span></li>
<li class="event-facts__label">Wifi</li>
<li class="event-facts__value">We will offer stable and fast WIFI</li>
</ul>
<h3>Time Table</h3>
<p>We start on Saturday at 9:30 am and on Sunday at 10:00 am.</p>
<p>Sessions will be 45min, coffee breaks will be 30min after each session. There
will also be lunch breaks with typical Majorcan food.</p>
<p>More to come.</p>
</div>
<div class="col-sm-6">
<p>The Web Engineering Unconference Europe is taking place at the conference center
of the hotel
<a href="http://en.cataloniamajorica.com/">Catalonia Majorica</a> (4*) in Palma
de Majorca:</p>
<address>
Catalonia Majorica<br>
Carrer Garita 3<br>
07015 Palma de Majorca<br>
Spain
</address>
<div class="gmaps-iframe">
<iframe width="680" height="350" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0"
src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Catalonia+Majorica,+Carrer+Garita,+Palma+de+Mallorca,+Spain&aq=0&oq=Catalonia+Majorica+Pal&sll=37.0625,-95.677068&sspn=41.496446,86.220703&ie=UTF8&hq=Catalonia&hnear=Catalonia+Majorica,+Carrer+Garita,+3,+07015+Palma+de+Mallorca,+Islas+Baleares,+Spain&ll=39.556064,2.622087&spn=0.006295,0.006295&t=m&output=embed"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Newsletter -->
<section id="newsletter">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Subscribe to our mailing list</h2>
<div class="row">
<div class="col-sm-6">
<div id="mc_embed_signup">
<form action="//phpuceu.us8.list-manage.com/subscribe/post?u=579798ca84aaf1326e2809b46&id=1ea6eb2c4e"
method="post" id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="indicates-required"><span class="asterisk">*</span>
indicates required
</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email"
id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response"
style="display:none"></div>
<div class="response" id="mce-success-response"
style="display:none"></div>
</div>
<!-- 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;" aria-hidden="true">
<input type="text" name="b_579798ca84aaf1326e2809b46_1ea6eb2c4e"
tabindex="-1" value=""></div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe"
id="mc-embedded-subscribe" class="button">
</div>
</div>
</form>
</div>
<script type='text/javascript'
src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>(function ($) {
window.fnames = [];
window.ftypes = [];
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
}(jQuery));
var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
<div class="col-md-5 col-md-offset-1">
<p class="newsletter-mood">
<img src="img/newsletter.jpg" alt="Multicolored balloons flying in the sky"
class="img-responsive img-circle">
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- page 6-->
<section id="contact" class="section-contact">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Contact</h2>
<div class="row">
<div class="col-md-6">
<form id="contact-form" method="post"
action="https://formspree.io/phpuceu@googlegroups.com" class="contact-form">
<div class="controls">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="contactFirstname">Your firstname *</label>
<input id="contactFirstname" type="text" name="name"
placeholder="Enter your firstname" required="required"
class="form-control">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="contactLastname">Your lastname *</label>
<input id="contactLastname" type="text" name="surname"
placeholder="Enter your lastname" required="required"
class="form-control">
</div>
</div>
</div>
<div class="form-group">
<label for="contactEmail">Your email *</label>
<input id="contactEmail" type="email" name="email"
placeholder="Enter your email" required="required"
class="form-control">
</div>
<div class="form-group">
<label for="contactMessage">Your message for us *</label>
<textarea id="contactMessage" rows="4" name="message"
placeholder="Enter your message" required="required"
class="form-control"></textarea>
</div>
<div class="text-center">
<input type="submit" name="name" value="Send message"
class="btn btn-primary btn-block">
</div>
</div>
</form>
</div>
<div class="col-md-6 section-contact__social">
<p>If there are any questions left or if you would like to get in contact with us,
we will be glad to help you. Either use this contact form or drop us a line
at</p>
<p class="text-center"><a href="mailto:phpuceu@googlegroups.com">phpuceu@googlegroups.com</a>
</p>
<p class="text-center">Of course you can also find us on social media:</p>
<p class="social"><a
href="https://www.facebook.com/WebengineeringUnconferenceEurope" title=""
class="facebook"><i class="fa fa-facebook"></i></a><a
href="https://twitter.com/weuceu" title="" class="twitter"><i
class="fa fa-twitter"></i></a></p>
<p class="text-center">Thanks to the photographers</p>
<p class="text-center">
<a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, 'San Francisco', 'Helvetica Neue', Helvetica, Ubuntu, Roboto, Noto, 'Segoe UI', Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px;"
href="http://unsplash.com/@lucistan?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge"
target="_blank" rel="noopener noreferrer"
title="Download free do whatever you want high-resolution photos from Luca Upper"><span
style="display:inline-block;padding:2px 3px;"><svg
xmlns="http://www.w3.org/2000/svg"
style="height:12px;width:auto;position:relative;vertical-align:middle;top:-1px;fill:white;"
viewBox="0 0 32 32"><title></title><path
d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8s-4.8-2.1-4.8-4.8c0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zm11.2-7.4v14.9c0 2.3-1.9 4.3-4.3 4.3h-23.4c-2.4 0-4.3-1.9-4.3-4.3v-15c0-2.3 1.9-4.3 4.3-4.3h3.7l.8-2.3c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z"></path></svg></span><span
style="display:inline-block;padding:2px 3px;">Luca Upper</span></a>
</p>
</div>
</div>
<div class="row copyright">
<div class="col-md-6">
<p>©<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
BOOT - Best of Open Technologies e.V.
</p>
</div>
<div class="col-md-6">
<p class="credit"><a href="https://www.bootev.org/about/">Imprint</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="coc">
<div class="content">
<div class="container clearfix">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12">
<h2 class="heading">Code of Conduct</h2>
<p>The heart of WEucEU is people. <a href="#" class="js-coc-open">This guideline</a> is
meant to support a happy, productive and safe event experience that can welcome new
ideas and
inspiration for all attendees. Regardless of gender, sexual orientation, age, ability,
ethnicity,
socioeconomic status, and religion (or lack thereof). We gain strength from diversity,
and actively
seek participation from those who enhance it.</p>
<p>Read our full <a href="#" class="js-coc-open">Code of Conduct!</a>
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="mlayer" id="mlayer">
<div class="mlayer__wrapper" id="mlayerWrapper">
<div class="mlayer__dialog">
<button class="mlayer__close" id="mlayerClose">×</button>
<div class="mlayer__content" id="mlayerContent"></div>
</div>
</div>
</div>
<div class="coclayer" id="cocLayer">
<div class="coclayer__wrapper" id="cocWrapper">
<div class="coclayer__dialog" id="cocDialog">
<button class="coclayer__close" id="cocClose">×</button>
<div class="coclayer__content" id="cocContent">
<h2>WEucEU Event Safety Guidelines</h2>
<p class="exerpt">The heart of WEucEU is people. This guideline is meant to support a happy, productive
and
safe event experience that can welcome new ideas and inspiration for all attendees. Regardless of
gender,
sexual orientation, age, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
We gain
strength from diversity, and actively seek participation from those who enhance it. These guidelines
exist
to ensure that diverse groups collaborate to mutual advantage and enjoyment. We will challenge
prejudice
that could jeopardise the participation of any person in the project, and we outline in this
document
expected, as well as prohibited behavior.</p>
<h3 id="expected">Expected</h3>
<p><em>The following behaviors are expected and requested of all summit participants, including
attendees,
speakers, and staff.</em></p>
<p><strong>Lead by example</strong>: Each individual attending this event does so on behalf of their
community.
This means being considerate of how your discussions, actions and decisions will represent your
community.
</p>
<p><strong>Be respectful:</strong> Disagreement is no excuse for poor manners. We will exercise
consideration
and respect in our speech and actions, and consider collaboration before conflict. Ensure all voices
are
heard, not just the loudest.</p>
<p><strong>Watch your language:</strong> Refrain from demeaning, discriminatory, or harassing behavior
and
speech. This includes gestures and online discussions / back-channels (like Telegram).</p>
<p><strong>Take responsibility for your words & actions:</strong> We can all make mistakes; when we
do, we
take responsibility for them. If someone has been harmed or offended, we listen carefully and
respectfully,
and work to right the wrong.</p>
<p><strong>Look out for each other:</strong> Be mindful of your surroundings and of your fellow
participants.
Alert an event organizer / Participation Team member if you notice a dangerous situation, someone in
distress, or violations of this Guideline. If something makes you feel concerned, or worried - even
if
you’re not sure it’s a violation, it’s better to reach out, than to ignore.</p>
<p><strong>Expect and accommodate cultural and personal differences:</strong> Be mindful that for many,
English
is a 2nd, 3rd or even 4th language, and to show patience and respect while listening to and
conveying
ideas.
Remember that we come from many cultures and backgrounds. What is friendly in one culture may not be
in
another. If you’re not sure what is appropriate, just ask. Remember that due to personal, religious,
or
other reasons, not everyone in the group may drink alcohol or even eat certain types of food. Please
respect
people’s choices and preferences in this regard without question or criticism.</p>
<p><strong>Ask for help:</strong> Everyone is encouraged to ask questions about this guideline.</p>
<h3 id="unacceptable-behavior">Unacceptable Behavior</h3>
<p>The following behaviors are considered harassment and are unacceptable:</p>
<p><strong>Violence and threat of violence:</strong> This includes incitement of violence towards any
individual, including encouraging a person to commit self-harm. This includes posting or threatening
to
post
other people’s personally identifying information (“doxing”).</p>
<p><strong>Derogatory language:</strong> Hurtful or harmful language related to gender, gender identity
and
expression, sexual orientation, disability, mental illness, neuro(a)typicality, physical appearance,
body
size, race, religion, age, or socio-economic status. This includes deliberately referring to someone
by
a
gender that they clearly do not identify with. - If you’re unsure if a word is derogatory, don’t use
it.
</p>
<p><strong>Sexual behavior:</strong> Unwelcome sexual attention. This includes, sexualized comments or
jokes;
inappropriate touching, groping, and unwelcomed sexual advances. Physical contact or simulated
physical
contact (e.g. textual messages like “hug” or “backrub”) without affirmative consent. This includes
sharing
or distribution of sexualized images. - Of course you can hug your best friend that you’ve known
forever
-
the key word is consent. </p>
<p><strong>Disruptive behavior:</strong> Sustained disruption of summit events, including talks and
presentations will not be tolerated. This includes ‘talking over’ speakers, or influencing crowd
actions
that are contrary to the direction of the session. Influencing the over-consumption of alcohol, or
making
derogatory comments about those who abstain from alcohol.</p>
<p><strong>Instigating:</strong> Advocating for, or encouraging, any of the above behavior is the same
as
committing that behavior yourself, and thus the same consequences apply.</p>
<h3 id="consequences-of-unacceptable-behavior">Consequences of Unacceptable Behavior</h3>
<p>Unacceptable behavior from any summit community participants, including those with decision-making
authority,
will not be tolerated.</p>
<p>Anyone asked to stop unacceptable behavior is expected to comply immediately.</p>
<p>If an event participant engages in unacceptable behavior, the organizers may take any action they
deem
appropriate, up to and including a temporary ban or permanent expulsion from the event, as well as
associated and future events without warning.</p>
<h3 id="reporting-guidelines">Reporting guidelines</h3>
<p>If you are subject to or witness unacceptable behavior, or have any other concerns, please notify the
summit
conduct team as soon as possible by calling <a href="https://twitter.com/Fabian_ikono">Fabian
Blechschmidt</a> at: +49 176 666 55 256.</p>
<p>Additionally, event organizers are available to help attendees engage with local law enforcement or
to
otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person
events,
organizers will also provide escorts as desired by the person experiencing distress.</p>
<h3 id="scope">Scope</h3>
<p>All attendees and organizers are expected to abide by this Code of Conduct in all venues — online and
in-person — as well as in all one-on-one communications pertaining to community business.</p>
<p>This guideline and its related procedures also applies to unacceptable behavior occurring outside the
scope
of the WEucEU activities when such behavior has the potential to adversely affect the safety and
well-being of attendees.</p>
<h3 id="license-and-attribution">License and attribution</h3>
<p>This Code of Conduct is distributed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative
Commons Attribution-ShareAlike license</a>.
It has been adapter with few modifications from the <a href="http://2017.jsunconf.eu/coc/">JSUnconf
CoC</a>.
Which has been adapted with few modifications from the <a
href="https://github.com/mozilla/participation-org/blob/master/global_events/leadership_summit/code-of-conduct.md">Mozilla
leadership summit community guidelines</a> (Thank you for very friendly and open, but also to
the
point
guidelines!)
</p>
</div>
</div>
</div>
</div>
<!-- Javascript files-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.0.min.js"><\/script>')</script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/jquery.onepage-scroll.js"></script>
<script src="js/front.js"></script>
<!-- Google Analytics Start -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-101208828-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Google Analytics End -->
</body>
</html>