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