add more GPG shit

This commit is contained in:
Nexus 2024-05-14 01:37:36 +01:00
parent 5e9922a06e
commit f6330f9f6d
Signed by: nex
GPG key ID: 0FA334385D0B689F
2 changed files with 13 additions and 3 deletions

View file

@ -92,7 +92,12 @@
<h2>Q: What are your keys???</h2>
<div>
<h3>A: PGP:</h3>
<p><code class="inline">5D0B689F</code> - available via WKD (<code class="inline">gpg --locate-keys me@nexy7574.co.uk</code>), or the full (armoured) key is available <a href="assets/pgp-2024-05-13.txt" download>here</a>.</p>
<p>
<code class="inline">0FA334385D0B689F</code> - available via WKD (<code class="inline">gpg --locate-keys me@nexy7574.co.uk</code>), or the full (armoured) key is available <a href="assets/pgp-2024-05-13.txt" download>here</a>.
The key is also available on several keyservers, however
<a href="https://keyserver.ubuntu.com/pks/lookup?search=0FA334385D0B689F&fingerprint=on&op=index" target="_blank" rel="noopener noreferrer">Ubuntu's keyserver</a>
is the most reliable and kept up-to-date. Although, WKD should be preferred where possible.
</p>
</div>
<div>
<h3>A: SSH</h3>

View file

@ -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 @@
</script>
</head>
<body>
<img style="z-index: 100;width:auto;height: auto;margin:200px auto;background-color: rgba(0, 0, 0, 0.5);position:absolute" src="img/email.png" width="1366px" height="768px" alt="oh" hidden/>
<div id="email-modal" style="z-index: 100;width:100%;height: 100%;padding:200px auto;background-color: rgba(0, 0, 0, 0.5);position:absolute" hidden>
<p>If you're going to email me, please use PGP encryption. My key is available via WKD, or <a href="faq.html">the FAQ</a></p>
<img src="img/email.png" width="1366px" height="768px" alt="oh"/>
</div>
<div class="mainBody">
<header>
<nav>
@ -83,6 +86,7 @@
<p><span id="__age">17</span> | she/it | "full"-stack</p>
<h2>Quick - about me</h2>
<div>
<p>You can hover over icons to get a tooltip, and some you can click to go places.</p>
<div id="array">
<div>
<h3>Languages</h3>
@ -96,6 +100,7 @@
<h3>Operating Systems</h3>
<div>
<img src="img/fedora-color.svg" alt="Fedora" title="Fedora" width="32px" height="32px" class="icon">
<img src="img/ubuntu-color.svg" alt="Ubuntu" title="Ubuntu (Server)" width="32px" height="32px" class="icon">
<img src="img/windows-color.svg" alt="Windows" title="Windows" width="32px" height="32px" class="icon">
<img src="img/apple-color.svg" alt="iOS" title="iOS" width="32px" height="32px" class="icon">
</div>