summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-07-17 03:45:47 -0600
committerbd <bdunahu@operationnull.com>2024-07-17 03:45:47 -0600
commit6a95130c2b402c5c21b8bd85ccacb77d017ff066 (patch)
treee1936331f5a998dc15e417092d784adb8765dedc
parent1db1108ffcb137624ad1a592d3e88a4490c516a3 (diff)
Added public key to contact page
-rw-r--r--.gitignore1
-rw-r--r--src/operationnull/pages.scm21
2 files changed, 15 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index b83d222..0a708e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/target/
+/content/assets/bdunahu.pub
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)))))