added my PGP key

This commit is contained in:
nin0dev 2024-09-02 18:24:55 -04:00
parent 3c83b759a8
commit 651987661f
Signed by: nin0
GPG key ID: 3FA8F96ABAE04214
5 changed files with 41 additions and 3 deletions

View file

@ -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) 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. All rights reserved.

6
info/contacts/pgp.md Normal file
View 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."
---

View file

@ -8,7 +8,7 @@ import Button from "./Button.astro";
import ButtonCollection from "./ButtonCollection.astro"; import ButtonCollection from "./ButtonCollection.astro";
import Spacer from "./Spacer.astro"; import Spacer from "./Spacer.astro";
--- ---
<Window title="Home" maxWidth="600px"> <Window title="Home" maxWidth="600px" showClose={true}>
<Me /> <Me />
<Presence /> <Presence />
<GroupBox name="About me"> <GroupBox name="About me">

View file

@ -24,7 +24,7 @@ const {title, showClose, maxWidth} = Astro.props
{ {
showClose && showClose &&
<div class="title-bar-controls"> <div class="title-bar-controls">
<button aria-label="Close"></button> <button aria-label="Close" onclick="window.close()"></button>
</div> </div>
} }
</div> </div>

29
src/pages/pgp.astro Normal file
View 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 &lt;personal@nin0.dev&gt;
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>