From 1b759173b0f0deeba398b182cbeb1767218860c2 Mon Sep 17 00:00:00 2001 From: SX-9 <90962949+SX-9@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:54:48 +0700 Subject: [PATCH] change link, fix ui --- src/lib/index.ts | 2 +- src/routes/+page.svelte | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 55e3c47..f433976 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -180,7 +180,7 @@ export default { birthday: [12,6], timezone: "Asia/Jakarta", links: { - "Blog website": "https://blog.satr14.my.id/", + "NixOS Flake": "https://github.com/SX-9/nix-conf", "Terminal portfolio": "https://github.com/SX-9/term-port/", "Project part-of.my.id": "https://part-of.my.id/", "DVD logo bounce": "https://sx-9.github.io/dvd-bounce/", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 1691e97..29cf1ce 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -33,7 +33,7 @@

{#each data.skills as skill} - {skill} + {skill} {/each}

@@ -44,12 +44,12 @@

-

Latest blog post

+

Latest blog post

{data.fetched.blog.title}

{months[created.getMonth()]} {created.getDate()}, {created.getFullYear()} - {data.fetched.blog.desc}

-

GitHub repositories

+

GitHub repositories

{#each data.fetched.github as repo, i}
@@ -66,18 +66,18 @@
-

Discord status

-
+

@{data.fetched.discord.username} is {data.fetched.discord.status} on discord

+
{#if data.fetched.discord.spotify.song}
album art -
-

{data.fetched.discord.spotify.song}

- {data.fetched.discord.spotify.artist} +
+

{data.fetched.discord.spotify.song}

+
{data.fetched.discord.spotify.artist}
- Listening to Spotify + Listening to Spotify
{/if} {#each data.fetched.discord.activity as activity} @@ -91,7 +91,7 @@ small {/if}
- + Started {timeAgo(activity.started)} {#if activity.state}
{activity.state} @@ -101,11 +101,10 @@ {/if}
- Playing {activity.name} + Playing {activity.name}
{/each} -

@{data.fetched.discord.username} is {data.fetched.discord.status} in discord