summaryrefslogtreecommitdiff
path: root/project/templates/index.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/index.html
parent22d542b0d526fa345027c510c219f25f4e850f53 (diff)
Added email contact, revised formatting and css
Diffstat (limited to 'project/templates/index.html')
-rw-r--r--project/templates/index.html26
1 files changed, 20 insertions, 6 deletions
diff --git a/project/templates/index.html b/project/templates/index.html
index de16dbf..4652567 100644
--- a/project/templates/index.html
+++ b/project/templates/index.html
@@ -1,13 +1,27 @@
{% extends "base.html" %}
+
+
{% block title %}Jedidiah Barber's Personal Site{% endblock %}
+
+
+{% block style %}
+ <link href="/css/index.css" rel="stylesheet">
+{% endblock %}
+
+
+
{% block content %}
- <ul class="index">
- <li><a href="/stvcount.html">Single Transferable Vote Counter</a></li>
- <li><a href="/adapad.html">Adapad</a></li>
- <li><a href="/grasp.html">Grasp Interpreter</a></li>
- <li><a href="/thue2a.html">Thue Version 2a</a></li>
- </ul>
+
+<ul class="index">
+ <li><a href="/stvcount.html">Single Transferable Vote Counter</a></li>
+ <li><a href="/adapad.html">Adapad</a></li>
+ <li><a href="/grasp.html">Grasp Interpreter</a></li>
+ <li><a href="/thue2a.html">Thue Version 2a</a></li>
+</ul>
+
{% endblock %}
+
+