fix(content): new PGP key link and fingerprint (#64)

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/64
This commit is contained in:
Victor Westerlund 2026-02-28 17:50:39 +01:00
parent 6da89cccf8
commit 9a28fe51c3

View file

@ -2,7 +2,7 @@
use VLW\Database\Models\Messages\Message; use VLW\Database\Models\Messages\Message;
use VLW\Database\Tables\Messages\Messages; use VLW\Database\Tables\Messages\Messages;
require_once VV::root("src/Database/Models/Messages/Message.php"); require_once VV::root("src/Database/Models/Messages/Message.php");
require_once VV::root("src/Database/Tables/Messages/Messages.php"); require_once VV::root("src/Database/Tables/Messages/Messages.php");
@ -61,9 +61,9 @@
<?= VV::embed("public/assets/media/icons/pin.svg") ?> <?= VV::embed("public/assets/media/icons/pin.svg") ?>
<h3>a note about encryption..</h3> <h3>a note about encryption..</h3>
<p>Please don't let certain <a href="https://web.archive.org/web/20250514040615/https://www.patrick-breyer.de/en/posts/chat-control/">short-sighted politicians</a> fool you into thinking encrypted text messages are only for <a href="https://en.wikipedia.org/wiki/Nothing_to_hide_argument">"those with nothing to hide"</a>. I encourage you to encrypt your message with PGP so we can aid normalization of <i>platform-agnostic</i> encryption for everyone.</p> <p>Please don't let certain <a href="https://web.archive.org/web/20250514040615/https://www.patrick-breyer.de/en/posts/chat-control/">short-sighted politicians</a> fool you into thinking encrypted text messages are only for <a href="https://en.wikipedia.org/wiki/Nothing_to_hide_argument">"those with nothing to hide"</a>. I encourage you to encrypt your message with PGP so we can aid normalization of <i>platform-agnostic</i> encryption for everyone.</p>
<p>PGP fingerprint for victor@vlw.se:<br><strong class="fingerprint">DCE987311CB5D2A252F58951D0AD730E1057DFC6</strong></p> <p>PGP fingerprint for victor@vlw.se:<br><strong class="fingerprint">0B7665204AF0E77A2B75C8965DAF14C317AA7719</strong></p>
<div class="buttons"> <div class="buttons">
<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/DCE987311CB5D2A252F58951D0AD730E1057DFC6"><button class="inline solid download"> <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/0B7665204AF0E77A2B75C8965DAF14C317AA7719"><button class="inline solid download">
<p>download ASC</p> <p>download ASC</p>
<?= VV::embed("public/assets/media/icons/chevron.svg") ?> <?= VV::embed("public/assets/media/icons/chevron.svg") ?>
</button></a> </button></a>
@ -112,4 +112,4 @@
</button> </button>
</form> </form>
</section> </section>
<script ><?= VV::js("public/assets/js/pages/contact") ?></script> <script ><?= VV::js("public/assets/js/pages/contact") ?></script>