-
Notifications
You must be signed in to change notification settings - Fork 0
/
tp15.html
98 lines (89 loc) · 4.44 KB
/
tp15.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
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Technologieplauscherl - Mit Freunden zamkommen und über Technologie, Coding und Projekte reden</title>
<meta http-equiv="refresh" content="0; url=/15">
<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 XV</h1>
<p class="info">
<span itemprop="startDate" content="2013-12-18T18:30"><i class="icon-calendar"></i> 18. Dezember 2013 <i class="icon-clock"></i> 18:30 Uhr</span>
</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="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash3/c88.26.324.324/s160x160/2706_1049293921262_5828179_n.jpg" alt="" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Daniel Khan</span>
<div class="speaker__session" itemprop="name">Scala Play</div>
</div>
</div>
</article>
<article class="cell cell--w25" itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="speaker">
<img src="http://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/c49.0.602.602/s160x160/545731_3969185987727_2021666423_n.jpg" alt="" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Manuel Berger</span>
<div class="speaker__session" itemprop="name">Geolocation for Web - GeoIP & W3C Location, Geohashing</div>
</div>
</div>
</article>
<article class="cell cell--w25" itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="speaker">
<img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/c111.45.567.567/s160x160/291981_2323472856303_1336799925_n.jpg" alt="" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Wolfgang Gottesheim</span>
<div class="speaker__session" itemprop="name">continuous performance testing in CI</div>
</div>
</div>
</article>
<article class="cell cell--w25" itemprop="subEvent" itemscope itemtype="http://schema.org/Event">
<div class="speaker">
<img src="/img/speaker_male_no_img.jpg" alt="" class="speaker__img">
<div class="speaker__info">
<span class="speaker__name" itemprop="performer">Karl-Michael Edlinger</span>
<div class="speaker__session" itemprop="name">Why your unit test assertions suck</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">Compuware Linz (ehem. DynaTrace)</span>
<span class="street-address" itemprop="streetAddress">Freistädterstraße 313</span>
<span class="postal-code" itemprop="postalCode">4040</span> <span class="locality" itemprop="addressLocality">Linz</span>
</address>
<iframe width='100%' height='500px' frameBorder='0' src='https://a.tiles.mapbox.com/v3/ddprrt.g99c7n08/mm/zoompan.html?secure=1#18/48.32926/14.32076'></iframe>
</div>
<footer>
<p class="wrapper">
2013 - 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>