From 0e0789d2f7bcb14b3cc1091a1f6c2e86380f5ee9 Mon Sep 17 00:00:00 2001 From: notohh <github@notohh.dev> Date: Sun, 2 Feb 2025 02:46:43 -0500 Subject: [PATCH] projects: clickable project names --- src/routes/projects/+page.svelte | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index c9d1968..fb03b02 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -20,7 +20,12 @@ <h1 class="flex justify-center text-center font-display sm:text-4xl mt-5" > - snowflake + <a href="https://git.flake.sh/notohh/snowflake"> + <span + class="inline-block font-bold text-accent hover:motion-preset-oscillate-sm" + >snowflake + </span> + </a> </h1> <h2 class="flex font-display sm:text-lg mt-5"> snowflake is my multi-config nixos repo. its the heart of my @@ -107,7 +112,12 @@ <h1 class="flex justify-center text-center font-display sm:text-4xl mt-5" > - notohh.dev + <a href="https://git.flake.sh/notohh/notohh.dev"> + <span + class="inline-block font-bold text-accent hover:motion-preset-oscillate-sm" + >notohh.dev + </span> + </a> </h1> <h2 class="flex justify-center text-center font-display sm:text-lg mt-5"