From 0641838433831d8b21cd4186434f25e86854aac8 Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Tue, 4 Nov 2025 04:46:47 +0000 Subject: [PATCH] Meta and HackCard Update --- src/lib/components/HackCard.svelte | 10 +++++++--- src/routes/+layout.svelte | 28 ++++++++++++++++++++++------ 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/lib/components/HackCard.svelte b/src/lib/components/HackCard.svelte index 1e62601..2146291 100644 --- a/src/lib/components/HackCard.svelte +++ b/src/lib/components/HackCard.svelte @@ -119,16 +119,20 @@ href={repo} target="_blank" rel="noreferrer" - class="btn btn-sm variant-ghost-secondary w-full">Repo + + Repo + {/if} {#if link} Website + class="btn btn-sm variant-ghost-tertiary w-full"> + Website + {/if} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index e518335..99ca528 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -3,20 +3,36 @@ import { initializeStores, Modal } from '@skeletonlabs/skeleton'; import { AppShell } from '@skeletonlabs/skeleton'; - import Footer from '$lib/components/Footer.svelte'; + //import Footer from '$lib/components/Footer.svelte'; import NavBar from '$lib/components/NavBar.svelte'; initializeStores(); - Sir Blob + + + + Sir Blob — Personal website & portfolio - + - - - + + + + + + + + + + + + + + + +