From f98811a1bb8824871ab6c9c6ff4b329e2e12cd2a Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 19 Jun 2011 12:25:14 +1000 Subject: [PATCH] Updates to the About and Projects pages --- content/about.html | 14 ++++++++++---- content/projects.html | 23 +++++++++++++++++------ 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/content/about.html b/content/about.html index 75a231e..2c42380 100644 --- a/content/about.html +++ b/content/about.html @@ -12,10 +12,13 @@ This Site --------- This site is written in [Markdown][markdown] and [SASS][sass], generated using -[nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on a Crucial Paradigm VPS running [Debian -GNU/Linux][debian] and [nginx][nginx]. +[nanoc][nanoc], enhanced with [jQuery][jquery] and hosted on VPS running +[Debian GNU/Linux][debian] and [nginx][nginx]. It makes use of the following +resources made available freely by their authors: + +* [Reset CSS][cssreset] by +* [Mono icons][monoicons] by +* [Feed icon][feedicon] by The content is split into two sections: [Technical](/technical/articles/) and [Personal](/personal/articles/). There is @@ -48,3 +51,6 @@ photos. My primary camera is a Canon 400D SLR, with the following lenses: [debian]: http://www.debian.org/ [jquery]: http://jquery.com/ [sass]: http://sass-lang.com/ +[cssreset]: +[monoicons]: http://www.tutorial9.net/resources/108-mono-icons-huge-set-of-minimal-icons/ +[feedicon]: diff --git a/content/projects.html b/content/projects.html index a567010..cf4f2db 100644 --- a/content/projects.html +++ b/content/projects.html @@ -3,21 +3,32 @@ more noteworthy projects are listed below. [github]: http://github.com/wezm - + +lua-imlib +--------- + +[lua-imlib] is a fork of the published lua-imlib library with additional +functionality. This library allows image processing in Lua. Specifically I +added: + +* x +* y +* z + +[lua-imlib]: node-genx ---------