Skip to content

Commit ca6bd08

Browse files
committed
added public pgp key link
1 parent 4e3eb2d commit ca6bd08

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/pages/index.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import PersonalCard from "../components/PersonalCard.astro";
1212
import kirby from "../assets/kirby-mushroom.gif";
1313
import pfp from "../assets/pfp.png";
1414
import miku from "../assets/gifs/miku-shimie-shimie.gif";
15+
import { text } from "stream/consumers";
1516
1617
const Title = "Home";
1718
const HeaderTitle = "Welcome to JellyCat Cafe";
@@ -49,6 +50,11 @@ const ContactLinks = [
4950
text: "contact.polycat\u200B@proton.me",
5051
label: "Email link to contact PolyCat",
5152
},
53+
{
54+
href: "https://keys.openpgp.org/vks/v1/by-fingerprint/DB63CA649EABAD334627F1BB93F51FCA4F61C83E",
55+
text: "My Public PGP Key",
56+
label: "Link to download my public PGP key"
57+
}
5258
];
5359
5460
const ProjectLinks = [

0 commit comments

Comments
 (0)