summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-07-09 21:40:29 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-07-09 21:40:29 -0400
commite80f0fa49d0ac691031834cd6ef3612f75995dd8 (patch)
tree1f80f5041a4a706fe9dddebfbee0b2f8f89c51c8
parent815789f3163913d87da8d3c6c37e910bec87a884 (diff)
Update about me page.
-rw-r--r--haunt.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 98f6dc1..b97ca3a 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -33,8 +33,13 @@
"About Me"
"about.html"
`((h2 "Hi.")
- (p "I am a professional software developer. I'm also an amateur
-organic gardener, woodworker, and drummer.")
+ (p "I am a professional software developer. I like to write
+programs in Scheme in my free time, such as the software that built
+this website.")
+ (p "I play drums in a punk band called "
+ (a (@ (href "https://imp-music.bandcamp.com")) "IMP")
+ ".")
+ (p "I also like to garden and make things out of wood.")
(p "If you're into social media, you can follow me on "
,(anchor "Mastodon" "https://toot.cat/@dthompson") "."))))