From 6a95130c2b402c5c21b8bd85ccacb77d017ff066 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 17 Jul 2024 03:45:47 -0600 Subject: Added public key to contact page --- src/operationnull/pages.scm | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/operationnull/pages.scm b/src/operationnull/pages.scm index 4340a64..42c9231 100644 --- a/src/operationnull/pages.scm +++ b/src/operationnull/pages.scm @@ -12,19 +12,26 @@ (a (@ (href "/gold.html")) "example") "), though I am still an amateur writer. I am working on another short sword and sorcery story (10,000+ words) about an outlandish werewolf named Gǫndul and her creator---the master-conjurer Gullveig. I am not sure if it will ever appear publicly or on this site.") - (p "A few of my personal projects can be found on my " + (p "A few of my personal projects can be found on my " (a (@ (href "https://git.operationnull.com/")) "git server") ", all of which are " - (a (@ (href "https://en.wikipedia.org/wiki/Free_software")) - "libre") - "."))) + (a (@ (href "https://en.wikipedia.org/wiki/Free_software")) + "libre") + "."))) (define contact-content '(article (h2 "Contact") (p "Contact me about the content of this site here:") (ul (@ (type "bullet")) (li (b "email: ") "bdunahu @ this domain")) + (ul (p (@ (style "font-size: 80%;")) + "If you know how/want to send encrypted email:") + (ul (@ (style "font-size: 80%;")) + (code "curl -sL https://operationnull.com/assets/bdunahu.pub | gpg --import") + (br) + "Fingerprint: " + (code "5550 5CA6 9DE5 D342 7F31 F9AE 5F86 6C65 2A34 C996"))) (p "Additionally, these accounts are/belong to me.") (ul (@ (type "bullet")) (li (b "IRC: ") "@ Isaz @ libera.chat") @@ -68,7 +75,7 @@ "In burst fetters terror comes to bite," (br) "and thus conclude the " - (a (@ (href "https://norse-mythology.org/tales/odins-discovery-of-the-runes/")) - "coward's futile plight") - "." + (a (@ (href "https://norse-mythology.org/tales/odins-discovery-of-the-runes/")) + "coward's futile plight") + "." (br))))) -- cgit v1.2.3