-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
411 lines (371 loc) · 14.1 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html lang='de'>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>CV Diego P. Steiner</title>
<meta name="author" content="Diego P. Steiner <diego.steiner@u041.ch>">
<meta name="keywords" content="Software Engineer, Web Wizard">
<link href="https://fonts.googleapis.com/css?family=Cardo|Lato" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
<script src='https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/crypto-js.js' type="text/javascript"></script>
<style type="text/css">
body {
margin: 0 auto;
max-width: 960px;
font-family: 'Lato', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
font-family: 'Cardo', sans-serif;
font-weight: bold;
}
section>h2 {
border-bottom: 1px solid #999;
}
.title {
font-size: 3em;
}
.portrait {
/*padding-bottom: 100%;
overflow: hidden;
border-radius: 50%;
background: url('assets/portrait.jpg') 10px -15px;
background-size: cover;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); */
position: relative;
}
.encrypted:not(.decrypted) {
display: none;
}
.portrait img {
position: absolute;
}
#contact li .fa {
width: 1.5rem;
}
p {
line-height: 1.5rem;
margin: 0 0 .5rem 0;
}
.row {
display: flex;
}
@media screen and (max-width: 768px) {
.row {
display: block;
}
.portrait img {
position: relative;
}
}
section,
header {
margin: 1rem;
}
img {
width: 100%;
}
.col-1-3 {
flex: 1;
}
.col-2-3 {
flex: 2;
}
#contact>ul {
margin: 0;
padding: 0;
list-style: none;
}
a,
a:visited {
color: blue;
}
#contact ul>li {
margin-bottom: .5rem;
}
#job-experience ul.experiences>li {
margin-bottom: 1.5rem;
}
#profile ul.experiences>li {
margin-bottom: .5rem;
}
ul.experiences {
margin: 0;
/*margin-left: -1rem;*/
/*border-left: 5px solid #DDD;*/
list-style: none;
/*padding-left: 1rem;*/
padding: 0;
}
ul.experiences>li {
margin-left: 0;
/*margin-left: -5px;*/
}
li {
margin-bottom: 0.5rem;
}
ul li ul li,
ul.experiences li ul li {
margin-bottom: 0.25rem;
}
ul li ul {
padding-left: 1.25rem;
}
ul.experiences .experience-index {
flex: 3;
}
ul.experiences .experience-value {
flex: 10;
}
ul.experiences .brief-only .experience-value p:not(.brief) {
display: none;
}
ul.experiences li {
margin-bottom: 1rem;
}
.brief-only {
opacity: 0.6;
}
.experiences h3 {
margin: 0 0 .25rem 0;
}
.timespan {
font-style: italic;
margin-bottom: 0.5rem;
}
</style>
</head>
<body onload='decrypt()'>
<header class="row">
<div class="col-2-3">
<div class="title">Diego P. Steiner</div>
</div>
<div class='col-1-3'>
<div class="portrait">
<img src='assets/portrait-circle.jpg' />
</div>
</div>
</header>
<main>
<section id="contact" class='row'>
<ul class="with-icons">
<li>
<span class="fa fa-github"></span>
<a href="https://github.com/diegosteiner">github.com/diegosteiner</a>
</li>
<li>
<span class="fa fa-envelope-o"></span>
<a href="mailto:diego.steiner@u041.ch">diego.steiner@u041.ch</a>
</li>
<li>
<span class="fa fa-phone"></span>
<span class='encrypted'>U2FsdGVkX1+nLiyayw0pxh9gS8fcfBJzRWfQRsjs4HE=</span>
</li>
<li>
<span class="fa fa-home"></span>
<span class='encrypted'>U2FsdGVkX19FqexMOZ9wpN+6PcHKjy3UfM30neGm109IW8yyhUUQKaCc1qo60q7C</span>
</li>
</ul>
</section>
<section id="profile">
<ul class="experiences">
<li class="row" ;>
<div class="experience-index">
<div>Geburtstag:</div>
</div>
<div class="experience-value">
<span class="encrypted">U2FsdGVkX1+fDpU3o64dqe5soVHDGKB9xlPID6ZnHrDNbWdUdUDJ7FNhD06N7Svf</span>
</div>
</li>
<li class="row">
<div class="experience-index">
<div>Heimatort:</div>
</div>
<div class="experience-value">
<span class="encrypted">U2FsdGVkX19ijF2RmwvX+z5OJfYHBZYwAnFFBSVIyNY=</span>
</div>
</li>
<li class="row">
<div class="experience-index">
<div>Sprachkenntnisse:</div>
</div>
<div class="experience-value">
<ul>
<li>Deutsch (Muttersprache)</li>
<li>Englisch (sehr gute Kenntnisse)</li>
<li>Französisch (Schulkenntnisse)</li>
</ul>
</div>
</li>
</ul>
</section>
<section id="job-experience">
<h2>Berufserfahrung</h2>
<ul class="experiences">
<li class="row">
<div class="experience-index">
<h3>Renuo AG</h3>
<div class="timespan">2011 bis 2017</div>
</div>
<div class="experience-value">
<h3>Gründer, Mitglied Geschäftsleitung, Software Engineer</h3>
<p>Zusammen mit einem Schulfreund der IMS habe ich während des Studiums an der Hochschule für Technik
HSR die Softwareentwicklungsagentur
<a href="https://renuo.ch">Renuo AG</a> gegründet. Seither hat sich das Startup zu einem Unternehmen mit über 20 Mitarbeitern
weiterentwickelt.
</p>
<p>Zu meinen Tätigkeitsbereichen gehörten die Entwicklung von individuellen Webprojekten, insbesondere
mit Ruby on Rails und Angular.
</p>
<p>Weitere Tätigkeiten:</p>
<ul>
<li>Mitglied der Geschäftsleitung sowie des Verwaltungsrats</li>
<li>Strategische Planung und Weiterentwicklung des Unternehmens</li>
<li>Ganzjahresbetreuung von IMS Schülern während ihres Praktikums</li>
<li>Fachvorgesetzer von Individuellen Praktischen Arbeiten IPAs</li>
</ul>
</div>
</li>
<li class="row brief-only">
<div class="experience-index">
<h3>Bus2Alps AG</h3>
<div class="timespan">2009 bis 2010</div>
</div>
<div class="experience-value">
<h3>Software Engineer</h3>
<p class='brief'>Teilzeit Software Engineer PHP & Zend-Framework</p>
<p></p>
</div>
</li>
<li class="row brief-only">
<div class="experience-index">
<h3>Mathys & Scheitlin AG</h3>
<div class="timespan">2006 bis 2009</div>
</div>
<div class="experience-value">
<h3>Praktikant, Junior Software Engineer</h3>
<p class='brief'>Praktikum (1 Jahr) und anschliessende Anstellung als Junior Software Engineer C# & .NET</p>
<p>Nach der dreijährigen Schulzeit der Informatikmittelschule hatte ich meine Stelle bei der Mathys
& Scheitlin AG zunächst als Praktikant angetreten. Nach erfolgreich abgeschlossener IPA habe
ich als Junior Software Engineer im Betrieb weitergearbeitet.
</p>
<p>Zu meinen Tätigkeitsbereichen gehörten die Entwicklung von Produkten für schweizerische Sozialversicherungsanstalten
mit .NET Technologien.
</p>
</div>
</li>
</ul>
</section>
<section id="education">
<h2>Ausbildung</h2>
<ul class="experiences">
<li class="row">
<div class="experience-index">
<div class="timespan">2017</div>
</div>
<div class="experience-value">
<strong>Zertifizierung Schweizerischen Verband für Weiterbildung SVEB 1: Kursleiter</strong>, Bundesamt für
Sport BASPO, Magglingen BE
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">2009 bis 2015</div>
</div>
<div class="experience-value">
<strong>Teilzeitstudium B.Sc. Informatik</strong>, Hochschule für Technik Rapperswil SG
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">2007 bis 2008</div>
</div>
<div class="experience-value">
<strong>Rekrutenschule als Informatikpionier</strong>, Bülach ZH
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">2004 bis 2005</div>
</div>
<div class="experience-value">
<strong>Zertifizierung Microsoft Certified Systems Administrator MCSA</strong>, Microsoft Certified Desktop
Support Technician (MCDST)
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">2003 bis 2006 </div>
</div>
<div class="experience-value">
<strong>Informatikmittelschule IMS</strong>, Kantonschule Hottingen ZH.
<br />Abschluss als Jahrgangsbester in den Informatikfächern
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">2000 bis 2003</div>
</div>
<div class="experience-value">
<strong>Sekundarschule A</strong>, Schulhaus Waidhalde, Wipkingen ZH
</div>
</li>
</ul>
</section>
<section id="social-commitment">
<h2>Freiwilliges Engagement</h2>
<ul class="experiences">
<li class="row">
<div class="experience-index">
<div class="timespan">seit 2016</div>
</div>
<div class="experience-value">
<strong>Mitarbeit "Team MiData"</strong>, zentrales Tool zur Verwaltung sämtlicher Mitglieder der Pfadibewegung
Schweiz PBS
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">seit 2011</div>
</div>
<div class="experience-value">
<strong>Kursleitung Ausbildungskurse J+S Lagersport/Trekking</strong>, Ausbildungskurse für Pfadileiterinnen
und Pfadileiter, bundesweit anerkannt
</div>
</li>
<li class="row">
<div class="experience-index">
<div class="timespan">seit 2011</div>
</div>
<div class="experience-value">
<strong>Leitung Pfadikorps Limmat</strong>, Verband der sieben Pfadiabteilungen rund um die Limmat
</div>
</li>
</ul>
</section>
</main>
<footer>
</footer>
<script>
function decrypt() {
var key = window.location.hash.substr(1);
if (key.length <= 0) {
return
}
var secrets = document.getElementsByClassName('encrypted');
for (secret of secrets) {
decrypted = CryptoJS.AES.decrypt(secret.innerText, key);
console.log(decrypted);
secret.innerText = decrypted.toString(CryptoJS.enc.Utf8);
secret.setAttribute('class', 'encrypted decrypted')
}
}
</script>
</body>
</html>