From 313a1a7c22fe17f96e21d8063b2e5358738a9b31 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 22:08:02 -0500 Subject: Update the about page. --- haunt.scm | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/haunt.scm b/haunt.scm index 609ace6..425df2a 100644 --- a/haunt.scm +++ b/haunt.scm @@ -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 -- cgit v1.2.3