Production release #6
@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user