From ba90f812d9ed3436cff04063c72c24ae05af0bf1 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 27 Jan 2010 13:18:19 +1100 Subject: [PATCH] Tidy up header and add content to About page --- content/about.html | 28 ++++++++++++++++++++++++++++ layouts/default.html | 2 +- layouts/header.html | 4 +--- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/content/about.html b/content/about.html index 62ba415..2458dba 100644 --- a/content/about.html +++ b/content/about.html @@ -1,3 +1,31 @@

WezM.net is Wesley Moore's personal home page, a programmer from Melbourne Australia. Here you will find posts about various projects I'm working on, useful tips I've discovered as well as some random excerpts from other things going on in my life.

+ +Contact +------- + +Email me on wes@wezm.net + +[Follow me on Twitter](twitter) + +This Site +--------- + +This site is written in [Markdown](markdown), generated using [nanoc](nanoc) and is hosted on my Mac Pro by [Cherokee](cherokee). + +Projects +-------- + +Visit the projects page for details of some of my software and hardware projects. + +Photography +----------- + +I'm an amateur photographer, see [Flickr](flickr). His primary camera is a Canon 400D SLR, and his main lenses are 28mm ƒ/1.4. + +[nanoc]: http://nanoc.stoneship.org/ +[markdown]: http://daringfireball.net/projects/markdown/ +[cherokee]: http://www.cherokee-project.com/ +[twitter]: http://twitter.com/wezm +[flickr]: http://www.flickr.com/photos/wezm/ \ No newline at end of file diff --git a/layouts/default.html b/layouts/default.html index 1423bfe..4887498 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -3,7 +3,7 @@ - <%= @item[:title] %> + <%= @item[:title] %> - WezM.net diff --git a/layouts/header.html b/layouts/header.html index 7a514f0..8552cbf 100644 --- a/layouts/header.html +++ b/layouts/header.html @@ -1,10 +1,8 @@