added my PGP key
This commit is contained in:
parent
3c83b759a8
commit
651987661f
5 changed files with 41 additions and 3 deletions
5
LICENSE
5
LICENSE
|
@ -1,3 +1,6 @@
|
|||
Copyright (c) 2024 nin0dev (https://github.com/nin0-dev, https://codeberg.org/nin0dev, https://git.nin0.dev/nin0, https://nin0.dev)
|
||||
Usage and reproduction is prohibited.
|
||||
The Rust Bad License
|
||||
|
||||
If you fork this and include The Rust Programming Language files in any way, shape, or form; you will be liable for damages ranging from 10-20 thousand dollars per file.
|
||||
Otherwise, usage and reproduction is prohibited.
|
||||
All rights reserved.
|
6
info/contacts/pgp.md
Normal file
6
info/contacts/pgp.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
platform: "PGP key"
|
||||
name: "here"
|
||||
url: "/pgp"
|
||||
note: "Used across commits or other signed messages. Any key of mine on a keyserver is outdated."
|
||||
---
|
|
@ -8,7 +8,7 @@ import Button from "./Button.astro";
|
|||
import ButtonCollection from "./ButtonCollection.astro";
|
||||
import Spacer from "./Spacer.astro";
|
||||
---
|
||||
<Window title="Home" maxWidth="600px">
|
||||
<Window title="Home" maxWidth="600px" showClose={true}>
|
||||
<Me />
|
||||
<Presence />
|
||||
<GroupBox name="About me">
|
||||
|
|
|
@ -24,7 +24,7 @@ const {title, showClose, maxWidth} = Astro.props
|
|||
{
|
||||
showClose &&
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Close"></button>
|
||||
<button aria-label="Close" onclick="window.close()"></button>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
|
29
src/pages/pgp.astro
Normal file
29
src/pages/pgp.astro
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
---
|
||||
<BaseLayout>
|
||||
<pre style="background-color: #00000000; border: none;">
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Comment: This key is used across my commits or other signed messages.
|
||||
Comment: Any key on a keyserver is outdated! Only trust this one.
|
||||
Comment:
|
||||
Comment: User-ID: nin0dev <personal@nin0.dev>
|
||||
Comment: Valid from: 2024-08-31 3:59 PM
|
||||
Comment: Type: 255-bit EdDSA (secret key available)
|
||||
Comment: Usage: Signing, Encryption, Certifying User-IDs
|
||||
Comment: Fingerprint: DF9F7E5428C871653C9BD9203FA8F96ABAE04214
|
||||
|
||||
|
||||
mDMEZtN2NBYJKwYBBAHaRw8BAQdAOFU6FqqSqYlpGklj2y9B+B+gRU3lguVcRlAC
|
||||
vOMrcVK0G25pbjBkZXYgPHBlcnNvbmFsQG5pbjAuZGV2PoiTBBMWCgA7FiEE359+
|
||||
VCjIcWU8m9kgP6j5arrgQhQFAmbTdjQCGwMFCwkIBwICIgIGFQoJCAsCBBYCAwEC
|
||||
HgcCF4AACgkQP6j5arrgQhTMmQD9H5KNyUZpTMyd4CmRPFLRGN5q++iVZsZsr7Uf
|
||||
cRrz5TQA/3JYbsPZUOCdph7EwaWvaw+gBcIOy/35RpJ8EymYITgBuDgEZtN2NBIK
|
||||
KwYBBAGXVQEFAQEHQEMs8HdWWT/y7VyA3uAae4onSdKEcUT3YzasrUM9YntMAwEI
|
||||
B4h4BBgWCgAgFiEE359+VCjIcWU8m9kgP6j5arrgQhQFAmbTdjQCGwwACgkQP6j5
|
||||
arrgQhT3TQD+JseaqzRoIM+Ar4SKXz9PuKcF/azRQKAw8xYDI4rGhRMA/17bJscS
|
||||
hOnTlOLotYpasOGdJcEgxPHv4pTiAtTZL/gH
|
||||
=1Gg8
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
</pre>
|
||||
</BaseLayout>
|
Loading…
Reference in a new issue