Skip to content

Commit 3c607bc

Browse files
committed
chore: new role title and space adjustments
1 parent 0f4e73d commit 3c607bc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
_site
33
node_modules
44
ansible
5+
result

docs/ops/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496

497497
<img src="/assets/img/avatar-aoe.jpg" class="avatar [ u-photo ]" alt="A photograph of me, Kevin Gimbel, in front of a grey background" />
498498

499-
<h1>Hiya! I'm <span class="p-name">Kevin Gimbel</span>
499+
<h1>Hiya! I'm <span class="p-name">Kevin&nbsp;Gimbel</span>
500500
<style>
501501
.verified {
502502
display: inline-block;
@@ -509,15 +509,15 @@ <h1>Hiya! I'm <span class="p-name">Kevin Gimbel</span>
509509

510510
<svg class="verified" role="img" aria-label="A blue verified badge as seen around the internetz" viewBox="0 0 22 22"><path d="M20.396 11a3.487 3.487 0 0 0-2.008-3.062 3.474 3.474 0 0 0-.742-3.584 3.474 3.474 0 0 0-3.584-.742A3.468 3.468 0 0 0 11 1.604a3.463 3.463 0 0 0-3.053 2.008 3.472 3.472 0 0 0-1.902-.14c-.635.13-1.22.436-1.69.882a3.461 3.461 0 0 0-.734 3.584A3.49 3.49 0 0 0 1.604 11a3.496 3.496 0 0 0 2.017 3.062 3.471 3.471 0 0 0 .733 3.584 3.49 3.49 0 0 0 3.584.742A3.487 3.487 0 0 0 11 20.396a3.476 3.476 0 0 0 3.062-2.007 3.335 3.335 0 0 0 4.326-4.327A3.487 3.487 0 0 0 20.396 11zM9.662 14.85l-3.429-3.428 1.293-1.302 2.072 2.072 4.4-4.794 1.347 1.246z"/></svg></h1>
511511

512-
<p class="font-size-2">I'm a <span class="p-job-title is-highlighted bg-accent-3">Senior DevOps Engineer</span> working at <a href="https://aoe.com/" class="p-org">AOE GmbH</a> in <span class="p-locality">Wiesbaden</span>, <span class="p-country-name">Germany</span>.</p>
512+
<h2 class="font-size-2">I'm a <span class="p-job-title is-highlighted bg-accent-3">Senior Platform Engineer</span> working at <a href="https://aoe.com/" class="p-org">AOE GmbH</a> in <span class="p-locality">Wiesbaden</span>, <span class="p-country-name">Germany</span>.</h2>
513513
<p class="font-size-1 u-note">I've spent the last <span class="is-highlighted bg-accent-3">15 years learning to build websites & run servers</span>; worked in e-Commerce from 2013 to 2023, and started focusing on <span class="is-highlighted bg-accent-3">Platform Engineering</span> in early 2023. Right now I'm part of a DevOps/Platform Team running and building a Kubernetes based Platform for multiple developer teams.</p>
514514
<p class="font-size-0">My main website is <a class="u-url" href="https://kevingimbel.de">kevingimbel.de</a>, and you can contact me via e-Mail at <a class="u-email" href="mailto:[email protected]">[email protected]</a></p>
515515
</header>
516516

517517
<header class="[ u-grid ]">
518518
<hgroup class="[ skill-section gc-full ]">
519519
<h3 class="font-size-5">Skills, tools, and work stuff</h3>
520-
<p class="font-size-2 buzzes">🐝 Buzzwords: <a href="#cloud-computing" class="is-highlighted bg-accent-5">Cloud Computing</a> <a href="#kubernetes" class="is-highlighted bg-accent-6">Kubernetes</a> <a href="#automation" class="is-highlighted bg-accent-3">Automation</a> <a href="#monitoring" class="is-highlighted bg-accent-4">Monitoring</a></p>
520+
<p class="font-size-2 buzzes">🐝 Buzzwords: <a href="#cloud-computing" class="is-highlighted bg-accent-5">Cloud&nbsp;Computing</a> <a href="#kubernetes" class="is-highlighted bg-accent-6">Kubernetes</a> <a href="#automation" class="is-highlighted bg-accent-3">Automation</a> <a href="#monitoring" class="is-highlighted bg-accent-4">Monitoring</a></p>
521521
</hgroup>
522522
</header>
523523

src/ops.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
<img src="/assets/img/avatar-aoe.jpg" class="avatar [ u-photo ]" alt="A photograph of me, Kevin Gimbel, in front of a grey background" />
99

10-
<h1>Hiya! I'm <span class="p-name">Kevin Gimbel</span>{% include "verified.njk" %}</h1>
10+
<h1>Hiya! I'm <span class="p-name">Kevin&nbsp;Gimbel</span>{% include "verified.njk" %}</h1>
1111

12-
<p class="font-size-2">I'm a <span class="p-job-title is-highlighted bg-accent-3">Senior DevOps Engineer</span> working at <a href="https://aoe.com/" class="p-org">AOE GmbH</a> in <span class="p-locality">Wiesbaden</span>, <span class="p-country-name">Germany</span>.</p>
12+
<h2 class="font-size-2">I'm a <span class="p-job-title is-highlighted bg-accent-3">Senior Platform Engineer</span> working at <a href="https://aoe.com/" class="p-org">AOE GmbH</a> in <span class="p-locality">Wiesbaden</span>, <span class="p-country-name">Germany</span>.</h2>
1313
<p class="font-size-1 u-note">I've spent the last <span class="is-highlighted bg-accent-3">15 years learning to build websites & run servers</span>; worked in e-Commerce from 2013 to 2023, and started focusing on <span class="is-highlighted bg-accent-3">Platform Engineering</span> in early 2023. Right now I'm part of a DevOps/Platform Team running and building a Kubernetes based Platform for multiple developer teams.</p>
1414
<p class="font-size-0">My main website is <a class="u-url" href="https://kevingimbel.de">kevingimbel.de</a>, and you can contact me via e-Mail at <a class="u-email" href="mailto:[email protected]">[email protected]</a></p>
1515
</header>
1616

1717
<header class="[ u-grid ]">
1818
<hgroup class="[ skill-section gc-full ]">
1919
<h3 class="font-size-5">Skills, tools, and work stuff</h3>
20-
<p class="font-size-2 buzzes">🐝 Buzzwords: <a href="#cloud-computing" class="is-highlighted bg-accent-5">Cloud Computing</a> <a href="#kubernetes" class="is-highlighted bg-accent-6">Kubernetes</a> <a href="#automation" class="is-highlighted bg-accent-3">Automation</a> <a href="#monitoring" class="is-highlighted bg-accent-4">Monitoring</a></p>
20+
<p class="font-size-2 buzzes">🐝 Buzzwords: <a href="#cloud-computing" class="is-highlighted bg-accent-5">Cloud&nbsp;Computing</a> <a href="#kubernetes" class="is-highlighted bg-accent-6">Kubernetes</a> <a href="#automation" class="is-highlighted bg-accent-3">Automation</a> <a href="#monitoring" class="is-highlighted bg-accent-4">Monitoring</a></p>
2121
</hgroup>
2222
</header>
2323

0 commit comments

Comments
 (0)