mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 11:33:41 +02:00
Added link to PGP Key
Added download link to PGP Key on GCS. Added EOD line breaks.
This commit is contained in:
parent
a87045cca3
commit
3a43d9d773
2 changed files with 4 additions and 5 deletions
|
@ -143,6 +143,7 @@ main > div {
|
|||
|
||||
#intro .block p span {
|
||||
background: var(--color-accent);
|
||||
margin-right: .9em;
|
||||
}
|
||||
|
||||
/* --- */
|
||||
|
@ -230,6 +231,4 @@ nav a:hover {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Victor Westerlund */
|
||||
/* Victor Westerlund */
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
<div class="block">
|
||||
<p><span>I create things with code, and usually design things for humans to interact with my code. I'm also a true wannabe jack of all trades; and coffee-loving non-coffee snob.</span></p>
|
||||
<p><span><strong>hello@victorwesterlund.com</strong></span></p>
|
||||
<p><span><strong>hello@victorwesterlund.com</strong></span>​(<a href="https://storage.googleapis.com/public.victorwesterlund.com/publickey.gpg" target="_blank">PGP Key</a>)</p>
|
||||
</div>
|
||||
<div class="block">
|
||||
<nav>
|
||||
|
@ -43,4 +43,4 @@
|
|||
<script src="assets/js/script.js" type="module"></script>
|
||||
<script src="assets/js/legacy.js" nomodule></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue