From 67e17ae27f62e0c973412da109410fa387f0b07d Mon Sep 17 00:00:00 2001 From: Bad Manners Date: Fri, 23 Aug 2024 22:27:40 -0300 Subject: [PATCH] Add SSH key and make clipboard items consistent --- package-lock.json | 4 +- package.json | 2 +- public/ssh.pub | 1 + src/components/AgeRestrictedModal.astro | 7 +- src/components/icons/brands/IconSSH.astro | 15 +++ src/layouts/BaseLayout.astro | 1 - src/pages/[...config].ts | 63 +++++----- src/pages/index.astro | 137 ++++++++-------------- src/pages/terms_of_service.astro | 3 +- src/pages/work.astro | 56 ++++----- 10 files changed, 127 insertions(+), 162 deletions(-) create mode 100644 public/ssh.pub create mode 100644 src/components/icons/brands/IconSSH.astro diff --git a/package-lock.json b/package-lock.json index e019e92..bf46f59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "badmanners.xyz", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "badmanners.xyz", - "version": "2.1.2", + "version": "2.1.3", "hasInstallScript": true, "dependencies": { "@astrojs/check": "^0.9.2", diff --git a/package.json b/package.json index e153da4..28cddb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "badmanners.xyz", "type": "module", - "version": "2.1.2", + "version": "2.1.3", "scripts": { "postinstall": "astro sync", "dev": "astro dev", diff --git a/public/ssh.pub b/public/ssh.pub new file mode 100644 index 0000000..984a3a2 --- /dev/null +++ b/public/ssh.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ3QAZd3E95gxef2kiXppWa/xhcwBtnKMZJaW6s4d7Tm Bad Manners diff --git a/src/components/AgeRestrictedModal.astro b/src/components/AgeRestrictedModal.astro index fcf4e0c..601b3bd 100644 --- a/src/components/AgeRestrictedModal.astro +++ b/src/components/AgeRestrictedModal.astro @@ -33,6 +33,7 @@ import IconTriangleExclamation from "./icons/IconTriangleExclamation.astro"; class="flex w-full max-w-md flex-col-reverse justify-evenly gap-y-5 px-6 pt-5 font-medium sm:max-w-2xl sm:flex-row" >