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