Add about me template

This commit is contained in:
Gergely Polonkai 2013-10-14 17:37:42 +02:00
parent 87d7e16b0e
commit 91a186e1b2
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{% extends 'front_base.html' %}
{% block title %} - About Me{% endblock %}
{% block content %}
<p>I'm Gergely Polonkai, systems engineer of an IT support company, and a freelancer developer.</p>
<p>I'm learning about different IT subjects since the late 1990s. These include web development, application building, systems engineering, systems security and many others. I also dug my nose into free software, dealing with different types of Linux and its applications, while also writing and contributing to some open source projects.</p>
<p>On this site I will write blog posts about different stuff I face during work (oh my, yet another IT solutions blog), hoping they can help you with your own, or just to get along with your brand new netbook that shipped with Linux.</p>
<p>Feel free to send me any suggestions on what should I post. I will try my best to provide some help or directions.</p>
{% endblock content %}