diff options
merge: Merge branch 'master' of ssh://git.estrogen.zone/mem-estrogen-zone
-rw-r--r-- | src/app.html | 4 | ||||
-rw-r--r-- | src/routes/+page.svelte | 2 | ||||
-rw-r--r-- | src/routes/boot-logo.png | bin | 212582 -> 0 bytes | |||
-rw-r--r-- | src/routes/boot-logo.webp | bin | 0 -> 134494 bytes | |||
-rw-r--r-- | src/routes/shared.ts | 10 | ||||
-rw-r--r-- | static/favicon.png | bin | 1571 -> 0 bytes | |||
-rw-r--r-- | static/favicon.webp | bin | 0 -> 134494 bytes |
7 files changed, 11 insertions, 5 deletions
diff --git a/src/app.html b/src/app.html index f2d20ed..72dfdc1 100644 --- a/src/app.html +++ b/src/app.html @@ -19,7 +19,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <link rel="icon" href="%sveltekit.assets%/favicon.png" /> + <link rel="icon" href="%sveltekit.assets%/favicon.webp" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> %sveltekit.head% </head> @@ -28,4 +28,4 @@ <div style="display: contents">%sveltekit.body%</div> </body> -</html>
\ No newline at end of file +</html> diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7bbd52c..6d521b5 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -13,7 +13,7 @@ */ --> <script lang="ts"> - import logo from './boot-logo.png'; + import logo from './boot-logo.webp'; import './anim.css'; import { architecture, hostname, tty, versions } from './distro-info'; import { login, ttyLines, type RenderBlock, type TTYText } from './shared'; diff --git a/src/routes/boot-logo.png b/src/routes/boot-logo.png Binary files differdeleted file mode 100644 index fa3edc0..0000000 --- a/src/routes/boot-logo.png +++ /dev/null diff --git a/src/routes/boot-logo.webp b/src/routes/boot-logo.webp Binary files differnew file mode 100644 index 0000000..c782b7e --- /dev/null +++ b/src/routes/boot-logo.webp diff --git a/src/routes/shared.ts b/src/routes/shared.ts index b40792a..7098108 100644 --- a/src/routes/shared.ts +++ b/src/routes/shared.ts @@ -303,9 +303,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; diff --git a/static/favicon.png b/static/favicon.png Binary files differdeleted file mode 100644 index 825b9e6..0000000 --- a/static/favicon.png +++ /dev/null diff --git a/static/favicon.webp b/static/favicon.webp Binary files differnew file mode 100644 index 0000000..c782b7e --- /dev/null +++ b/static/favicon.webp |