From ab44e5ef7586a220fc1d251bda333a8752bb7783 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:52:53 +0200 Subject: [PATCH] add notes on contact --- shell.nix | 6 +++++- static/root/index.html | 28 +++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 8642edc..a7bf0fc 100644 --- a/shell.nix +++ b/shell.nix @@ -1,3 +1,7 @@ { pkgs ? import { } }: pkgs.mkShell { - packages = with pkgs; [ rustup hugo nodePackages.live-server ]; + packages = with pkgs; [ + rustup + hugo + nodePackages.live-server + ]; } diff --git a/static/root/index.html b/static/root/index.html index 4744a26..469f0b9 100644 --- a/static/root/index.html +++ b/static/root/index.html @@ -119,6 +119,32 @@ somewhere...

+
+

contact me

+

if you want to contact me for something, use any of the following platforms

+ +

+ if for some reason you really like being super secret then + age-encrypt something with my current SSH key + found on GitHub. +

+

i do not have a PGP key and do not intend on getting one.

+
@@ -132,7 +158,7 @@ const ferrisuwu = document.getElementById("ferrisuwu"); function onSecretClick() { clickCount++; - if (clickCount > 3 && !ferrisuwuAnimating) { + if (clickCount > 0 && !ferrisuwuAnimating) { ferrisuwu.classList.add("ferrisuwu-animate"); ferrisuwuAnimating = true; setTimeout(() => {