diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte new file mode 100644 index 0000000..a0748e8 --- /dev/null +++ b/src/lib/components/Footer.svelte @@ -0,0 +1,47 @@ + + + + + + + diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte new file mode 100644 index 0000000..abd9d1b --- /dev/null +++ b/src/lib/components/Header.svelte @@ -0,0 +1,100 @@ + + + + + + Alex Daichendt + + + + + + + {#each NAV_ITEMS as navItem} + + {navItem.label} + + {/each} + + + + + diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index f497606..a240cd5 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -1,21 +1,10 @@ - -