From f6330f9f6d27ecae8e9869e2b8213008b709d4c7 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 14 May 2024 01:37:36 +0100 Subject: [PATCH] add more GPG shit --- src/faq.html | 7 ++++++- src/index.html | 9 +++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/faq.html b/src/faq.html index 9bcc365..7934c71 100644 --- a/src/faq.html +++ b/src/faq.html @@ -92,7 +92,12 @@

Q: What are your keys???

A: PGP:

-

5D0B689F - available via WKD (gpg --locate-keys me@nexy7574.co.uk), or the full (armoured) key is available here.

+

+ 0FA334385D0B689F - available via WKD (gpg --locate-keys me@nexy7574.co.uk), or the full (armoured) key is available here. + The key is also available on several keyservers, however + Ubuntu's keyserver + is the most reliable and kept up-to-date. Although, WKD should be preferred where possible. +

A: SSH

diff --git a/src/index.html b/src/index.html index 3a8e18d..c88459b 100644 --- a/src/index.html +++ b/src/index.html @@ -23,7 +23,7 @@ __name.textContent = "Nexus"; } ) - const email = document.querySelector("img[src='img/email.png']"); + const email = document.getElementById("email-modal"); const emailImages = document.querySelectorAll("img[src='img/gmail-color.svg']"); if(email && emailImages.length > 0) { for (let emailImg of emailImages) { @@ -48,7 +48,10 @@ - +