From d4ebf6917302eba7f18eda7bad89b501776a212e Mon Sep 17 00:00:00 2001 From: Satria Date: Tue, 24 Mar 2026 08:12:17 +0700 Subject: [PATCH 1/5] add more text --- src/routes/+page.svelte | 46 +++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 60c3241..06961f8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -79,24 +79,34 @@
-
-
- - {randomStr(charAmount)} - - - {randomStr(charAmount)} - -

- {randomStr(Math.round(charAmount-data.name.length/2))}{data.name.toUpperCase()}{randomStr(Math.round(charAmount-data.name.length/2))} -
- - {randomStr(charAmount)} - - - {randomStr(charAmount)} - -

+
+ {#each Array(10) as _,i} +
+ + {randomStr(charAmount)} + + + {randomStr(charAmount)} + +

+ {/each} + + {randomStr(Math.round(charAmount-data.name.length/2), false)} + + {data.name.toUpperCase()} + + {randomStr(Math.round(charAmount-data.name.length/2), false)} + + {#each Array(9) as _,i} +
+ + {randomStr(charAmount)} + + + {randomStr(charAmount)} + +

+ {/each}
From 177a56ef64b106e18ff2e5854e8c5fed98ca9826 Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 24 Mar 2026 09:36:46 +0700 Subject: [PATCH 2/5] update buttons --- src/routes/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 60c3241..01c28f3 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -52,9 +52,9 @@ From 02c47205b71976eddb739a07a94e6a0057b6884c Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 24 Mar 2026 09:41:39 +0700 Subject: [PATCH 3/5] update desc --- src/lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 7ad983a..4a054c2 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -49,7 +49,7 @@ export default { quote: "sometimes you just gotta implement it yourself", name: "satr14", roles: ["Web Developer", "Sysadmin", "Hobbyist", "Student"], - description: "I'm Satria, Im a self-taught hobbyist web developer and homelaber sysadmin from Indonesia. I've been programming since 2021 and spend my free time working on personal projects and experimenting with new technologies.", + description: "Welcome to my over-engineered corner of the Internet! I'm Satria, Im a self-taught hobbyist web developer and homelaber sysadmin from Indonesia. I've been programming since 2021 and spend my free time working on personal projects and experimenting with new technologies.", skills: ["Tailwind", "SvelteKit", "TypeScript", "Bun", "Express", "PocketBase", "Linux", "Nginx", "Docker", "Git", "Bash", "Proxmox", "Nix"], timezone: "Asia/Jakarta", location: "Indonesia", From 61cd42d4e5e8a5a72db67022f15e323f5699170b Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 24 Mar 2026 10:27:05 +0700 Subject: [PATCH 4/5] update roles --- src/lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 4a054c2..f6133b6 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -48,7 +48,7 @@ export default { title: "satr14's site", quote: "sometimes you just gotta implement it yourself", name: "satr14", - roles: ["Web Developer", "Sysadmin", "Hobbyist", "Student"], + roles: ["Web Dev", "Sys Admin", "Hobbyist", "Student"], description: "Welcome to my over-engineered corner of the Internet! I'm Satria, Im a self-taught hobbyist web developer and homelaber sysadmin from Indonesia. I've been programming since 2021 and spend my free time working on personal projects and experimenting with new technologies.", skills: ["Tailwind", "SvelteKit", "TypeScript", "Bun", "Express", "PocketBase", "Linux", "Nginx", "Docker", "Git", "Bash", "Proxmox", "Nix"], timezone: "Asia/Jakarta", From 24d444840823de97f1bc8190d5366e3667362b37 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 30 May 2026 09:13:03 +0700 Subject: [PATCH 5/5] add analytics --- src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 71afe89..f7698b9 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -20,6 +20,7 @@ {data.title} +