Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
24d4448408 add analytics 2026-05-30 09:13:03 +07:00
61cd42d4e5 update roles 2026-03-24 10:27:05 +07:00
02c47205b7 update desc 2026-03-24 09:41:39 +07:00
177a56ef64 update buttons 2026-03-24 09:36:46 +07:00
3 changed files with 5 additions and 4 deletions

View file

@ -48,8 +48,8 @@ export default {
title: "satr14's site",
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.",
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",
location: "Indonesia",

View file

@ -20,6 +20,7 @@
<svelte:head>
<title>{data.title}</title>
<meta name="description" content={data.quote} />
<script defer src="https://a.satr14.my.id/script.js" data-website-id="6af23546-b65d-43d0-88cb-87fe863ea753"></script>
<!-- <meta name="theme-color" content="#00e1ff" /> -->
</svelte:head>

View file

@ -52,9 +52,9 @@
<nav class="flex flex-col gap-0 items-center z-50 fixed top-24 sm:top-12 md:top-4 right-0 font-semibold bg-ctp-surface0 pr-4 pl-2 py-1 rounded-l-xl border-y border-l border-ctp-sky">
<a href="https://nixwebr.ing" class="no-underline text-sm text-ctp-text">nix-webring</a>
<div class="text-2xl">
<a href="https://nixwebr.ing/prev/satr14" class="no-underline text-ctp-text">&larr;</a>
<a href="https://nixwebr.ing/prev/satr14" class="no-underline text-ctp-text">&lt;</a>
<a href="https://nixwebr.ing/rand" class="no-underline text-ctp-text">&#9858;</a>
<a href="https://nixwebr.ing/next/satr14" class="no-underline text-ctp-text">&rarr;</a>
<a href="https://nixwebr.ing/next/satr14" class="no-underline text-ctp-text">&gt;</a>
</div>
</nav>