From e2a069540e25addbe9c30aeffde65d7a4f23dd90 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 16 Dec 2012 21:37:09 -0800 Subject: [PATCH] Added Doomsday project --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 56994fb..c26b360 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,11 @@ color: white; font-family: Tahoma; } + + b { + font-weight:bolder; + } + a { color:#ff3333; font-weight:bolder; @@ -60,6 +65,8 @@
  • Arbitrary-language Django Dictionary (code) a web interface for a dictionary in an arbitrary language, written using the Django Python web framework and currently hosted on Heroku. + +
  • Doomsday Algorithm (code) a simple Haskell command-line application that computes the day of the week a given date in the Gregorian calendar falls on