Text changed on about page
This commit is contained in:
parent
5de2dc09f4
commit
a157669815
@ -3,15 +3,15 @@ title = "About"
|
|||||||
template = "about.html"
|
template = "about.html"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## About
|
# About
|
||||||
I am an IT student at Charles University in Prague (Faculty of Education).
|
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
|
## 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.
|
I also create custom websites from time to time.
|
||||||
|
|
||||||
|
@ -1,9 +1,20 @@
|
|||||||
.about {
|
.about {
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
h3, h4, h5, h6, p {
|
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6,
|
||||||
|
p {
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
@ -11,6 +22,6 @@
|
|||||||
p {
|
p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
margin-bottom: 3rem; // space for footer
|
margin-bottom: 3rem; // space for footer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user