summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-01-26 08:29:25 -0500
committerDavid Thompson <dthompson2@worcester.edu>2022-01-26 08:29:25 -0500
commitd5936fcb8ab5c99245ae356074b80dbc12ccce03 (patch)
tree4d536bb6322900ada58397cefa635621ec740041
parent9a77b3d8fdc8cdcdbe387bbf6ac1986500e4f758 (diff)
Update about and project pages.
-rw-r--r--haunt.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/haunt.scm b/haunt.scm
index 97b33f5..ed2b788 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -33,8 +33,8 @@
"About Me"
"about.html"
`((h2 "Hi.")
- (p "I am a professional software developer, hobbyist gardener,
-woodworker, and drummer.")
+ (p "I am a professional software developer. I'm also an amateur
+organic gardener, woodworker, and drummer.")
(p "If you're into social media, you can follow me on "
,(anchor "Mastodon" "https://toot.cat/@dthompson") "."))))
@@ -52,7 +52,7 @@ woodworker, and drummer.")
(p ,(anchor "guile-syntax-highlight" "projects/guile-syntax-highlight.html")
" — Syntax highlighting library for Guile Scheme")
(p ,(anchor "Shroud" "projects/shroud.html")
- " — GPG-based password manager")
+ " — GPG-based password manager (inactive)")
(p ,(anchor "Sly" "projects/sly.html")
" — Functional reactive game engine (abandoned)")
(p ,(anchor "srt2vtt" "projects/srt2vtt.html")