diff options
author | bd <bdunahu@operationnull.com> | 2025-06-21 01:02:36 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-06-21 01:02:36 -0400 |
commit | 2dc334e3cb8932be07c9c7a03d10c93d0a5d9a6c (patch) | |
tree | c6b388a145da1bf93656f1cac125cf93af79309a /src/operationnull/pages.scm | |
parent | 8a9b2586b29da0c8e6944f6813c5834d65645f7d (diff) |
Partial rework of theme+css
Diffstat (limited to 'src/operationnull/pages.scm')
-rw-r--r-- | src/operationnull/pages.scm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/operationnull/pages.scm b/src/operationnull/pages.scm index fe90925..a1f78ee 100644 --- a/src/operationnull/pages.scm +++ b/src/operationnull/pages.scm @@ -10,7 +10,7 @@ (p "My name is Benjamin. operationnull is my personal site.") (p "My interests often revolve around processing and manipulating text--code generation, interpreters, Norse mythology, sword and sorcery, and GNU Emacs, the ultimate text-based operating system. I graduated from CSU with a B.S. in computer science Spring 2024.") (ul (@ (type "bullet")) - (li "I have an interest in poetry/fiction though the quality of my work is up to your interpretation (" + (li "I sometimes practice poetry/fiction writing (" (a (@ (href "/gold.html")) "gold") ").") @@ -19,12 +19,16 @@ (li "A few of my personal projects can be found on my " (a (@ (href "https://git.operationnull.com/")) "git server") - ", all of which are libre.") + ".") (li "I host a small gemlog on the link titled 'porphyrion'.")))) (define contact-content '(article (h2 "Contact") - (p "I am reachable by email:") + (p "I am on Matrix and IRC:") + (ul (@ (type "bullet")) + (li (b "IRC: ") "@ bdunahu @ libera.chat or @ Gondul @ libera.chat") + (li (b "matrix: ") "@bdunahu:tchncs.de")) + (p "If you don't use those:") (ul (@ (type "bullet")) (li (b "email: ") "bdunahu @ this domain")) (ul (@ (style "font-size: 80%;")) @@ -33,11 +37,8 @@ (br) "Fingerprint: " (code "5550 5CA6 9DE5 D342 7F31 F9AE 5F86 6C65 2A34 C996"))) - (p "Additionally, these accounts belong to me.") - (ul (@ (type "bullet")) - (li (b "IRC: ") "@ Isaz @ libera.chat") - (i "And: ") "@ Gondul @ libera.chat" - (li (b "matrix: ") "@bdunahu:tchncs.de")))) + (br) + (p "I do not have any accounts open with any big-tech services. Reluctantly, I do have a discord account."))) (define e404 '(article (h2 "403/404 Error") |