From de726f62746d4553197d644622223dfc8aa0f3c3 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 21 Jan 2017 12:37:29 +1100 Subject: About page finally constructed, css for headings tweaked --- project/templates/about.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'project/templates/about.html') diff --git a/project/templates/about.html b/project/templates/about.html index df4d00d..8458d3c 100644 --- a/project/templates/about.html +++ b/project/templates/about.html @@ -4,5 +4,35 @@ {% block title %}About{% endblock %} {% block content %} -

Content for about page goes here

+ +

About Me

+ +

Have you ever looked at the way things are done and just wanted to make it better? I feel +like that all the time. It's not even a matter of introducing something new. The field of computing is +littered with ideas that are well researched, have working prototypes, yet ended up abandoned decades +ago for no apparent reason. I expect other fields are probably similar. One of my goals in life is to +reduce this gap between what's known and what's actually used. Mainly in software development, because +that's what I'm most familiar with.

+ +

So this website is primarily about hosting and talking about programming projects. Expect a bunch of +smaller less useful pieces before I get to the good stuff. But also expect electronics, civics, foreign +languages... basically anything catching my interest about which I can say something data driven or +otherwise interesting.

+ +

Qualifications

+ + + +

In 2012 I almost completed an extra honours year in computer science, before finding out that I'm +really not cut out for research. My mindset is too focused on solving problems. Practical problems.

+ +

Contact

+ +

(There should be an email address here, but I haven't yet set up an email server to receive it. Make +a note of it. Until I do, you'll just have to make do with these gloriously javascript-free webpages +instead.)

+ {% endblock %} -- cgit