-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
435 lines (354 loc) · 33.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
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from ethberlin.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 25 Apr 2023 14:19:53 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="pingback" href="xmlrpc.php" />
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<script>var et_site_url='index.html';var et_post_id='2';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))}
</script><title>ETHBerlin 2018 | Berlin Hackathon & Workshops</title>
<style>
.tcode-filters-content,
.tcode-filters-wrapper {
background-color: rgba(255,210,0,0.1);
}
.tcode-filters-type {
color: #ffd200;
}
.tcode-filtered-term {
background-color: #ffd200;
}
.tcode-event-schedule .slick-arrow,
.tcode-event-schedule .slick-arrow:hover,
.tcode-event-schedule .slick-arrow:focus,
.tcode-event-schedule #days-carousel > button{
background-color: rgba(255,210,0, .1);
}
.tcode-event-schedule .scheduled-days .scheduled-day.active:before {
border-top-color: #ffd200 !important;
}
.tcode-event-schedule .scheduled-days .scheduled-day {
-webkit-transition: color 500ms ease, background 500ms ease;
-moz-transition: color 500ms ease, background 500ms ease;
-ms-transition: color 500ms ease, background 500ms ease;
-o-transition: color 500ms ease, background 500ms ease;
transition: color 500ms ease, background 500ms ease;
background-color: rgba(255,210,0,0.1);
}
.tcode-event-schedule .scheduled-days .scheduled-day.active,
.tcode-event-schedule .scheduled-days .scheduled-day:hover {
background-color: #ffd200;
}
.tcode-event-schedule .scheduled-days .scheduled-day:hover {
background-color: rgba(255,210,0, .5);
}
.tcode-event-schedule .scheduled-days .scheduled-day.active:hover {
-moz-transition: color 0s, background 0s;
-webkit-transition: color 0s, background 0s;
-o-transition: color 0s, background 0s;
transition: color 0s, background 0s;
background-color: #ffd200;
}
.tcode-event-schedule .scheduled-locations .scheduled-location {
-webkit-box-shadow: inset 0 -1px 0 #ffd200;
-moz-box-shadow: inset 0 -1px 0 #ffd200;
box-shadow: inset 0 -1px 0 #ffd200;
-webkit-animation: shadowFadeOut 300ms;
-o-animation: shadowFadeOut 300ms;
animation: shadowFadeOut 300ms;
}
.tcode-event-schedule .scheduled-locations .scheduled-location.active,
.tcode-event-schedule .scheduled-locations .scheduled-location:hover {
-webkit-box-shadow: inset 0 -6px 0 rgba(255,210,0, .5);
-moz-box-shadow: inset 0 -6px 0 rgba(255,210,0, .5);
box-shadow: inset 0 -6px 0 rgba(255,210,0, .5);
-webkit-animation: shadowFadeIn 100ms;
-o-animation: shadowFadeIn 100ms;
animation: shadowFadeIn 100ms;
}
.tcode-event-schedule .scheduled-locations .scheduled-location.active {
-webkit-box-shadow: inset 0 -6px 0 #ffd200;
-moz-box-shadow: inset 0 -6px 0 #ffd200;
box-shadow: inset 0 -6px 0 #ffd200;
}
@keyframes shadowFadeIn {
0% { box-shadow: inset 0 -1px 0 #ffd200; }
50% { box-shadow: inset 0 -3px 0 rgba(255,210,0, .8); }
100% { box-shadow: inset 0 -6px 0 rgba(255,210,0, .5); }
}
@keyframes shadowFadeOut {
0% { box-shadow: inset 0 -6px 0 rgba(255,210,0, .5); }
50% { box-shadow: inset 0 -3px 0 rgba(255,210,0, .8); }
100% { box-shadow: inset 0 -1px 0 #ffd200; }
}
.tcode-event-schedule .scheduled-event {
border-bottom: 1px solid;
border-color: #ffd200;
}
.tcode-event-schedule .scheduled-event .imgContainer {
height: 86px;
width: 86px;
line-height: 80px;
}
.tcode-event-schedule.tcode-size-small .scheduled-event .imgContainer {
height: 71px;
width: 71px;
line-height: 65px;
}
.tcode-event-schedule .scheduled-event .imgContainer {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.tcode-event-schedule svg path,
.tcode-event-schedule svg circle {
fill: #ffd200 !important;
}
.tcode-event-schedule .scheduled-event .svgContainer:hover {
background-color: #ffd200;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
}
.tcode-event-schedule .scheduled-event .svgContainer:hover svg path,
.tcode-event-schedule .scheduled-event .svgContainer:hover svg circle {
fill: #fff !important;
-webkit-transition: fill 500ms ease;
-moz-transition: fill 500ms ease;
-ms-transition: fill 500ms ease;
-o-transition: fill 500ms ease;
transition: fill 500ms ease;
}
.tcode-event-schedule .scheduled-event .event-time {
color: #ffd200;
}
.tcode-event-schedule .scheduled-event .event-icon {
color: #ffd200;
}
.tcode-event-schedule .scheduled-event .event-excerpt .event-content a {
color: #ffd200;
}
.tcode-event-schedule .scheduled-event .artist-image,
#tcode-popup-container .scheduled-event .artist-image {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
max-height: 90px;
max-width: 90px;
}
#tcode-popup-container .scheduled-event .artist-image,
#tcode-popup-container .scheduled-event .artist-image img {
width: 120px;
height: 120px;
max-width: 120px;
max-height: 120px;
}
.tcode-social-icon:hover {
background-color: #ffd200;
-webkit-transition: background 500ms ease;
-moz-transition: background 500ms ease;
-ms-transition: background 500ms ease;
-o-transition: background 500ms ease;
transition: background 500ms ease;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
</style><meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='fonts/index.html' />
<link rel="alternate" type="application/rss+xml" title="ETHBerlin 2018 » Feed" href="feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="ETHBerlin 2018 » Comments Feed" href="comments/feed/index.html" />
<link rel="alternate" type="application/rss+xml" title="ETHBerlin 2018 » ETHBerlin Hackathon & Workshops Comments Feed" href="eins/feed/index.html" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ethberlin.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.1.1"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<meta content="Divi v.3.2.2" name="generator"/><style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='wp-includes/css/dist/block-library/style.min6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='classic-theme-styles-css' href='wp-includes/css/classic-themes.min68b3.css?ver=1' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='2code-base-style-css' href='wp-content/plugins/2code-event-schedule/assets/css/basestyle.min6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='2code-slider-style-css' href='wp-content/plugins/2code-event-schedule/assets/plugins/slick/slick6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='2code-magnific-popup-style-css' href='wp-content/plugins/2code-event-schedule/assets/plugins/magnific-popup/dist/magnific-popup6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='2code-schedule-style-css' href='wp-content/plugins/2code-event-schedule/assets/css/style6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='2code-schedule-icons-css' href='wp-content/plugins/2code-event-schedule/assets/css/social-icons6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='2code-schedule-custom-style-css' href='wp-content/plugins/2code-event-schedule/assets/css/cstyle6a4d.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpsm-comptable-styles-css' href='wp-content/plugins/table-maker/css/style3109.css?ver=1.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='divi-style-css' href='wp-content/themes/Divi/styleee9a.css?ver=3.2.2' type='text/css' media='all' />
<link rel='stylesheet' id='et-builder-googlefonts-cached-css' href='fonts/css55e5.css?family=Bungee+Hairline%3Aregular%7COpen+Sans%3A300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CCabin%3Aregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic&ver=6.1.1#038;subset=latin,latin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='wp-includes/css/dashicons.min6a4d.css?ver=6.1.1' type='text/css' media='all' />
<script type='text/javascript' src='wp-includes/js/jquery/jquery.mina7a0.js?ver=3.6.1' id='jquery-core-js'></script>
<script type='text/javascript' src='wp-includes/js/jquery/jquery-migrate.mind617.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='wp-content/plugins/2code-event-schedule/assets/plugins/moment/moment-with-locales.min.js' id='2code-schedule-moment-js'></script>
<link rel="https://api.w.org/" href="wp-json/index.html" /><link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/2.json" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc0db0.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.1" />
<link rel="canonical" href="index.html" />
<link rel='shortlink' href='index.html' />
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed96ba.json?url=https%3A%2F%2Fethberlin.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embedd612?url=https%3A%2F%2Fethberlin.com%2F&format=xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="shortcut icon" href="wp-content/uploads/2018/08/android-chrome-512x512.png" /><style type="text/css" id="custom-background-css">
body.custom-background { background-color: #2b2b2b; }
</style>
<link rel="icon" href="wp-content/uploads/2018/08/cropped-android-chrome-512x512-1-32x32.png" sizes="32x32" />
<link rel="icon" href="wp-content/uploads/2018/08/cropped-android-chrome-512x512-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="wp-content/uploads/2018/08/cropped-android-chrome-512x512-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://ethberlin.com/wp-content/uploads/2018/08/cropped-android-chrome-512x512-1-270x270.png" />
<link rel="stylesheet" id="et-core-unified-cached-inline-styles" href="wp-content/cache/et/2/et-core-unified-168166045559.min.css" onerror="et_core_page_resource_fallback(this, true)" onload="et_core_page_resource_fallback(this)" /></head>
<body class="home page-template-default page page-id-2 custom-background et_pb_button_helper_class et_fullwidth_nav et_non_fixed_nav et_show_nav et_cover_background et_pb_gutter windows et_pb_gutters1 et_primary_nav_dropdown_animation_expand et_secondary_nav_dropdown_animation_fade et_pb_footer_columns1 et_header_style_left et_pb_pagebuilder_layout et_smooth_scroll et_right_sidebar et_divi_theme et_minified_js et_minified_css">
<div id="page-container">
<header id="main-header" data-height-onload="56">
<div class="container clearfix et_menu_container">
<div class="logo_container">
<span class="logo_helper"></span>
<a href="index.html">
<img src="wp-content/uploads/2018/05/ETHBerlin-logo-inline-text-1.png" alt="ETHBerlin 2018" id="logo" data-height-percentage="30" />
</a>
</div>
<div id="et-top-navigation" data-height="56" data-fixed-height="40">
<nav id="top-menu-nav">
<ul id="top-menu" class="nav"><li id="menu-item-326" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-326"><a href="about/index.html">ABOUT</a>
<ul class="sub-menu">
<li id="menu-item-1118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1118"><a href="locations/index.html">LOCATIONS</a></li>
<li id="menu-item-1197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1197"><a href="culture-room/index.html">CULTURE ROOM</a></li>
</ul>
</li>
<li id="menu-item-1206" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1206"><a href="#">SCHEDULES</a>
<ul class="sub-menu">
<li id="menu-item-709" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-709"><a href="schedule/index.html">TALKS & WORKSHOPS</a></li>
<li id="menu-item-1117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1117"><a href="hackathon-schedule/index.html">HACKATHON</a></li>
</ul>
</li>
<li id="menu-item-1535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1535"><a href="photos/index.html">PHOTOS</a>
<ul class="sub-menu">
<li id="menu-item-1519" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1519"><a href="photos/mitte/index.html">Mitte</a></li>
<li id="menu-item-1518" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1518"><a href="photos/friday/index.html">Friday</a></li>
<li id="menu-item-1517" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1517"><a href="photos/saturday/index.html">Saturday</a></li>
<li id="menu-item-1516" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1516"><a href="photos/sunday/index.html">Sunday</a></li>
</ul>
</li>
<li id="menu-item-1618" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1618"><a href="#">FUTURE EVENTS</a>
<ul class="sub-menu">
<li id="menu-item-1619" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1619"><a href="https://goerli.net/">GOERLICON #0 (2019)</a></li>
<li id="menu-item-297" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-297"><a href="https://ethberlinzwei.com/">ETHBERLIN ZWEI (2019)</a></li>
<li id="menu-item-1160" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1160"><a href="https://ethberlin.ooo/">ETHBERLIN³ (2022)</a></li>
<li id="menu-item-1623" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1623"><a href="https://blockchainweek.berlin/">BERLIN BLOCKCHAINWEEK</a></li>
</ul>
</li>
</ul> </nav>
<div id="et_mobile_nav_menu">
<div class="mobile_nav closed">
<span class="select_page">Select Page</span>
<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
</div>
</div> </div> <!-- #et-top-navigation -->
</div> <!-- .container -->
<div class="et_search_outer">
<div class="container et_search_form_container">
<form role="search" method="get" class="et-search-form" action="https://ethberlin.com/">
<input type="search" class="et-search-field" placeholder="Search …" value="" name="s" title="Search for:" /> </form>
<span class="et_close_search_field"></span>
</div>
</div>
</header> <!-- #main-header -->
<div id="et-main-area">
<div id="main-content">
<article id="post-2" class="post-2 page type-page status-publish hentry">
<div class="entry-content">
<p style="text-align: center;"><div class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular">
<div class="et_pb_row et_pb_row_0">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_image et_pb_image_0 et_always_center_on_mobile">
<span class="et_pb_image_wrap"><img src="wp-content/uploads/2018/05/ethberlingif.gif" alt="" /></span>
</div><div class="et_pb_with_border et_pb_module et_pb_image et_pb_image_1 et_always_center_on_mobile">
<span class="et_pb_image_wrap"><img src="wp-content/uploads/2018/05/ethberlin-text-1-1.png" alt="" /></span>
</div><div class="et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_dark et_pb_text_align_left">
<div class="et_pb_text_inner">
<p style="text-align: center;"><strong>September 7 – 9, 2018 </strong> /// <strong>Berlin, Germany</strong></p>
<p style="text-align: center;">It is done, it was a blast! All hacks on <a href="https://ethberlin.devpost.com/project-gallery" target="_blank" rel="noopener">Devpost</a>.</p>
<p><iframe title="ETHBerlin 2018 - Trailer (Blockchain Event Video)" width="1080" height="608" src="https://www.youtube.com/embed/UAJ0jd79LbQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p style="text-align: center;">A <a href="https://ethberlin.ooo/decentralization" target="_blank" rel="noopener">Department-of-Decentralization</a> event.</p>
<p style="text-align: center;"><a href="https://ethberlinzwei.com/" target="_blank" rel="noopener">ETHBerlin ZWEI</a> (2019) | <a href="https://ethberlin.ooo/" target="_blank" rel="noopener">ETHBerlin³</a> (2022)</p>
<p style="text-align: center;">ETHBerlin is a co-organizer and part of the <a href="https://blockchainweek.berlin/" target="_blank" rel="noopener">Berlin Blockchain Week</a>.</p>
<p style="text-align: center;">
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --> </div> <!-- .entry-content -->
</article> <!-- .et_pb_post -->
</div> <!-- #main-content -->
<span class="et_pb_scroll_top et-pb-icon"></span>
<footer id="main-footer">
<div id="et-footer-nav">
<div class="container">
<ul id="menu-footer" class="bottom-nav"><li id="menu-item-1617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1617"><a href="sponsors/index.html">Sponsors</a></li>
<li id="menu-item-315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-315"><a href="privacy-policy/index.html">Privacy Policy</a></li>
<li id="menu-item-306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-306"><a href="imprint/index.html">Contact & Imprint</a></li>
</ul> </div>
</div> <!-- #et-footer-nav -->
<div id="footer-bottom">
<div class="container clearfix">
<ul class="et-social-icons">
</ul> </div> <!-- .container -->
</div>
</footer> <!-- #main-footer -->
</div> <!-- #et-main-area -->
</div> <!-- #page-container -->
<script type="text/javascript">
var et_animation_data = [];
</script>
<script type='text/javascript' src='wp-content/plugins/2code-event-schedule/assets/plugins/slick/slick.min.js' id='2code-schedule-slider-js'></script>
<script type='text/javascript' src='wp-content/plugins/2code-event-schedule/assets/plugins/magnific-popup/dist/jquery.magnific-popup.min.js' id='2code-schedule-magnific-popup-js'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/core.min3f14.js?ver=1.13.2' id='jquery-ui-core-js'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/effect.min3f14.js?ver=1.13.2' id='jquery-effects-core-js'></script>
<script type='text/javascript' id='2code-schedule-script-js-extra'>
/* <![CDATA[ */
var settings = {"locale":"en_US","imageType":"circle","dateFormat":"ddd \u2022 DD\/MM\/YYYY","timeFormat":"HH:mm","dayFormat":"dddd"};
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/plugins/2code-event-schedule/assets/js/script.js' id='2code-schedule-script-js'></script>
<script type='text/javascript' id='divi-custom-script-js-extra'>
/* <![CDATA[ */
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_shortcodes_strings = {"previous":"Previous","next":"Next"};
var et_pb_custom = {"ajaxurl":"https:\/\/ethberlin.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/ethberlin.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/ethberlin.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"5fcd94bb0f","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"48c5c7a99a","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","is_builder_plugin_used":"","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"2","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":""};
var et_pb_box_shadow_elements = [];
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/themes/Divi/js/custom.minee9a.js?ver=3.2.2' id='divi-custom-script-js'></script>
<script type='text/javascript' src='wp-content/themes/Divi/core/admin/js/commonee9a.js?ver=3.2.2' id='et-core-common-js'></script>
</body>
<!-- Mirrored from ethberlin.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 25 Apr 2023 14:20:37 GMT -->
</html>