This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jury.tpl
65 lines (53 loc) · 2.15 KB
/
jury.tpl
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
<!--<section id="team-section" class="gradient">
<div class="container">
<h2>Jury</h2>
<hr>
<div id="team-slider">
<div class="team-item wow fadeIn" data-wow-duration="1s" data-wow-delay=".3s">
<div class="wrapper center-block">
<div class="team-thumbnail center-block gradient">
<img src="img/jochen_krisch.png" alt="jochen krisch" />
<div class="hovered">
<a href="https://twitter.com/jkrisch" target="_blank"><i class="fa fa-twitter first"></i></a>
</div>
</div>
<h3>Jochen Krisch</h3>
<p>Editor Exciting Commerce</p>
</div>
</div>
<div class="team-item wow fadeIn" data-wow-duration="1s" data-wow-delay=".5s">
<div class="wrapper center-block">
<div class="team-thumbnail center-block gradient">
<img src="img/tim_messerschmidt.png" alt="Tim Messerschmidt" />
<div class="hovered">
<a href="https://twitter.com/SeraAndroid" target="_blank"><i class="fa fa-twitter first"></i></a>
</div>
</div>
<h3>Tim Messerschmidt</h3>
<p>Head of Developer Relations at PayPal / Braintree_Dev</p>
</div>
</div>
<div class="team-item wow fadeIn" data-wow-duration="1s" data-wow-delay=".5s">
<div class="wrapper center-block">
<div class="team-thumbnail center-block gradient">
<img src="img/Anna_Alex.png" alt="Anna Alex" />
<div class="hovered">
<a href="https://twitter.com/outfittery" target="_blank"><i class="fa fa-twitter first"></i></a>
</div>
</div>
<h3>Anna Alex</h3>
<p>Founder Outfittery</p>
</div>
</div>
<div class="team-item wow fadeIn" data-wow-duration="1s" data-wow-delay=".7s">
<div class="wrapper center-block">
<div class="team-thumbnail center-block gradient">
<img src="img/Dr_Robert_Zores.png" alt="Dr Robert Zores" />
</div>
<h3>Dr. Robert Zores</h3>
<p>Technical Director REWE Group</p>
</div>
</div>
</div>
</div>
</section>