diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-05-27 07:56:43 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-05-27 07:56:43 -0400 |
commit | 8eabcd9b77130be7cf9c6930915eba1cdc0ec744 (patch) | |
tree | db7956fa4a7099ef9ee226dcc167b6b72fb0c979 | |
parent | f32234ae718737efb03e26ff41f9f31b309bceb3 (diff) |
Remove details from about page.
-rw-r--r-- | haunt.scm | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -34,13 +34,7 @@ "about.html" `((h2 "Hi.") (p "I am a professional software developer, hobbyist gardener, -woodworker, and drummer from Worcester, Massachusetts.") - (p "I am currently a Senior DevOps engineer at " ,(anchor "Vista Higher -Learning" "http://vistahigherlearning.com") - ", and formerly a web developer at the " - ,(anchor "Free Software Foundation." "https://fsf.org")) - (p "I have a BS in Computer Science from " - ,(anchor "Worcester State University" "http://worcester.edu") ".") +woodworker, and drummer.") (p "If you're into social media, you can follow me on " ,(anchor "Mastodon" "https://toot.cat/@dthompson") ".")))) |