From 6c96850afad62fb3065f2d84256f09bcd962cde4 Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Wed, 7 May 2025 18:01:10 +0200 Subject: [PATCH] :lipstick: Switches skills and projects --- src/pages/index.astro | 140 ++++++++++++++++++++++++------------------ todo.txt | 4 -- 2 files changed, 79 insertions(+), 65 deletions(-) delete mode 100644 todo.txt diff --git a/src/pages/index.astro b/src/pages/index.astro index 8cc0b03..ed38f61 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,6 +7,7 @@ let years = now.getFullYear() - 2006 - 1 if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) { years++ } +let a = years === 18 ? "an " : "a "; ---