forked from OpenTechSchool/www.opentechschool.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
86 lines (70 loc) · 2.01 KB
/
team.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
---
layout: core_page
title: Team
---
<section class="bg_full">
<div class="container container_wide">
<ul class="float_list float_list_4 team_list">
<li class="member">
<img src="/images/team/aleks.jpg">
<h3>Aleks</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/amelie.jpg">
<h3>Amélie Anglade</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/beatrice.jpg">
<h3>Beatrice Martini</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/ben.jpg">
<h3>Benjamin Kampmann</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/duana.jpg">
<h3>Duana Stanley</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/giorgia.jpg">
<h3>Giorgia Sambrotta</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/kristina.jpg">
<h3>Kristina Schneider</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/martin.jpg">
<h3>Martin Stadler</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/rachel.jpg">
<h3>Rachel Uwa</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/simon.jpg">
<h3>Simon Jockers</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/stefan.jpg">
<h3>Stefan Hoth</h3>
<p>[email protected]</p>
</li>
<li class="member">
<img src="/images/team/stephan.jpg">
<h3>Stephan Klinger</h3>
<p>[email protected]</p>
</li>
</ul>
</div>
</section>