From 6b5eee505a7e7ec71ef7650ebcb5a474f68c806f Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 3 Jun 2025 15:27:45 +0200 Subject: [PATCH] content: change the PGP text on the `/contact` page (#41) Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/41 --- public/assets/css/pages/contact.css | 13 +++++++++++++ public/contact.php | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/public/assets/css/pages/contact.css b/public/assets/css/pages/contact.css index 41f46ae..fe25c6f 100644 --- a/public/assets/css/pages/contact.css +++ b/public/assets/css/pages/contact.css @@ -106,6 +106,19 @@ section.pgp .buttons { gap: var(--padding); } +/* ## Blockquote */ + +cite { + text-decoration: underline; + text-decoration-style: dotted; + text-decoration-color: rgba(var(--primer-color-accent), .5); + text-decoration-thickness: .1em; + + &:hover { + text-decoration-color: var(--color-accent); + } +} + /* ## Contact form */ section.form :is(input, textarea) { diff --git a/public/contact.php b/public/contact.php index c76edef..8217831 100644 --- a/public/contact.php +++ b/public/contact.php @@ -62,9 +62,9 @@
-

encrypt your message with PGP

-

Encryption is great, don't let certain short-sighted politicians fool you into thinking encryption is only for criminals. I encourage you to encrypt your message with PGP so we can aid normalization of platform-agnostic encryption for everyone. My key is available via WKD, and it's also listed on the openPGP key server.

-

Here's the fingerprint for victor@vlw.se
DCE987311CB5D2A252F58951D0AD730E1057DFC6

+

a note about encryption..

+

Please don't let certain short-sighted politicians fool you into thinking encrypted text messages are only for "those with nothing to hide". I encourage you to encrypt your message with PGP so we can aid normalization of platform-agnostic encryption for everyone.

+

PGP fingerprint for victor@vlw.se:
DCE987311CB5D2A252F58951D0AD730E1057DFC6

-

And for reference, here is the fingerprint for my "non-personal" address info@vlw.se

-

DC603DA049903D707B7F1DB39AF727FB576F5A00

+
"Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say."
+

- Edward Snowden, Reddit (May 21, 2015)