-
Notifications
You must be signed in to change notification settings - Fork 0
/
tp18.html
99 lines (88 loc) · 4.26 KB
/
tp18.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
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>18. Technologieplauscherl - Mit Freunden zamkommen und über Technologie, Coding und Projekte reden</title>
<meta http-equiv="refresh" content="0; url=/18">
<meta name="viewport" content="width=device-width">
<script src="//use.edgefonts.net/bebas-neue;open-sans:n4,n6.js"></script>
<!-- lobster -->
<link rel="stylesheet" href="css/main.css">
</head>
<body itemscope itemtype="http://schema.org/Event">
<div class="wrapper">
<h1 itemprop="name">Technologieplauscherl XVIII</h1>
<p class="info">
<span itemprop="startDate" content="2014-05-27T18:30"><i class="icon-calendar"></i> 27. Mai 2014 <i class="icon-clock"></i> 18:30 Uhr</span><br/>
</p>
<h2>Sessions</h2>
<section class="grid">
<article class="cell cell--w25" itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="speaker">
<img src="//fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/c50.50.621.621/s160x160/189204_4722750265928_1373196634_n.jpg" alt="Thomas Scheinecker" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Thomas Scheinecker</span>
<div class="speaker__session" itemprop="name">
Gulp - the streaming build system
</div>
</div>
</div>
</article>
<article class="cell cell--w25" itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="speaker">
<img src="//fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/c42.42.528.528/s160x160/525957_10101325323283411_1388824978_n.jpg" alt="Thomas Scheinecker" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Helmut Juskewycz</span>
<div class="speaker__session" itemprop="name">
How to translate your software to 40+ languages without losing your sanity.
</div>
</div>
</div>
</article>
<article class="cell cell--w25" itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="speaker">
<img src="//fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/t1.0-1/c50.50.621.621/s160x160/534443_2785381044750_439924742_n.jpg" alt="Klaus Lehner" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Klaus Lehner</span>
<div class="speaker__session" itemprop="name">
Use Swagger to document your REST APIs in Spring Boot applications.
</div>
</div>
</div>
</article>
</section>
<aside itemprop="description">
<p>Technologie-Plauscherl Linz: Mit Freunden zamkommen und über Technologie, Coding und Projekte reden.</p>
<ol>
<li>Jeder Vortrag dauert 15-30 Minuten</li>
<li>Jeder darf einen Vortrag halten</li>
<li>Das Thema ist grob "Technology & Coding & Projekte"</li>
<li>Das Klima ist relaxt, es gibt genügend Pausen zum Plaudern</li>
</ol>
<p>Deinen Vortrag am besten auf unserer <a href="https://www.facebook.com/groups/technologie.plauscherl/">Facebook Pinnwand</a> vorab bekanntgeben. Bei den "trial-runs" hat sich gezeigt, dass die Zeit an einem Abend für ca. vier bis fünf Vorträge reicht.</p>
</aside>
<h2>Location</h2>
<address>
<!--<span class="n" itemprop="name">TBD</span>-->
<span class="n" itemprop="name">Cyberhouse</span>
<span class="street-address" itemprop="streetAddress">Hafenstraße 2a</span>
<span class="postal-code" itemprop="postalCode">4020</span> <span class="locality" itemprop="addressLocality">Linz</span>
</address>
<iframe height='500' src='https://a.tiles.mapbox.com/v3/hupfis.i84fej8c/page.html?secure=1#16/48.315/14.303'></iframe>
Map © <a href="http://www.openstreetmap.org">OpenStreetMap</a> contributors
</div>
<footer>
<p class="wrapper">
2014 - Technologieplauscherl Linz - <a href="/index.html">Home</a>
</p>
</footer>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-30512766-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>