diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-06-13 16:05:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-06-13 16:05:09 +0200 |
| commit | 2bb4c7f218952767cb44c3b7a9ee974437bc1f38 (patch) | |
| tree | 2b8141773c346ad66cb20e264967aeca9ded6c40 | |
| parent | 0d0ab1b2ed083708a0f033dd63c758b32a32ab73 (diff) | |
Update gpg/ssh keys URL and use plain text files
| -rw-r--r-- | data/home/index.yaml | 3 | ||||
| -rw-r--r-- | static/pub.gpg (renamed from static/pgp.html) | 18 | ||||
| -rw-r--r-- | static/pub.ssh | 1 |
3 files changed, 3 insertions, 19 deletions
diff --git a/data/home/index.yaml b/data/home/index.yaml index d79b520..627905f 100644 --- a/data/home/index.yaml +++ b/data/home/index.yaml @@ -8,7 +8,8 @@ Meta: Github: https://github.com/a14m StackOverflow: https://stackoverflow.com/users/1769515/a14m LinkedIn: https://www.linkedin.com/in/a14m - PGP: /pgp.html + PGP: /pub.gpg + SSH: /pub.ssh Summary: Platform engineer with 14+ years of experience in software development diff --git a/static/pgp.html b/static/pub.gpg index 855c21b..9ff0781 100644 --- a/static/pgp.html +++ b/static/pub.gpg @@ -1,18 +1,3 @@ -<html lang="en"> -<head> - <meta charset="utf-8" /> - <title>A14M</title> - <link rel="shortcut icon" href="/ico/favicon.ico" /> - <link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png" /> - <link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png" /> - <link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png" /> - <link rel="manifest" href="/ico/site.webmanifest" /> - <link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#000" /> - <meta name="msapplication-TileColor" content="#da532c" /> - <meta name="theme-color" content="#ffffff" /> -</head> -<body> -<pre> -----BEGIN PGP PUBLIC KEY BLOCK----- mDMEZBDEPxYJKwYBBAHaRw8BAQdAMQDR6x4wOUF/16fEy0A+f4K0YkFYwLrKH7f6 @@ -33,6 +18,3 @@ ZAUFAmQQxI8CGyAACgkQ2f3SneHqZAWinAEAnmvc20NnEnzo+ex6d3LFknv4W0nt RFPfX3ptbzOHJ8YA/jUYRLKGHekJRrJM7kE+ihUFXS3sNpU7KOQthW0DpgwH =pdo1 -----END PGP PUBLIC KEY BLOCK----- -</pre> -</body> -</html> diff --git a/static/pub.ssh b/static/pub.ssh new file mode 100644 index 0000000..3bfa718 --- /dev/null +++ b/static/pub.ssh @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII/JOmFlvmNRH0U8KoEzwW/CG2En3T7PRRLIjwpDBfjb |
