forked from rubymonstas-zurich/rubymonstas-zurich.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
106 lines (89 loc) · 2.79 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html>
<head>
<title>Ruby Monstas Zurich</title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"
href="http://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" href="css/style.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
</head>
<body>
<header>
<img src="img/ruby-monstas-zurich.png" alt="Ruby Monstas Zurich" class="logo" />
</header>
<div class="container">
<h4>Team</h4>
<p>A round of applause for our lovely team, please!</p>
<br />
<div class="row">
<a>
<div class="col-sm-4">
<div class="row">
<img class="col-sm-4" src="img/railsgirls-girl.png">
<div class="col-sm-8">
Marion Schleifer
</div>
</div>
</div>
</a>
<a href="https://twitter.com/k_graefenhain">
<div class="col-sm-4">
<div class="row">
<img class="col-sm-4" src="img/railsgirls-girl.png">
<div class="col-sm-8">
Katja Gräfenhain
<small>@k_graefenhain</small>
</div>
</div>
</div>
</a>
<a href="https://twitter.com/maveonair">
<div class="col-sm-4">
<div class="row">
<img class="col-sm-4" src="img/railsgirls-boy.png">
<div class="col-sm-8">
Fabian Mettler
<small>@maveonair</small>
</div>
</div>
</div>
</a>
</div>
<br />
<div class="row">
<a href="https://twitter.com/nethad">
<div class="col-sm-4">
<div class="row">
<img class="col-sm-4" src="img/railsgirls-boy.png">
<div class="col-sm-8">
Thomas Ritter
<small>@nethad</small>
</div>
</div>
</div>
</a>
<a href="https://twitter.com/nerdinand">
<div class="col-sm-4">
<div class="row">
<img class="col-sm-4" src="img/railsgirls-boy.png">
<div class="col-sm-8">
Ferdinand Niedermann
<small>@nerdinand</small>
</div>
</div>
</div>
</a>
</div>
<br />
<p>
If you want to join our team or help us out in any other way, please feel
free to contact us on <a href="mailto:[email protected]">our
mailing list</a>!
</p>
</div>
</body>
</html>