Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24d4448408 | |||
| 61cd42d4e5 | |||
| 02c47205b7 | |||
| 177a56ef64 |
3 changed files with 5 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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">←</a>
|
||||
<a href="https://nixwebr.ing/prev/satr14" class="no-underline text-ctp-text"><</a>
|
||||
<a href="https://nixwebr.ing/rand" class="no-underline text-ctp-text">⚂</a>
|
||||
<a href="https://nixwebr.ing/next/satr14" class="no-underline text-ctp-text">→</a>
|
||||
<a href="https://nixwebr.ing/next/satr14" class="no-underline text-ctp-text">></a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue