From 651987661fee32d437cf5ab6c53fd6456bbb6b9d Mon Sep 17 00:00:00 2001 From: nin0dev Date: Mon, 2 Sep 2024 18:24:55 -0400 Subject: [PATCH] added my PGP key --- LICENSE | 5 ++++- info/contacts/pgp.md | 6 ++++++ src/components/MainWindow.astro | 2 +- src/components/Window.astro | 2 +- src/pages/pgp.astro | 29 +++++++++++++++++++++++++++++ 5 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 info/contacts/pgp.md create mode 100644 src/pages/pgp.astro diff --git a/LICENSE b/LICENSE index b5e8025..6c1fb31 100644 --- a/LICENSE +++ b/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. \ No newline at end of file diff --git a/info/contacts/pgp.md b/info/contacts/pgp.md new file mode 100644 index 0000000..f64e89f --- /dev/null +++ b/info/contacts/pgp.md @@ -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." +--- \ No newline at end of file diff --git a/src/components/MainWindow.astro b/src/components/MainWindow.astro index fbbf795..3f88037 100644 --- a/src/components/MainWindow.astro +++ b/src/components/MainWindow.astro @@ -8,7 +8,7 @@ import Button from "./Button.astro"; import ButtonCollection from "./ButtonCollection.astro"; import Spacer from "./Spacer.astro"; --- - + diff --git a/src/components/Window.astro b/src/components/Window.astro index 52422cc..b959a74 100644 --- a/src/components/Window.astro +++ b/src/components/Window.astro @@ -24,7 +24,7 @@ const {title, showClose, maxWidth} = Astro.props { showClose &&
- +
} diff --git a/src/pages/pgp.astro b/src/pages/pgp.astro new file mode 100644 index 0000000..2b10c44 --- /dev/null +++ b/src/pages/pgp.astro @@ -0,0 +1,29 @@ +--- +import BaseLayout from "../layouts/BaseLayout.astro"; +--- + +
+-----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-----
+
+
\ No newline at end of file