Text changed on about page
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Successful in 24s

This commit is contained in:
Filip Rojek 2025-05-06 15:04:14 +02:00
parent 5de2dc09f4
commit a157669815
2 changed files with 17 additions and 6 deletions

View File

@ -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.

View File

@ -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
}