From a157669815dac6706e6fe6783743140d3c372e3f Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 6 May 2025 15:04:14 +0200 Subject: [PATCH] Text changed on about page --- content/about.md | 8 ++++---- sass/about.scss | 15 +++++++++++++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/content/about.md b/content/about.md index 01d83f6..4cb4f77 100644 --- a/content/about.md +++ b/content/about.md @@ -3,15 +3,15 @@ title = "About" template = "about.html" +++ -## About +# About I am an IT student at Charles University in Prague (Faculty of Education). -My programming journey began in high school, where I developed a passion for `Linux` and co-founded [Fofrweb](https://fofrweb.com). Together with a classmate, I created web applications using `Node.js` and `Vue.js`, all hosted on my own Linux server. +My programming journey began in high school, where I developed a passion for Linux and co-founded [Fofrweb](https://fofrweb.com). Together with a classmate, I built web applications using Node.js and Vue.js, hosted on my own Linux server. -As a member of [Microlab](https://microlab.space), the university's hacker space, I engage with fellow tech enthusiasts. Additionally, I contribute to the open-source community as a package maintainer for [Void Linux](https://voidlinux.org). +As a member of [Microlab](https://microlab.space), the university's hackerspace, I collaborate with fellow tech enthusiasts on various hardware and software projects. Additionally, I contribute to the open-source community as a package maintainer for [Void Linux](https://voidlinux.org). ## Work -I currently work as a Linux engineer. Most of my work involves Debian based systems - desktops (Raspberry Pi, Intel NUC) and servers. +I currently work as a Linux engineer. Most of my work involves Debian-based systems — desktops (Raspberry Pi, Intel NUC) and servers. I also create custom websites from time to time. diff --git a/sass/about.scss b/sass/about.scss index 640bdf2..1713acc 100644 --- a/sass/about.scss +++ b/sass/about.scss @@ -1,9 +1,20 @@ .about { + + h1 { + font-size: 2rem; + } + + h1, h2 { margin-top: 1rem; margin-bottom: .5rem; } - h3, h4, h5, h6, p { + + h3, + h4, + h5, + h6, + p { margin-top: .5rem; margin-bottom: .5rem; } @@ -11,6 +22,6 @@ p { text-align: left; } + margin-bottom: 3rem; // space for footer } -