From fd68f2f6358f98cebbe9941bfd029e2c7837c87a Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Sun, 7 Sep 2025 16:00:21 +0200 Subject: [PATCH] added quotes --- src/routes/+page.svelte | 1 + src/routes/quotes.ts | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index c6e1ea7..af73297 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -78,6 +78,7 @@
{@render marqueeContent({quote: marqueeQuote, ignoreA11y: false})} {@render marqueeContent({quote: marqueeQuote, ignoreA11y: true})} + {@render marqueeContent({quote: marqueeQuote, ignoreA11y: true})}

about ↬Deniz, the website developer, small and pixelated↫ me

diff --git a/src/routes/quotes.ts b/src/routes/quotes.ts index 504f17b..72d0a41 100644 --- a/src/routes/quotes.ts +++ b/src/routes/quotes.ts @@ -25,4 +25,14 @@ export let quotes: Quote[] = [ author: "acloudyskye", source: "Curses", }, + { + content: "Can we try to forget again?", + author: "acloudyskye", + source: "Myth", + }, + { + content: "Even if you go, I'll be ok", + author: "Midnight Kids & klei", + source: "Find Your Way", + }, ]; \ No newline at end of file