summaryrefslogtreecommitdiff
path: root/project/templates/about.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-24 17:18:28 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-24 17:18:28 +1100
commit3e4ca2ab20f205c81a734c5f8b9177992ee2737a (patch)
treed1d6ed9d8be42cd658c91846164910faf0353df0 /project/templates/about.html
parent22d542b0d526fa345027c510c219f25f4e850f53 (diff)
Added email contact, revised formatting and css
Diffstat (limited to 'project/templates/about.html')
-rw-r--r--project/templates/about.html26
1 files changed, 22 insertions, 4 deletions
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 %}
+ <link href="/css/about.css" rel="stylesheet">
+{% endblock %}
+
+
+
{% block content %}
<h4>About Me</h4>
@@ -31,9 +41,17 @@ really not cut out for research. My mindset is too focused on solving problems.
<h4>Contact</h4>
-<p>
-Email: TBA<br>
-IRC: jedb on irc.freenode.net
-</p>
+<table>
+ <tr>
+ <td>Email:</td>
+ <td>contact@<span style="display:none">REMOVETHIS</span>jedbarber.id.au</td>
+ </tr>
+ <tr>
+ <td>IRC:</td>
+ <td>jedb on irc.freenode.net</td>
+ </tr>
+</table>
{% endblock %}
+
+