From f3813d6b4d88425e8c7249dda1e52679c1cfbc8e Mon Sep 17 00:00:00 2001
From: TomHodson <thomas.c.hodson@gmail.com>
Date: Mon, 8 Oct 2012 22:24:45 +0100
Subject: [PATCH] add links

---
 index.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 63c64b3..67c609f 100644
--- a/index.html
+++ b/index.html
@@ -15,12 +15,15 @@
   <body>
     <div class="wrapper">
       <header>
-        <h1>Tomhodson</h1>
+        <h1>Tom Hodson</h1>
         <p>If it involves making something...<br/> count me in.</p>
       </header>
       <section>
         <h3>Projects</h3>
         <a href="http://tomhodson.github.com/Peristaltic-Pump/">Peristaltic Pump</a>
+        <a href="factordiagram.html">Factor diagrams!</a>
+        <a href="scratchpad.html">A (boring) visualisation of a sorting algorithm in JS</a>
+
       <section/>
 
     </div>