Production release #6
@@ -3,8 +3,6 @@ title = "About"
 | 
			
		||||
template = "about.html"
 | 
			
		||||
+++
 | 
			
		||||
 | 
			
		||||
# About
 | 
			
		||||
 | 
			
		||||
I am an IT student at Charles University in Prague (Faculty of Education).
 | 
			
		||||
 | 
			
		||||
As a member of [Microlab](https://microlab.space), the university's hackerspace, I collaborate on various hardware and software projects. Additionally, I contribute to the open-source community as a package maintainer for [Void Linux](https://voidlinux.org).
 | 
			
		||||
 
 | 
			
		||||
@@ -2,9 +2,9 @@
 | 
			
		||||
 | 
			
		||||
  h1 {
 | 
			
		||||
    font-size: 2rem;
 | 
			
		||||
    margin-bottom: 2rem;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  h1,
 | 
			
		||||
  h2 {
 | 
			
		||||
    margin-top: 1rem;
 | 
			
		||||
    margin-bottom: .5rem;
 | 
			
		||||
 
 | 
			
		||||
@@ -6,6 +6,7 @@
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
	<section class="about content">
 | 
			
		||||
  	{{ page.content | safe }}
 | 
			
		||||
		<h1>{{ page.title }}</h1>
 | 
			
		||||
		{{ page.content | safe }}
 | 
			
		||||
	</section>
 | 
			
		||||
{% endblock content %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user