-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
493 lines (453 loc) · 24.4 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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Baumannweb - Christian Baumann</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Christian Baumann</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#resume">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="hero bg-primary text-white text-center">
<div class="container">
<h1 class="display-4 live-typing" id="typing-text"></h1>
<div id="carouselSubtitle" class="carousel slide" data-ride="carousel" data-interval="3000">
<div class="carousel-inner">
<div class="carousel-item active">
<p class="lead">👨‍💻 IT-Guy 💻</p>
</div>
<div class="carousel-item">
<p class="lead">👨‍🚒 Firefighter 🚒</p>
</div>
<div class="carousel-item">
<p class="lead">👨‍👩‍👧‍👧 Dad of two 👨‍👩‍👧‍👧</p>
</div>
<div class="carousel-item">
<p class="lead">💑 Husband 👫</p>
</div>
</div>
<!-- Remove carousel controls -->
<!-- <a class="carousel-control-prev" href="#carouselSubtitle" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselSubtitle" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a> -->
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-5">
<div class="container">
<div class="row">
<div class="col-md-4 text-center">
<img src="img/your-picture.jpg" alt="Your Name" class="img-fluid rounded-circle mb-3" width="200">
</div>
<div class="col-md-8">
<h2>About Me</h2>
<p>I'm a IT-Guy 💻, Volunteer Firefighter 🚒, Husband 💑 and father of two 👨‍👩‍👧‍👧 from Wörth am Rhein 🏠, Rhineland-Palatinate, Germany 🇩🇪.</p>
<br>
<h3>What I Do</h3>
<div class="row">
<!-- Current Workplace -->
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<i class="fas fa-briefcase fa-3x mr-3"></i>
<div>
<h4>Work</h4>
<p>Working at 1&1 since 2019. Started as a Sr. Systems Administrator and since September 2024 Teamlead of an IT-Operations team. Company first aider since 2020.</p>
</div>
</div>
</div>
<!-- Firefighting -->
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<i class="fas fa-fire-extinguisher fa-3x mr-3"></i>
<div>
<h4>Firefighting</h4>
<p>Besides my job and family, I'm a firefighter at the Wörth am Rhein Volunteer Fire Department.</p>
</div>
</div>
</div>
<!-- Family -->
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<i class="fas fa-users fa-3x mr-3"></i>
<div>
<h4>Family</h4>
<p>In my spare time I enjoy to rediscover the world through my kids eyes together with my family.</p>
</div>
</div>
</div>
<!-- Cooking -->
<div class="col-md-6 mb-4">
<div class="d-flex align-items-start">
<i class="fas fa-utensils fa-3x mr-3"></i>
<div>
<h4>Cooking</h4>
<p>I love cooking. I prefer fresh and high quality meals - thats why I love making everything possible by myself and I'm always looking forward to explore new recepies.
As the son of three generations of bakers, I'm passionate about selfmade bread - especially with sourdough.</p>
</div>
</div>
</div>
</div>
<!-- Fun Facts -->
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="block-title">
<h3>Fun <span>Facts</span></h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="fun-fact gray-default">
<i class="fas fa-mug-hot"></i>
<h4>Avg. coffees per day</h4>
<span class="fun-fact-block-value">3+</span>
<span class="fun-fact-block-text"></span>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="fun-fact gray-default">
<i class="fas fa-briefcase"></i>
<h4>Yrs. working experience</h4>
<span class="fun-fact-block-value">17</span>
<span class="fun-fact-block-text"></span>
</div>
</div>
<div class="col-xs-12 col-sm-4 ">
<div class="fun-fact gray-default">
<i class="fas fa-calendar"></i>
<h4>Yrs. voluntary service</h4>
<span class="fun-fact-block-value">5+</span>
<span class="fun-fact-block-text"></span>
</div>
</div>
</div>
<!-- End of Fun Facts -->
</div>
</div>
</div>
</section>
<!-- End of About Section -->
<!-- Resume Section -->
<section id="resume" class="py-5 bg-light">
<div class="container">
<div class="page-title">
<h2>Resume</h2>
</div>
<div class="row">
<div class="col-xs-12 col-sm-7">
<div class="block-title">
<h3>Experience</h3>
</div>
<div class="timeline timeline-second-style clearfix">
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2024-09 - Current</h5>
<span class="item-company">1&1</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">Head of Data Services Operations</h4>
<p>Teamlead of an IT-Operations team thats resp. to serve miscellaneous data services. Try to keep the team's back free, organizing stuff and more. Still passionate about automating stuff. Company first aider.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2019-02 - Current</h5>
<span class="item-company">Volunteer Fire Dept. Wörth am Rhein</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">Firefighter</h4>
<p>Making hot stuff cold again. Firefighter, Responsible for SCBA at the Wörth side, deputy drone unit leader, Truck driver, SCBA and Chemical protection suit Firefighter, operating the Powersaw and many more.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2019-09 - 2024-08</h5>
<span class="item-company">1&1</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">Sr. System Administrator</h4>
<p>Automating with Ansible, Puppet, GoCD, GitlabCI and K8s. Keeping the high available Linux Systems running. BSI-KritisV service and ISO/IEC 27001 certified. Resp. for internal projects. Take over on-call duties. Company first aider.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2019-03 - 2019-08</h5>
<span class="item-company">AXOOM</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">DevOps Engineer</h4>
<p>Automating with GitlabCI, Helm, Terraform and deploying to GKE/K8s.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2016-12 - 2019-02</h5>
<span class="item-company">BrandMaker</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">Systems Engineer</h4>
<p>Automating with Ansible and GitlabCI. Administration of VMware, Linux, Windows and Veeam servers. Administration of Network devices.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2016-04 - 2016-11</h5>
<span class="item-company">EBI Computerlösungen</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">IT-Specialist</h4>
<p>Administration of VMware, Linux, Windows and Veeam servers. Administration of Network devices. Development of Linux-based products like a thin-clinet for customers. Planning and implementation of customer projects.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2014-05 - 2016-03</h5>
<span class="item-company">Infokom</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">IT-Specialist</h4>
<p>Administration of VMware, Linux, Windows and Veeam servers. Administration of Network devices. Planning and implementation of customer projects.</p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2012-07 - 2014-04</h5>
<span class="item-company">VICCON</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">System Administrator</h4>
<p>Administration of VMware, Linux, Windows and Veeam servers. Administration of Network devices. Hardware Purchase and repair. Customer projects. ISO/IEC 27001 certified company. </p>
</div>
</div>
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2010-07 - 2012-07</h5>
<span class="item-company">Hochschule Karlsruhe - University of applied sciences</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">IT-Specialist</h4>
<p>Administration of Linux and Windows servers. Administration of Desktops. System imaging for facultys computer labs. Hardware purchase and repairs. Helpdesk</p>
</div>
</div>
</div>
<div class="block-title">
<h3>Education</h3>
</div>
<div class="timeline timeline-second-style clearfix">
<div class="timeline-item clearfix">
<div class="left-part">
<h5 class="item-period">2007-2010</h5>
<span class="item-company">Heinrich-Hertz-Schule Karlsruhe & Karlsruhe Institute of Technology</span>
</div>
<div class="divider"></div>
<div class="right-part">
<h4 class="item-title">IT-Specialist</h4>
<p>Vocational Training at the Institute for Automation and Applied Informatics (IAI).</p>
</div>
</div>
</div>
<div class="white-space-50"></div>
</div>
<!-- Skills, Interests & Certificates -->
<div class="col-xs-12 col-sm-5">
<div class="white-space-10"></div>
<!-- Language Skills -->
<div class="block-title">
<h3>Language <span>Skills</span></h3>
</div>
<div class="skills-info skills-second-style">
<!-- Skill 1 -->
<div class="skill clearfix">
<h4>German</h4>
<div class="skill-value">100%</div>
</div>
<div class="skill-container skill-1">
<div class="skill-percentage"></div>
</div>
<!-- End of Skill 1 -->
<!-- Skill 2 -->
<div class="skill clearfix">
<h4>English</h4>
<div class="skill-value">90%</div>
</div>
<div class="skill-container skill-2">
<div class="skill-percentage"></div>
</div>
<!-- End of Skill 2 -->
<!-- Skill 3 -->
<div class="skill clearfix">
<h4>Dutch</h4>
<div class="skill-value">50%</div>
</div>
<div class="skill-container skill-3">
<div class="skill-percentage"></div>
</div>
<!-- End of Skill 3 -->
<!-- Skill 4 -->
<div class="skill clearfix">
<h4>1337</h4>
<div class="skill-value">13,37%</div>
</div>
<div class="skill-container skill-4">
<div class="skill-percentage"></div>
</div>
<!-- End of Skill 4 -->
<!-- Skill 5 -->
<div class="skill clearfix">
<h4>Bash</h4>
<div class="skill-value">95%</div>
</div>
<div class="skill-container skill-5">
<div class="skill-percentage"></div>
</div>
<!-- End of Skill 5 -->
<!-- Skill 6 -->
<div class="skill clearfix">
<h4>Python</h4>
<div class="skill-value">65%</div>
</div>
<div class="skill-container skill-6">
<div class="skill-percentage"></div>
</div>
<!-- End of Skill 6 -->
</div>
<!-- End of Language Skills -->
<!-- Skills Block -->
<div class="block-title">
<h3>Skills, Certificates and Honors</h3>
</div>
<ul class="knowledges">
<li>Linux</li>
<li>Ansible</li>
<li>Puppet</li>
<li>Kubernetes</li>
<li>CI/CD</li>
<li>DevOps</li>
<li>Git</li>
<li>IT-Security</li>
<li>ISO/IEC 27001</li>
<li>KritisV</li>
<li>Databases</li>
<li>Storage Systems</li>
<li>Veeam</li>
<li>CCNA</li>
<li>VMWare</li>
<li>Unix</li>
<li>macOS</li>
<li>Windows</li>
<li>Teambuilding</li>
<li>Communication skills</li>
<li>Patience</li>
<li>Network with people</li>
<li>Self-motivation</li>
<li>Working well under pressure</li>
<li>Excellent negotiation skills</li>
<li>Willingness to take initiative</li>
<li>Truppmann</li>
<li>Truppführer</li>
<li>Sprechfunker</li>
<li>Atemschutzgeräteträger</li>
<li>Atemschutzgeräteträger Fortbildung</li>
<li>Chemikalienschutzanzugträger</li>
<li>Erste Hilfe</li>
<li>Motorsägenführer</li>
<li>Gefahrguterstmaßnahmen</li>
<li>Deutsches Schwimmabzeichen Bronze</li>
<li>Türöffnungstechniken</li>
<li>Messpraktikum</li>
<li>Pressearbeit an der Einsatzstelle</li>
<li>Drohnenpilot A1/A3</li>
<li>Maschinist</li>
<li>Mobile Übungsanlage Binnengewässer</li>
<li>Absturzsicherung</li>
<li>Fahrsicherheitstraining Feuerwehr</li>
<li>Drivers license classes A, B, BE, C1, C1E, C, CE, L, T</li>
<li>Fluthilfemedallie Rheinland-Pfalz 2021</li>
</ul>
<!-- End of Skills -->
<div class="white-space-50"></div>
<!-- Interests Block -->
<div class="block-title">
<h3>Interests</h3>
</div>
<ul class="knowledges">
<li>Firefighting</li>
<li>Ice Hockey</li>
<li>Family and Friends</li>
<li>American Football</li>
<li>Travelling</li>
<li>Aviation</li>
<li>Automotive engineering</li>
<li>Electrical engineering</li>
<li>Computer engineering</li>
<li>Build Linux based servers</li>
<li>Running own Linux servers</li>
</ul>
<!-- End of Interests -->
</div>
<!-- End of Skills & Interests -->
<div class="white-space-50"></div>
</div>
</div>
<!-- End of Skills, Interests & Certificates -->
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-5">
<div class="container">
<h2 class="text-center">Get In Touch</h2>
<div class="row">
<div class="col-md-6 mx-auto text-center">
<p><i class="fas fa-envelope"></i> Email: <a href="mailto:[email protected]">christian at baumannmail dot com</a></p>
<p><i class="fas fa-key"></i> GPG-Key: <a href="https://keys.openpgp.org/[email protected]">keys.openpgp.org/[email protected]</a></p>
<p><i class="fab fa-linkedin"></i> LinkedIn: <a href="https://www.linkedin.com/in/christian-baumann1990/">linkedin.com/in/christian-baumann1990</a></p>
<p><i class="fab fa-xing"></i> Xing: <a href="https://www.xing.com/profile/Christian_Baumann81/cv">xing.com/profile/Christian_Baumann81/cv</a></p>
<p><i class="fab fa-github"></i> GitHub: <a href="https://github.com/siliconserver">github.com/siliconserver</a></p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-white text-center py-3">
<p><a href="privacy.html">Privacy Policy</a> | <a href="legal.html">Legal Details</a><br>
v2.01~git | last update: 2024-09-01<br>
© 2024 Christian Baumann. All Rights Reserved.</p>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>