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 - + - - - + + + + + + + + + + + + + + + +