feat: add dedicated email address

This commit is contained in:
Stefan Imhoff
2022-11-11 11:12:20 +01:00
parent c2c7b55483
commit dbba4d3238
2 changed files with 3 additions and 3 deletions

View File

@@ -40,8 +40,8 @@ if ('querySelector' in document && 'localStorage' in window && 'addEventListener
event.preventDefault();
link.classList.remove('objuscated');
link.text = 'hey@imhoff.name';
link.href = 'mailto:hey@imhoff.name';
link.text = 'hey@kogakure.de';
link.href = 'mailto:hey@kogakure.de';
if (lock) {
lock.classList.remove('hidden');

View File

@@ -117,7 +117,7 @@ module.exports = {
<a
title="${downloadText}"
aria-label="${downloadText}"
href="https://www.stefanimhoff.de/downloads/publickey.hey@imhoff.name-9cb867d4ccd2c1d7d9fde82f4b649797f3e007a9.asc"
href="https://www.stefanimhoff.de/downloads/publickey.hey@stefanimhoff.de-9cb867d4ccd2c1d7d9fde82f4b649797f3e007a9.asc"
>
<svg class="lock-icon" aria-hidden="true" viewBox="0 0 24 24" width="1em" height="1em">
<use xlink:href="#lock"></use>