diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-07-09 21:40:29 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-07-09 21:40:29 -0400 |
commit | e80f0fa49d0ac691031834cd6ef3612f75995dd8 (patch) | |
tree | 1f80f5041a4a706fe9dddebfbee0b2f8f89c51c8 | |
parent | 815789f3163913d87da8d3c6c37e910bec87a884 (diff) |
Update about me page.
-rw-r--r-- | haunt.scm | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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") ".")))) |