From 3e4ca2ab20f205c81a734c5f8b9177992ee2737a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 24 Feb 2017 17:18:28 +1100 Subject: Added email contact, revised formatting and css --- project/templates/about.html | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'project/templates/about.html') diff --git a/project/templates/about.html b/project/templates/about.html index 3079224..55c7f36 100644 --- a/project/templates/about.html +++ b/project/templates/about.html @@ -1,8 +1,18 @@ {% extends "base.html" %} + + {% block title %}About{% endblock %} + + +{% block style %} + +{% endblock %} + + + {% block content %}

About Me

@@ -31,9 +41,17 @@ really not cut out for research. My mindset is too focused on solving problems.

Contact

-

-Email: TBA
-IRC: jedb on irc.freenode.net -

+ + + + + + + + + +
Email:contact@REMOVETHISjedbarber.id.au
IRC:jedb on irc.freenode.net
{% endblock %} + + -- cgit