From e80f0fa49d0ac691031834cd6ef3612f75995dd8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 9 Jul 2022 21:40:29 -0400 Subject: Update about me page. --- haunt.scm | 9 +++++++-- 1 file 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") ".")))) -- cgit v1.2.3