From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/about.xhtml | 72 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 project/templates/about.xhtml (limited to 'project/templates/about.xhtml') diff --git a/project/templates/about.xhtml b/project/templates/about.xhtml new file mode 100644 index 0000000..8eef5e4 --- /dev/null +++ b/project/templates/about.xhtml @@ -0,0 +1,72 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}About{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

About Me

+ +

Does the massive gap between what is known and what is mainstream bother anyone else? It bothers +me. The field of computing is littered with ideas that are well researched, have working prototypes, +and would be very useful, 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. But also +expect electronics, civics, foreign languages, food, videogames... basically anything catching my +interest about which I can say something data driven or otherwise interesting.

+ +

Details of where I grew up and whatnot are unimportant, but it is worth noting that in the first +half of 2021 I moved my place of residence from NSW, Australia to the South Island of New Zealand +due to extreme corruption and abuses of power going on in the Australian Federal Government. This +caused this website to go offline for a few months since it was being hosted on a home server at the +time, but it has since been moved to a VPS so that's all fixed now.

+ +

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 practical problems and my +talent for prose is comparatively not so great. +

+ +

Contact

+ + + + + + + + + + +
Email:contact@REMOVETHISjedbarber.id.au
IRC:jedb on irc.libera.chat
+ +

Technical Details

+ +

This website is best viewed with any browser compliant with XHTML 1.1, MathML 2.0, and CSS 3. If +your browser cannot handle those standards, tough. Get a better web browser.

+ +

This website will never require any form of Javascript for optimal viewing. The use of +Turing-complete client side scripting in web browsers is an abomination.

+{% endblock -%} + + -- cgit