From aa6789b30c08fbc5ec0edcb938d28afd404e33ab Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 14 Dec 2023 22:00:30 +0100 Subject: [PATCH] chore: extend personal and job description in about page --- content/about/index.md | 8 ++++---- src/static/custom.css | 16 ++++++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/content/about/index.md b/content/about/index.md index 38fd018..71786d8 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -15,9 +15,9 @@ resources: <---> -Hi, I'm Robert. I'm a Linux Engineer, open source enthusiast and a self-hosting geek. Most of the time I work in Ops and focus on infrastructure and deployment automation. On my private blog [thegeeklab.de](https://thegeeklab.de/) I write about everything that comes to my mind, but mainly about topics from the Linux and open source world. +Hi, I'm Robert. I'm a Linux Engineer, open source enthusiast and a self-hosting geek. Most of the time I work in Operations and focus on infrastructure and deployment automation, which is my real passion. On my private blog [thegeeklab.de](https://thegeeklab.de/) I write about everything that comes to my mind, but mainly about topics from the Linux and open source world. -My Linux journey began almost 10 years ago, for more than half of them maintaining and managing Linux servers in professional environments is my daily business. I have worked with Red Hat Enterprise Linux in corporate environments and got used to it. I also personally prefer RPM-based distributions and therefore also use Feorda and after the restructuring of CentOS I switched to Rocky Linux on my servers. +My Linux journey started almost 10 years ago. For more than 5 years, maintaining and managing Linux servers in professional environments has been my daily business. I have worked a lot with Red Hat Enterprise Linux in corporate environments and prefer RPM-based distributions for my personal use as well. My daily driver is a Thinkpad powered by Fedora and since the restructuring of the CentOS project, I have been using Rocky Linux for my servers. {{< /columns >}} --- @@ -31,7 +31,7 @@ May 2019 <---> -ownCloud is an open-source file sync, share and content collaboration software. As a System Administrator at ownCloud I'm responsible for the operation and availability of the company infrastructure. That also including the Continuous Integration platform based on Drone CI which is a fundamental component for the development of our products. +ownCloud is an open-source file sync, share and content collaboration software. As part of the operations team, I am responsible for the company-wide server infrastructure. That also including the Continuous Integration platform, which is a critical component for the development of our products. To manage the container-based deployments of more than 70 servers, we follow the infrastructure as code approach and use Terraform, Ansible and Continuous Deployment. Graylog, Telegraf, Prometheus and Grafana build the foundation for a seamless monitoring and troubleshooting. {{< /columns >}} {{< columns size=small >}} @@ -76,7 +76,7 @@ Sep 2010 - Jun 2013 <---> -Apprenticeship as "Computer Science Expert Subject Area: System Integration" at Kaufland Logitik VZ 2. +Apprenticeship as "Computer Science Expert Subject Area: System Integration" at Kaufland Logistik VZ 2. {{< /columns >}} diff --git a/src/static/custom.css b/src/static/custom.css index 8b5ef77..060ede2 100644 --- a/src/static/custom.css +++ b/src/static/custom.css @@ -7,27 +7,35 @@ break-after: avoid; } - .gblog-columns, .gblog-box { break-inside: avoid; break-before: avoid; } + .gblog-columns { + break-inside: avoid; + } + .gblog-box__text { margin: 0; } - h1,h2 { + h1, + h2 { margin: 0.5rem 0; } .gblog-progress { - margin-bottom: 0.5rem; + margin-bottom: 0; } - .gblog-box{ + .gblog-box { padding: 0.25rem 0.5rem; } + + .gblog-progress__bar { + height: 0.75em; + } } .gblog-columns__content h2 {