-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
623 lines (472 loc) · 35.6 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
<!doctype html>
<!--[if lt IE 9]> <html class="no-js lte-ie8"><![endif]-->
<!--[if gt IE 8]><!--><html class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>WebCamp Zagreb 2015 - Community Oriented Conference</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="google-site-verification" content="obrkJ3sS7-j1pyueXEHAbHICO3DYZ6Rx-BMB265HmYs" />
<link rel="shortcut icon" href="static/images/favicon/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="static/images/favicon/apple-touch-icon-precomposed.png" />
<link rel="stylesheet" href="static/stylesheets/site.css" />
<script>!function(){"use strict";function e(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent&&e.attachEvent("on"+t,n)}function t(e){return window.localStorage&&localStorage.font_css_cache&&localStorage.font_css_cache_file===e}function n(){if(window.localStorage&&window.XMLHttpRequest)if(t(o))c(localStorage.font_css_cache);else{var n=new XMLHttpRequest;n.open("GET",o,!0),e(n,"load",function(){4===n.readyState&&(c(n.responseText),localStorage.font_css_cache=n.responseText,localStorage.font_css_cache_file=o)}),n.send()}else{var a=document.createElement("link");a.href=o,a.rel="stylesheet",a.type="text/css",document.getElementsByTagName("head")[0].appendChild(a),document.cookie="font_css_cache"}}function c(e){var t=document.createElement("style");t.innerHTML=e,document.getElementsByTagName("head")[0].appendChild(t)}var o="/static/stylesheets/font.css";window.localStorage&&localStorage.font_css_cache||document.cookie.indexOf("font_css_cache")>-1?n():e(window,"load",n)}();</script>
<meta name="description" content="WebCamp Zagreb is a technology oriented conference for developers & designers taking place on October 3rd & 4th, 2015 in Zagreb, Croatia.">
<meta property="og:site_name" content="WebCamp Zagreb Conference 2015"/>
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://2015.webcampzg.org/"/>
<meta property="og:title" content="WebCamp Zagreb Conference 2015" />
<meta property="og:description" content="Technology oriented conference for developers and designers" />
<meta property="og:image" content="https://2015.webcampzg.org/static/images/webcamp-zagreb-conference.jpg"/>
<meta property="og:image:width" content="600" />
<meta property="og:image:height" content="315" />
</head>
<body class="">
<header class="Header Hero Hero--main" role="banner">
<div class="Hero-inner">
<div class="Wrapper Wrapper--wide">
<a href="" class="Logo"><svg width="180" height="181" viewBox="0 0 180 181" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h180v180.443H0V0z" fill="#E4E5E1"/><path d="M5 5.012h170v170.42H5V5.01z" fill="#fff"/><path d="M13.987 101.686c-.124-.435.124-.745.556-.745h2.846c.24 0 .49.22.55.44l3.21 12.38h.12l4.92-12.77c.06-.18.21-.34.52-.34h.55c.31 0 .46.16.52.34l4.95 12.78h.122l3.157-12.37c.066-.21.31-.43.56-.43h2.844c.43 0 .68.31.555.75l-5.85 20.84c-.06.25-.31.44-.558.44h-.49c-.28 0-.468-.152-.53-.34l-5.54-14.05h-.154l-5.476 14.05c-.09.188-.218.34-.528.34h-.49c-.25 0-.498-.184-.56-.43l-5.83-20.85m31.497-.16c0-.31.25-.59.59-.59h12.59c.34 0 .59.28.59.59v2.542c0 .31-.25.59-.59.59H49.5v5.08h7.642c.31 0 .587.28.587.59v2.57c0 .34-.28.59-.59.59H49.5v5.43h9.158c.34 0 .59.28.59.59v2.545c0 .31-.25.59-.59.59H46.07c-.34 0-.588-.28-.588-.59v-20.53m20.048-.002c0-.31.246-.59.587-.59h7.085c3.68 0 6.527 2.486 6.527 5.74 0 2.39-1.95 4.25-3.41 4.93 1.64.53 4.02 2.206 4.02 5.06 0 3.474-2.97 5.987-6.75 5.987h-7.48c-.34 0-.59-.28-.59-.59v-20.54zm7.3 8.53c1.578 0 2.662-1.24 2.662-2.79s-1.084-2.634-2.66-2.634H69.52v5.43h3.31zm.433 8.936c1.548 0 2.785-1.21 2.785-2.82 0-1.55-1.547-2.7-3.155-2.7H69.52v5.5h3.743zm-47.767 7.37c3.125 0 5.383 1 7.487 2.89.28.25.28.62.03.87l-1.886 1.96c-.217.25-.526.25-.774 0-1.3-1.147-3.032-1.83-4.765-1.83-3.96 0-6.9 3.32-6.9 7.227 0 3.875 2.97 7.16 6.93 7.16 1.858 0 3.435-.716 4.735-1.77.248-.22.588-.19.774 0l1.917 1.984c.248.217.186.62-.03.837-2.104 2.05-4.765 3.01-7.518 3.01-6.188 0-11.17-4.93-11.17-11.13 0-6.204 4.982-11.198 11.17-11.198m11.23 21.213l9.622-20.87c.093-.186.248-.34.525-.34h.31c.31 0 .434.16.526.345l9.52 20.87c.18.4-.06.8-.53.8h-2.69c-.47 0-.68-.184-.9-.62l-1.52-3.35h-9.25l-1.52 3.35c-.13.31-.4.62-.9.62h-2.69c-.47 0-.71-.402-.53-.804zM50.09 141L47 134.15h-.09l-3.03 6.823h6.217zm14.08-14.144c.03-.246.22-.464.56-.464h.5c.25 0 .43.13.53.313l6.81 14.64h.098l6.806-14.64c.095-.184.25-.31.528-.31h.497c.34 0 .52.22.55.466l3.65 20.84c.09.44-.16.72-.56.72h-2.82c-.28 0-.53-.24-.59-.46L78.9 136.2h-.09l-5.416 12.19c-.06.185-.248.34-.527.34h-.556c-.27 0-.43-.155-.52-.34l-5.48-12.19h-.09l-1.79 11.754c-.03.215-.28.463-.554.463h-2.79c-.4 0-.65-.28-.59-.715l3.682-20.84" fill="#0B0B0A"/><path d="M90.774 127.26c0-.31.248-.588.588-.588h7.27c3.806 0 6.93 3.1 6.93 6.854 0 3.846-3.124 6.978-6.898 6.978h-3.867v7.29c0 .31-.28.588-.59.588h-2.845c-.34 0-.588-.28-.588-.59v-20.53zm7.61 9.46c1.734 0 3.188-1.395 3.188-3.225 0-1.706-1.454-3.01-3.187-3.01h-3.588v6.235h3.588z" fill="#0B0B0A"/><path d="M14.918 162.32l5.077-7.822v-.025h-4.527c-.087 0-.162-.075-.162-.188v-.2c0-.088.075-.164.162-.164h5.153c.1 0 .17.08.17.17v.2l-5.09 7.85v.01h4.67c.1 0 .16.08.16.17v.23c0 .09-.06.17-.16.17H15.1c-.1 0-.177-.06-.177-.15v-.22m7.362.23l3.85-8.723c.026-.05.09-.084.15-.084h.04c.06 0 .124.01.16.085l3.815 8.723c.024.073.024.15-.114.15h-.325c-.09 0-.15-.064-.18-.114l-1.01-2.31h-4.78l-1 2.31c-.02.05-.08.114-.17.114h-.35c-.09 0-.12-.05-.09-.15zm6.176-2.757l-2.13-5.05h-.02l-2.17 5.054h4.34zm8.09-5.99c1.26 0 2.22.43 3.03 1.168.06.06.08.16.01.228-.06.07-.14.15-.2.21-.07.09-.13.073-.21 0-.7-.65-1.61-1.05-2.64-1.05-2.17 0-3.89 1.78-3.89 3.943 0 2.17 1.71 3.95 3.89 3.95 1.53 0 2.48-.59 2.6-.69v-2.36H37c-.14 0-.164-.05-.164-.167v-.25c0-.1.025-.15.163-.15h2.56c.09 0 .16.072.16.15v2.905c0 .187-.08.25-.18.325-.23.15-1.37.8-3 .8-2.52 0-4.53-1.98-4.53-4.5 0-2.51 2.01-4.526 4.52-4.526m6.38.29c0-.09.06-.164.16-.164h3.1c1.52 0 2.79 1.16 2.79 2.69 0 1.265-.88 2.28-2.07 2.62l1.825 3.245c.06.1.03.23-.09.23h-.39c-.09 0-.14-.04-.177-.112l-1.815-3.282c-.164.01-.3.01-.464.01h-2.3v3.22c0 .09-.07.166-.2.166h-.22c-.09 0-.16-.078-.16-.165v-8.45zm3.236 4.7c1.2 0 2.213-.94 2.213-2.18 0-1.19-1.01-2.107-2.22-2.107h-2.62v4.286h2.64zm5.887-4.7c0-.09.08-.164.165-.164h5.01c.09 0 .16.08.16.17v.213c0 .087-.075.16-.163.16h-4.58v3.46h3.96c.09 0 .166.077.166.165v.21c0 .09-.076.166-.164.166h-3.96v3.71h4.58c.082 0 .16.08.16.166v.2c0 .085-.08.16-.167.16h-5c-.087 0-.16-.075-.16-.16v-8.45m8.48 0c0-.08.08-.16.16-.16h2.66c1.54 0 2.59.895 2.59 2.27 0 .99-.6 1.72-1.37 2.03.886.24 1.65.89 1.65 2.1 0 1.4-1.126 2.38-2.75 2.38H60.7c-.09 0-.164-.08-.164-.166v-8.45zm2.99 8.09c1.214 0 2.064-.78 2.064-1.87 0-1.12-.95-1.78-2.134-1.78h-2.33v3.644h2.41zm-.07-4.2c1.18 0 1.865-.74 1.865-1.77 0-1.09-.75-1.746-1.95-1.746h-2.24v3.51h2.327zm8.713 4.15c.925-1.056 2.225-2.65 3.15-3.75.626-.705.95-1.33.95-1.83 0-.64-.437-1.37-1.537-1.37-.69 0-1.25.476-1.59.84-.1.1-.24.1-.33 0l-.422-.426c-.074-.074-.1-.225-.01-.325 0 0 .94-1.23 2.43-1.23 1.785 0 2.736 1.14 2.736 2.46 0 .966-.52 1.63-1.2 2.445-.66.8-1.53 1.83-2.27 2.67h3.19c.13 0 .24.11.24.24v.6c0 .125-.11.238-.24.238H72.4c-.137 0-.237-.11-.237-.234v-.33m7.875-3.7c0-2.746 1.125-4.388 3.1-4.388 1.964 0 3.09 1.645 3.09 4.39s-1.126 4.387-3.09 4.387c-1.975 0-3.1-1.64-3.1-4.38zm4.927 0c0-2.057-.663-3.235-1.826-3.235-1.18 0-1.84 1.18-1.84 3.235 0 2.08.66 3.244 1.84 3.244 1.16 0 1.82-1.163 1.82-3.244zm4.938-2.345l-1 .477c-.113.05-.24.026-.276-.086l-.15-.44c-.038-.1-.013-.2.038-.25l1.775-1.62h.613c.125 0 .225.11.225.24v8.042c0 .124-.1.24-.225.24h-.762c-.13 0-.23-.116-.23-.24v-6.37m4.21 5.266c.17-.14.3-.3.47-.44.1-.09.2-.113.3 0 .09.113.79.814 1.74.814 1.03 0 1.7-.878 1.7-1.768 0-.877-.57-1.604-1.73-1.604h-1.92c-.25 0-.39-.24-.39-.44v-3.51c0-.13.1-.24.24-.24h3.86c.14 0 .24.11.24.24v.61c0 .123-.1.24-.24.24H95.4v1.98h1.264c1.838 0 2.876 1.063 2.876 2.71 0 1.563-1.25 2.87-2.964 2.87-1.362 0-2.125-.67-2.437-1.04-.17-.19-.18-.28-.03-.43m8.3-.274c.49 0 .87.39.87.876 0 .477-.39.865-.88.865-.48 0-.86-.385-.86-.86 0-.49.38-.88.86-.88" fill="#D9262A"/><path d="M60 35.086V25.062H25V85.21h15v-5.013h5V70.172h5V65.16l9.808-10.025H70v-20.05H60" fill="#E4E5E1"/><path d="M75 25.062h5v5.012h-5v-5.012zm-5-5.012h5v5.012h-5V20.05zm-5.192-5.013H60v20.05h5v-15.04h5v-5.012h-5.192" fill="#60605D"/><path d="M20 20.05h40v-5.013H15v80.197h20v-5.012H20V20.05m54.808 10.024H60v5.012h15v15.037h5v-20.05h-5.192M75 90.223H45v5.01h35V60.15h-5v30.074" fill="#0B0B0A"/><path d="M35 50.123h5v5.012h-5v-5.012zM65 65.16v5.012h-5v5.013h-5v5.012h-5v5.012h20V65.16h-5" fill="#E4E5E1"/><path class="Logo-heart" d="M60 50.123V45.11H50v5.013h-5V45.11H35v5.013h5v5.012h-5v-5.012h-5v10.025h5v5.012h5v5.012h5v5.013h5v-5.013h5V65.16h5v-5.012h5V50.123h-5" fill="#D9262A"/></g></svg></a>
<nav class="SiteNav" id="SiteNav">
<div class="SiteNav-compact" aria-hidden="true" role="presentation">
<a href="index.html#SiteNav" class="SiteNav-toggler SiteNav-toggler--open"><i class="Icon Icon--menu">Open navigation</i></a>
<a href="index.html#" class="SiteNav-toggler SiteNav-toggler--close"><i class="Icon Icon--close">Close navigation</i></a>
</div>
<ul class="SiteNav-list">
<li class="SiteNav-item">
<a href="info/" class="SiteNav-link">Info</a>
</li>
<li class="SiteNav-item">
<a href="venue/" class="SiteNav-link">Venue</a>
</li>
<li class="SiteNav-item">
<a href="jobs/" class="SiteNav-link">Jobs</a>
</li>
<li class="SiteNav-item">
<a href="sponsors/" class="SiteNav-link">Sponsors</a>
</li>
<li class="SiteNav-item">
<a href="talks/" class="SiteNav-link">Talks</a>
</li>
<li class="SiteNav-item">
<a href="schedule/" class="SiteNav-link">Schedule</a>
</li>
<li class="SiteNav-item">
<a href="code/" class="SiteNav-link">Code of Conduct</a>
</li>
</ul>
</nav>
</div>
<div class="Punchline Punchline--keynotes">
<div class="Wrapper Wrapper--narrow">
<h2 class="Punchline-info">Technology oriented conference for <b>developers & designers</b></h2>
<div class="Punchline-event">
<p class="Punchline-date">October 3rd & 4th, 2015</p>
<p class="Punchline-location"><span>Hypo Expo XXI</span> <span>Slavonska avenija 6</span> Zagreb, Croatia</p>
</div>
</div>
</div>
<div class="Wrapper Wrapper--wide">
<ul class="Keynotes">
<li class="Keynote">
<a href="talks/view/functional-programming/" class="Keynote-link">
<h4 class="Keynote-title">
Saturday Keynote
</h4>
<div class="Keynote-content">
<div class="Grid">
<div class="Grid-cell Grid-cell--1of3">
<figure class="Keynote-figure">
<div class="FlairFigure">
<img src="media/uploads/applicant_images/bobredivicom/bob_big.JPG" alt="Photo of Bob Ippolito" />
</div>
</figure>
</div>
<div class="Grid-cell Grid-cell--2of3">
<p class="Keynote-speaker">Bob Ippolito</p>
<h3 class="Keynote-description">Functional programming</h3>
</div>
</div>
</div>
</a>
</li>
<li class="Keynote">
<a href="talks/view/what-the-hell-is-ux-strategy-and-why-its-crucial/" class="Keynote-link">
<h4 class="Keynote-title">
Sunday Keynote
</h4>
<div class="Keynote-content">
<div class="Grid">
<div class="Grid-cell Grid-cell--1of3">
<figure class="Keynote-figure">
<div class="FlairFigure">
<img src="media/uploads/applicant_images/jaimerlevygmailcom/jaimebook1_big.jpg" alt="Photo of Jaime Levy" />
</div>
</figure>
</div>
<div class="Grid-cell Grid-cell--2of3">
<p class="Keynote-speaker">Jaime Levy</p>
<h3 class="Keynote-description">What the hell is UX Strategy and why it's crucial!</h3>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</header>
<section class="Spotlight Spotlight--beta">
<div class="Wrapper Wrapper--narrow Wrapper--withFlair is-flairRightInactive">
<div class="Highlights">
<nav class="Highlights-nav">
<ul>
<li><a href="index.html#highlights-posts" class="Highlights-navLink Highlights-navLink--posts is-active" data-block="highlights-posts">Latest news</a></li>
<li><a href="index.html#highlights-talks" class="Highlights-navLink Highlights-navLink--talks" data-block="highlights-talks">Talks</a></li>
</ul>
</nav>
<div class="Highlights-block is-active" id="highlights-posts">
<div class="Listing">
<ul class="Listing-list">
<li class="Listing-item">
<article class="Article">
<time class="Article-pubDate" pubdate="pubdate" datetime="Nov. 2, 2015, 9:44 a.m.">02.11.2015.</time>
<h3 class="Article-title">
<a href="blog/view/budgeting-webcamp/">Budgeting WebCamp</a>
</h3>
<div class="Article-excerpt">
<p>In the spirit of community transparency, we decided to share our budget with you. The broad outlines were presented on the closing talk, but we decided to write up on it as well, for posterity's sake.</p>
</div>
</article>
</li>
<li class="Listing-item">
<article class="Article">
<time class="Article-pubDate" pubdate="pubdate" datetime="Sept. 25, 2015, 4:08 p.m.">25.09.2015.</time>
<h3 class="Article-title">
<a href="blog/view/freelancers-guide-to-escaping-the-office/">The Freelancer’s Guide to Escaping the Office</a>
<span class="ArticleFlag Flag Flag--alpha">Sponsored</span>
</h3>
<div class="Article-excerpt">
<p>As developers and designers, our professions do not need to be physically tied down to one place, and more and more of us are realizing this and working on a remote basis. At <a href="http://www.toptal.com/" target="_blank">Toptal</a>, we don’t have an office whatsoever, and thousands of us write code and create amazing designs on a completely remote basis.</p>
</div>
</article>
</li>
<li class="Listing-item">
<article class="Article">
<time class="Article-pubDate" pubdate="pubdate" datetime="Sept. 18, 2015, 10:53 a.m.">18.09.2015.</time>
<h3 class="Article-title">
<a href="blog/view/7-habits-great-product-engineers/">The 7 Habits of Great Product Engineers</a>
<span class="ArticleFlag Flag Flag--alpha">Sponsored</span>
</h3>
<div class="Article-excerpt">
<p>I’m <a href="https://twitter.com/brianw">Brian White</a>, a Director of Engineering at Intercom. We’re sponsoring the Intercom Track at Webcamp this year, and I’ll be in Zagreb with five of our team to attend and learn from the amazing event that's in store.</p>
</div>
</article>
</li>
</ul>
<nav class="Listing-nav">
<p><a class="Listing-link Button Button--gamma Button--rounded" href="blog/">View Archive</a></p>
</nav>
</div>
</div>
<div class="Highlights-block" id="highlights-talks">
<div class="Listing">
<ul class="Listing-list">
<li class="Listing-item">
<article class="QuickTalk">
<div class="Grid">
<div class="Grid-cell Grid-cell--1of3">
<figure class="QuickTalk-figure">
<div class="FlairFigure">
<img src="media/uploads/applicant_images/filippetkovskygmailcom/profile2_eHhERiX_big.jpg" alt="Photo of Filip Petkovski">
</div>
</figure>
</div>
<div class="Grid-cell Grid-cell--2of3">
<p class="QuickTalk-speaker"><span>Speaker:</span> <a href="talks/view/building-uis-with-react/index.html#speaker">Filip Petkovski</a></p>
<h3 class="QuickTalk-title"><a href="talks/view/building-uis-with-react/">Building UIs with React
<span class="ArticleFlag Flag Flag--alpha">
Community chosen
</span>
</a></h3>
<div class="QuickTalk-body">
In times when two way data binding has become the industry standard, React breaks the conventions with uni directional data flow to enable manageable and fast UI components.
</div>
<aside class="QuickTalk-social">
<ul>
<li><a href="https://twitter.com/fpetkovsky"><svg class="Icon Icon--social"><title>Twitter profile</title><use xlink:href="/static/images/sprite.svg#Sprite-twitter"></use></svg></a></a></li>
<li><a href="https://github.com/fpetkovski"><svg class="Icon Icon--social"><title>GitHub profile</title><use xlink:href="/static/images/sprite.svg#Sprite-github"></use></svg></a></a></li>
</ul>
</aside>
</div>
</div>
</article>
</li>
<li class="Listing-item">
<article class="QuickTalk">
<div class="Grid">
<div class="Grid-cell Grid-cell--1of3">
<figure class="QuickTalk-figure">
<div class="FlairFigure">
<img src="media/uploads/applicant_images/joshuareversinglabscom/rlprofile_big.jpg" alt="Photo of Joshua Mahoney">
</div>
</figure>
</div>
<div class="Grid-cell Grid-cell--2of3">
<p class="QuickTalk-speaker"><span>Speaker:</span> <a href="talks/view/elements-of-modern-web-applications/index.html#speaker">Joshua Mahoney</a></p>
<h3 class="QuickTalk-title"><a href="talks/view/elements-of-modern-web-applications/">Elements of modern web applications
<span class="ArticleFlag Flag Flag--alpha">
Sponsored
</span>
</a></h3>
<div class="QuickTalk-body">
What happens when you ask people “what are the elements of a modern web application?” You get expected, unexpected and missing answers.
</div>
<aside class="QuickTalk-social">
<ul>
<li><a href="https://twitter.com/roostah"><svg class="Icon Icon--social"><title>Twitter profile</title><use xlink:href="/static/images/sprite.svg#Sprite-twitter"></use></svg></a></a></li>
</ul>
</aside>
</div>
</div>
</article>
</li>
<li class="Listing-item">
<article class="QuickTalk">
<div class="Grid">
<div class="Grid-cell Grid-cell--1of3">
<figure class="QuickTalk-figure">
<div class="FlairFigure">
<img src="media/uploads/applicant_images/pkxeraanet/profilbild-halb_big.jpg" alt="Photo of Philipp Krenn">
</div>
</figure>
</div>
<div class="Grid-cell Grid-cell--2of3">
<p class="QuickTalk-speaker"><span>Speaker:</span> <a href="talks/view/101-steps-to-avoid-a-security-disaster-in-the-cloud/index.html#speaker">Philipp Krenn</a></p>
<h3 class="QuickTalk-title"><a href="talks/view/101-steps-to-avoid-a-security-disaster-in-the-cloud/">101 Steps to Avoid a Security Disaster in the Cloud
</a></h3>
<div class="QuickTalk-body">
It's really fast getting started in the cloud. Destroying everything is just as fast. This talk show you how you can avoid that.
</div>
<aside class="QuickTalk-social">
<ul>
<li><a href="https://twitter.com/xeraa"><svg class="Icon Icon--social"><title>Twitter profile</title><use xlink:href="/static/images/sprite.svg#Sprite-twitter"></use></svg></a></a></li>
<li><a href="https://github.com/xeraa"><svg class="Icon Icon--social"><title>GitHub profile</title><use xlink:href="/static/images/sprite.svg#Sprite-github"></use></svg></a></a></li>
</ul>
</aside>
</div>
</div>
</article>
</li>
</ul>
<nav class="Listing-nav">
<p><a class="Listing-link Button Button--gamma Button--rounded" href="talks/">All Talks</a></p>
</nav>
</div>
</div>
</div>
</div>
</section>
<section class="Newsletter">
<div class="Wrapper Wrapper--narrow">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://webcampzg.us7.list-manage.com/subscribe/post?u=9390a854a4f6130f215f417ef&id=5b285297b0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate Form" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group form-wrap">
<div class="Grid">
<div class="Grid-cell Grid-cell--2of3">
<div class="Field Field--text"><input type="email" value="" name="EMAIL" class="required email Newsletter-email" id="mce-EMAIL" placeholder="Let's stay in touch!"></div>
</div>
<div class="Grid-cell Grid-cell--1of3">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button Button Button--alpha Form-action Form-action--submit Newsletter-action">
</div>
</div>
</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;">
<input type="text" name="b_9390a854a4f6130f215f417ef_5b285297b0" tabindex="-1" value="">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</section>
<section class="Promote">
<div class="Wrapper Wrapper--narrow Wrapper--withFlair">
<h2 class="Promote-title">Supported by</h2>
</div>
<div class="Promote-body">
<div class="Sponsors Sponsors--quickList">
<div class="Sponsors-type Sponsors-type--diamond">
<ul class="Sponsors-list">
<li class="Sponsors-item">
<a class="Sponsors-link" href="sponsors/view/toptal/"><img src="media/uploads/sponsors/toptal.svg" alt="Toptal" class="Sponsors-logo" /></a>
</li>
</ul>
</div>
<div class="Sponsors-type Sponsors-type--track">
<ul class="Sponsors-list">
<li class="Sponsors-item">
<a class="Sponsors-link" href="sponsors/view/reversinglabs/"><img src="media/uploads/sponsors/logo-reversinglabs.svg" alt="ReversingLabs" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item">
<a class="Sponsors-link" href="sponsors/view/intercom/"><img src="media/uploads/sponsors/intercom.svg" alt="Intercom" class="Sponsors-logo" /></a>
</li>
</ul>
</div>
<div class="Sponsors-type Sponsors-type--standard">
<ul class="Sponsors-list">
<li class="Sponsors-item ">
<a class="Sponsors-link" href="sponsors/view/netgen/"><img src="media/uploads/sponsors/netgen-logo.svg" alt="Netgen" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="sponsors/view/infobip/"><img src="media/uploads/sponsors/Infobip_logo.svg" alt="Infobip" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item Sponsors-item--aduroIdeja">
<a class="Sponsors-link" href="sponsors/view/aduro-ideja/"><img src="media/uploads/sponsors/aduro_finish.png" alt="Aduro Ideja" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="sponsors/view/hr-cloud/"><img src="media/uploads/sponsors/HRC_logo.svg" alt="HR Cloud" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="sponsors/view/teched/"><img src="media/uploads/sponsors/teched_oaXFJ5R.svg" alt="Teched" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="sponsors/view/infinum/"><img src="media/uploads/sponsors/infinum_logo.svg" alt="Infinum" class="Sponsors-logo" /></a>
</li>
</ul>
</div>
<div class="Sponsors-type Sponsors-type--supporter">
<ul class="Sponsors-list">
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://www.amphinicy.com/"><img src="media/uploads/sponsors/amphinicy.svg" alt="Amphinicy Technologies" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://www.trikoder.hr/"><img src="media/uploads/sponsors/trikoder-logo.svg" alt="Trikoder" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://five.agency/"><img src="media/uploads/sponsors/Five_logo_outline.svg" alt="Five" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://goodcode.io/"><img src="media/uploads/sponsors/dobarkod_Z5wagDb.svg" alt="Dobar Kod" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://www.revolucija.hr/"><img src="media/uploads/sponsors/revolucija-300x120.png" alt="Studio Revolucija" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://www.locastic.com/hr/"><img src="media/uploads/sponsors/locastic-logo-2015.svg" alt="Locastic " class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="https://www.buckhill.co.uk/"><img src="media/uploads/sponsors/Buckhill_logo.png" alt="Buckhill" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://www.nivas.hr/"><img src="media/uploads/sponsors/nivas-logo.SVG" alt="Nivas" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item ">
<a class="Sponsors-link" href="http://neutrinodev.com/"><img src="media/uploads/sponsors/neutrino.svg" alt="Neutrino" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item Sponsors-item--masinerija">
<a class="Sponsors-link" href="http://www.masinerija.com/"><img src="media/uploads/sponsors/Masinerija_Logo_Di2JGOq.svg" alt="Mašinerija" class="Sponsors-logo" /></a>
</li>
</ul>
</div>
<div class="Sponsors-type Sponsors-type--media">
<ul class="Sponsors-list">
<li class="Sponsors-item Sponsors-item--media">
<a class="Sponsors-link" href="sponsors/view/sitepoint/"><img src="media/uploads/sponsors/sitepoint_kcFS4h2.svg" alt="SitePoint" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item Sponsors-item--media">
<a class="Sponsors-link" href="sponsors/view/styria/"><img src="media/uploads/sponsors/Styria_Digital_Services_Logo_RGB_paths.svg" alt="Styria" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item Sponsors-item--media">
<a class="Sponsors-link" href="sponsors/view/just-zagreb/"><img src="media/uploads/sponsors/justzg.svg" alt="Just Zagreb" class="Sponsors-logo" /></a>
</li>
<li class="Sponsors-item Sponsors-item--media">
<a class="Sponsors-link" href="sponsors/view/netokracija/"><img src="media/uploads/sponsors/logo.svg" alt="Netokracija" class="Sponsors-logo" /></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="Promote UserGroups">
<div class="Wrapper Wrapper--narrow Wrapper--withFlair">
<h2 class="Promote-title">Organized by</h2>
</div>
<div class="Promote-body">
<ul class="UserGroups-list">
<li class="UserGroups-item UserGroups-item--frontman-zagreb">
<a class="UserGroups-link" href="http://www.meetup.com/FrontmanZg/"><img src="static/images/user-groups/frontman-zagreb.svg" alt="Frontman Zagreb logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--javascript-zagreb">
<a class="UserGroups-link" href="http://www.meetup.com/JavaScript-Zagreb/"><img src="static/images/user-groups/javascript-zagreb.svg" alt="Javascript Zagreb logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--lambda-zagreb">
<a class="UserGroups-link" href="http://www.meetup.com/lambdazagreb/"><img src="static/images/user-groups/lambda-zagreb.svg" alt="Lambda Zagreb logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--ms-community-hrvatska">
<a class="UserGroups-link" href="http://www.mscommunity.hr/"><img src="static/images/user-groups/ms-community-hrvatska.svg" alt="Microsoft Community Hrvatska logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--python-hrvatska">
<a class="UserGroups-link" href="http://www.meetup.com/Python-Hrvatska/"><img src="static/images/user-groups/python-hrvatska.svg" alt="Python Hrvatska logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--ruby-zagreb">
<a class="UserGroups-link" href="http://www.meetup.com/rubyzg/"><img src="static/images/user-groups/ruby-zagreb.svg" alt="Ruby Zagreb logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--wdhr">
<a class="UserGroups-link" href="http://www.meetup.com/Web-Designers-Hrvatska-ZG-Meetup/"><img src="static/images/user-groups/wdhr.svg" alt="Web Designers Hrvatska logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--zagreb-stc">
<a class="UserGroups-link" href="https://groups.google.com/forum/#!forum/zagreb-stc"><img src="static/images/user-groups/zagreb-stc.svg" alt="Zagreb Software Testing Club logo" class="UserGroups-logo" /></a>
</li>
<li class="UserGroups-item UserGroups-item--zgphp">
<a class="UserGroups-link" href="http://zgphp.org/"><img src="static/images/user-groups/zgphp.svg" alt="ZgPHP logo" class="UserGroups-logo" /></a>
</li>
</ul>
</div>
</section>
<div class="Promote Bithub">
<div class="Wrapper Wrapper--narrow Wrapper--withFlair">
<h2 class="Promote-title">On Social Media</h2>
</div>
<div class="Promote-body">
<div class="Wrapper Wrapper--narrow">
<a href="https://bithub.com/embed?hubId=2&tenant=solitary_tsunami_597_8&view=public" class="bithub-embed">hollow-cove-1477 Embed</a><script data-src="https://bithub.com/embed.js"></script>
</div>
</div>
</div>
<footer class="Footer" role="contentinfo">
<div class="Wrapper Wrapper--narrow">
<ul class="QuickSocial">
<li>
<a href="https://www.facebook.com/WebCampZg"><svg class="Icon Icon--social"><title>Facebook</title><use xlink:href="/static/images/sprite.svg#Sprite-facebook"></use></svg></a>
</li>
<li>
<a href="https://twitter.com/webcampzg"><svg class="Icon Icon--social"><title>Twitter</title><use xlink:href="/static/images/sprite.svg#Sprite-twitter"></use></svg></a>
</li>
<li>
<a href="https://github.com/webcampzg"><svg class="Icon Icon--social"><title>Github</title><use xlink:href="/static/images/sprite.svg#Sprite-github"></use></svg></a>
</li>
<li>
<a href="https://plus.google.com/+WebcampzgOrgHR"><svg class="Icon Icon--social"><title>Google+</title><use xlink:href="/static/images/sprite.svg#Sprite-google-plus"></use></svg></a>
</li>
<li>
<a href="https://www.linkedin.com/company/webcamp-zagreb"><svg class="Icon Icon--social"><title>LinkedIn</title><use xlink:href="/static/images/sprite.svg#Sprite-linkedin"></use></svg></a>
</li>
</ul>
</div>
<div class="Wrapper Wrapper--wide">
<div class="Footer-copyright">
© WebCamp Zagreb 2012 — 2015
</div>
</div>
</footer>
<script src="static/javascripts/site.js"></script>
</body>
</html>