diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 12fdd4e..625b758 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -172,6 +172,13 @@ content { pre>code { font-family: monospace; } + + img { + max-height: 10em; + border-radius: 25%; + float: right; + margin-left: 1em; + } } a.disabled { diff --git a/content/_index.md b/content/_index.md index da0d018..f0d835c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,6 +5,7 @@ date: 2023-08-30T06:58:15+02:00 Hi, my name is **Laura Kalb** and I (literally) do things on the internet. ## About me +![Portrait of Laura](/images/portrait.webp) I'm a network engineer, with a pretty mixed technical background. I started my career in software development, and then moved on to be a sysadmin with main emphasis on linux environments. Afterwards, I was a mix of network engineer and site reliability engineer. I switched to managing diff --git a/static/images/portrait.webp b/static/images/portrait.webp new file mode 100644 index 0000000..72d693e Binary files /dev/null and b/static/images/portrait.webp differ