-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (202 loc) · 6.56 KB
/
index.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="de" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Eckhard Rotte • agile Softwareentwicklung • Bremen</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Eckhard Rotte – agile Softwareentwicklung für das Web – seit 1997">
<meta name="keywords"
content="Eckhard Rotte,agile Softwareentwicklung,agile Coaching,Workshops,Digitalisierung,Vertikalisierung,Design System,Pattern Library,UX, UI,Scrum, Kanban, Beratung,Ruby,Rails,GraphQL, Ruby on Rails,Node.js,JavaScript,Bremen,Möpelschnöpel,Schnickschnack,Dingdong">
<meta name="author" content="Eckhard Rotte">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="//fonts.googleapis.com/css?family=Droid+Sans:400,700" media="screen" rel="stylesheet" type="text/css" />
<style type="text/css">
/* The one and only global reset */
* {
margin: 0;
padding: 0;
}
@font-face {
font-family: "Axel";
src: url("fonts/axel-regular.eot");
src: local("☺"), url("fonts/axel-regular.woff") format("woff"), url("fonts/axel-regular.ttf") format("truetype"), url("fonts/axel-regular.otf") format("opentype"), url("fonts/axel-regular.svg") format("svg");
font-weight: normal;
font-style: normal;
font-display: fallback;
}
.list-inline {
overflow: hidden;
}
.list-inline li {
display: inline-block;
margin-right: 0.9em;
}
.list-inline li:first-child {
list-style: none
}
.list-inline li:last-child {
margin-right: 0
}
body {
font-family: "Droid Sans", sans-serif;
color: #888;
font-size: 16px;
line-height: 24px;
padding-bottom: 1em;
}
h1,
h2,
h3 {
font-weight: 500;
}
p {
margin-bottom: 1em
}
a {
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-moz-transition-duration: 0.65s;
-webkit-transition-duration: 0.65s;
-o-transition-duration: 0.65s;
transition-duration: 0.65s
}
a,
a:visited {
color: #69e;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #eb72b5;
}
#main {
width: 70%;
margin: 7% auto 2% auto;
}
@media only screen and (max-device-width: 480px) {
#main {
width: 93%;
margin: 7% auto;
}
}
header {
overflow: hidden;
margin-left: -0.2em
}
.brand {
color: #777;
font-family: "Axel", sans-serif;
font-weight: normal;
margin: 0 auto 2em auto;
display: inline-block;
}
.brand-name {
font-size: 55px;
line-height: 1;
}
.brand-sub {
border-top: 1px solid #eee;
font-size: 25px;
line-height: 1.2em;
margin-left: 0.12em;
}
ul.skills {
list-style: none;
margin: 0 0 3em 0;
padding: 0;
max-width: 27em;
display: flex;
flex-wrap: wrap;
}
.skills>li {
font-size: 0.85em;
}
.skills>li:after {
content: "•";
text-shadow: #888 0 0 1px;
margin: 0 0.6em;
}
.skills>li:last-child:after {
content: none;
margin: 0;
}
.adr-postal {
line-height: 1.7em
}
.adr-social {
font-size: 0.85em color: #aeaeae;
margin-bottom: 1em;
}
.adr-social>li {
font-size: 0.85em
}
</style>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EVF0RBJGCT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EVF0RBJGCT');
</script>
<body>
<section id="main" class="vcard">
<header>
<hgroup class="brand">
<h1 class="brand-name">
Eckhard Rotte
</h1>
<h2 class="brand-sub">
<small>Senior Web Developer @ <a href="https://missionme.de">MissionMe</a></small>
</h2>
</hgroup>
</header>
<ul class="skills">
<li>agile Softwareentwicklung</li>
<li>agile Coaching</li>
<li>Remote Work</li>
<li>Digitalisierung im Mittelstand</li>
<li>Vertikalisierung</li>
<li>Design System</li>
<li>Pattern Library</li>
<li>eCommerce</li>
<li>UX</li>
<li>UI</li>
<li>Scrum/Kanban</li>
<li>Beratung</li>
<li>Ruby</li>
<li>Ruby on Rails</li>
<li>GraphQL</li>
<li>JavaScript/Node.js</li>
<li>CSS</li>
<li>Git</li>
</ul>
<p class="adr-postal">
<span class="fn">Eckhard Rotte</span>
<br>
<span class="street-address">Hamburger Str. 129</span>
<br>
<span class="postal-code">28205</span> <span class="locality">Bremen</span>
<br>
<span class="mail"><a class="email" href="mailto:[email protected]" rel="me">[email protected]</a></span>
</p>
<br>
</p>
<ul class="list-inline adr-social">
<li class="web link link-linkedin">
<a class="url" href="https://www.linkedin.com/in/e-rotte/" rel="linkedin">Twitter</a>
</li>
<li class="web link link-github">
<a class="url" href="http://github.com/erotte" rel="github">GitHub</a>
</li>
<li class="web link link-bsky">
<a class="url" href="https://bsky.app/profile/erotte.bsky.social" rel="bsky">Twitter</a>
</li>
</ul>
</section>
</body>
</html>