diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-03-10 22:08:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-03-10 22:08:02 -0500 |
commit | 313a1a7c22fe17f96e21d8063b2e5358738a9b31 (patch) | |
tree | 224c897a9a3d463e1d1edf3993ffbb7315159728 | |
parent | 46201cd64d6f821f7f9b7e70d02c3f205d08d36d (diff) |
Update the about page.
-rw-r--r-- | haunt.scm | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -290,19 +290,16 @@ system. The official repository is hosted at " "About Me" "about.html" `((h2 "Hi.") - (p "I am a professional software developer and free software -activist based in Massachusetts.") - (p "I graduated from " - ,(anchor "Worcester State University" "http://worcester.edu") - " in 2012 with a BS in Computer Science.") - (p "I am currently a web developer with a focus on operations -at " - ,(anchor "Vista Higher Learning" "http://vistahigherlearning.com") + (p "I am a professional software developer, hobbyist gardener, +woodworker, and drummer from Worcester, Massachusetts.") + (p "I am currently a 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 "You can follow me on " - ,(anchor "GNU Social" "https://quitter.se/davexunit") " and " - ,(anchor "Twitter" "https://twitter.com/davexunit") ".")))) + (p "I have a BS in Computer Science from " + ,(anchor "Worcester State University" "http://worcester.edu") ".") + (p "If you're into social media, you can follow me on " + ,(anchor "Mastodon" "https://toot.cat/@dthompson") ".")))) (define projects-page (static-page |