From 91a186e1b2bc702ef82c55ff88c11afc3078ae40 Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Mon, 14 Oct 2013 17:37:42 +0200 Subject: [PATCH] Add about me template --- basics/templates/basics/about.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 basics/templates/basics/about.html diff --git a/basics/templates/basics/about.html b/basics/templates/basics/about.html new file mode 100644 index 0000000..2639c91 --- /dev/null +++ b/basics/templates/basics/about.html @@ -0,0 +1,10 @@ +{% extends 'front_base.html' %} + +{% block title %} - About Me{% endblock %} + +{% block content %} +

I'm Gergely Polonkai, systems engineer of an IT support company, and a freelancer developer.

+

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.

+

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.

+

Feel free to send me any suggestions on what should I post. I will try my best to provide some help or directions.

+{% endblock content %}