From a32906728431d69a38c16073f2f81be10c1070c0 Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 12 Feb 2025 02:29:42 +0100 Subject: feat: idk im depressed and am deperately trying to do anything to make life feel 0.1% meaningful --- src/routes/shared.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/routes/shared.ts b/src/routes/shared.ts index 56467a1..d3f9750 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -302,9 +302,15 @@ export const ttyLines: TTYText[] = (() => { } wait(1000); clear(); - text(["Welcome to"], [""], [" the Estrogen Zone!\n\n"]); + text( + ["Hi! I'm a"], + [""], + [ + " software developer.\nI do shit like the hellhole you're seeing right now, amongst other things.\n\n", + ], + ); wait(300); - for (const c of " my corner of".split("")) { + for (const c of " transfem".split("")) { replaceLast((l) => { l[1][0] += c; return l; -- cgit v1.2.3