diff --git a/src/lib/table-of-contents.svelte b/src/lib/table-of-contents.svelte
index bf56893..fad6c6a 100644
--- a/src/lib/table-of-contents.svelte
+++ b/src/lib/table-of-contents.svelte
@@ -65,13 +65,13 @@
{#if stickyScrolling}
-
- {@render tocList()}
-
+
+ {@render tocList()}
+
{:else}
-
- {@render tocList()}
-
+
+ {@render tocList()}
+
{/if}
{#snippet tocList()}
diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte
new file mode 100644
index 0000000..95b6411
--- /dev/null
+++ b/src/routes/+error.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+ Error {$page.status}
+
+ {$page.error?.message ?? ""}
+
\ No newline at end of file
diff --git a/src/routes/garden/+page.svelte b/src/routes/garden/+page.svelte
deleted file mode 100644
index a1f27ba..0000000
--- a/src/routes/garden/+page.svelte
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
- Digital Garden | denizk0461
-
-
-
-
-
- this is currently under construction!
-
-
-
\ No newline at end of file
diff --git a/src/routes/garden/record-wall/+page.svelte b/src/routes/garden/record-wall/+page.svelte
deleted file mode 100644
index c05402a..0000000
--- a/src/routes/garden/record-wall/+page.svelte
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
- Record Wall | denizk0461
-
-
-{#snippet recordCover({ record }: { record: Record })}
-
-{/snippet}
-
-
-
-
-
- {#each records as record}
- {@render recordCover({ record })}
- {/each}
-
-
-
-
\ No newline at end of file
diff --git a/src/routes/garden/record-wall/records.ts b/src/routes/garden/record-wall/records.ts
deleted file mode 100644
index 6dcc269..0000000
--- a/src/routes/garden/record-wall/records.ts
+++ /dev/null
@@ -1,162 +0,0 @@
-export interface Record {
- title: string;
- artist: string;
- release: string;
- cover: string;
- link: string;
-}
-
-export let records: Record[] = [
- {
- title: "What Do You Want!",
- artist: "acloudyskye",
- release: "20",
- cover: "acloudyskye_02_wdyw.webp",
- link: "",
- },
- {
- title: "There Must Be Something Here",
- artist: "acloudyskye",
- release: "20",
- cover: "acloudyskye_03_tmbsh.webp",
- link: "",
- },
- {
- title: "This Won't Be The Last Time",
- artist: "acloudyskye",
- release: "20",
- cover: "acloudyskye_04_twbtlt.webp",
- link: "",
- },
- // {
- // title: "hypochondriac",
- // artist: "brakence",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- {
- title: "Healers Vol. 1",
- artist: "Duskus",
- release: "202",
- cover: "duskus_02_healersvol1.webp",
- link: "",
- },
- // {
- // title: "CHASER",
- // artist: "femtanyl",
- // release: "",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "SISTER",
- // artist: "Frost Children",
- // release: "",
- // cover: ".webp",
- // link: "",
- // },
- {
- title: "it's hard to see color [When You're So Impossibly Far Away*]",
- artist: "Jaron",
- release: "2022-02-22",
- cover: "jaron_02_ihtsc.webp",
- link: "https://jaronsteele.bandcamp.com/album/its-hard-to-see-color-when-youre-so-impossibly-far-away",
- },
- {
- title: "LIGHTYEARS",
- artist: "Jaron",
- release: "2024-12-27",
- cover: "jaron_03_lightyears.webp",
- link: "https://jaronsteele.bandcamp.com/album/lightyears",
- },
- {
- title: "Frailty",
- artist: "Jane Remover",
- release: "202",
- cover: "jr_02_frailty.webp",
- link: "https://janeremover.bandcamp.com/album/frailty-2",
- },
- {
- title: "Census Designated",
- artist: "Jane Remover",
- release: "202",
- cover: "jr_03_cd.webp",
- link: "https://janeremover.bandcamp.com/album/census-designated",
- },
- {
- title: "Revengeseekerz",
- artist: "Jane Remover",
- release: "202",
- cover: "jr_04_rs.webp",
- link: "https://janeremover.bandcamp.com/album/revengeseekerz",
- },
- {
- title: "K1",
- artist: "kmoe",
- release: "202",
- cover: "kmoe_01_k1.webp",
- link: "",
- },
- // {
- // title: "Into the Unknown",
- // artist: "NERO",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "Second Nature",
- // artist: "Ninajirachi",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "I Love My Computer",
- // artist: "Ninajirachi",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "The weight of the world",
- // artist: "Syzy",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "fishmonger",
- // artist: "underscores",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "Ghostholding",
- // artist: "venturing",
- // release: "202",
- // cover: ".webp",
- // link: "https://janeremover.bandcamp.com/album/ghostholding",
- // },
- // {
- // title: "TO-THE-CORE_153BPM",
- // artist: "xaev",
- // release: "202",
- // cover: ".webp",
- // link: "",
- // },
- // {
- // title: "",
- // artist: "",
- // release: "",
- // cover: "",
- // },
- // {
- // title: "",
- // artist: "",
- // release: "",
- // cover: "",
- // },
-];
\ No newline at end of file
diff --git a/static/garden/record-wall/acloudyskye_02_wdyw.webp b/static/garden/record-wall/acloudyskye_02_wdyw.webp
deleted file mode 100644
index fd3d04c..0000000
Binary files a/static/garden/record-wall/acloudyskye_02_wdyw.webp and /dev/null differ
diff --git a/static/garden/record-wall/acloudyskye_03_tmbsh.webp b/static/garden/record-wall/acloudyskye_03_tmbsh.webp
deleted file mode 100644
index 4d1cba5..0000000
Binary files a/static/garden/record-wall/acloudyskye_03_tmbsh.webp and /dev/null differ
diff --git a/static/garden/record-wall/acloudyskye_04_twbtlt.webp b/static/garden/record-wall/acloudyskye_04_twbtlt.webp
deleted file mode 100644
index 25923af..0000000
Binary files a/static/garden/record-wall/acloudyskye_04_twbtlt.webp and /dev/null differ
diff --git a/static/garden/record-wall/avicii_01_true.webp b/static/garden/record-wall/avicii_01_true.webp
deleted file mode 100644
index f3078dd..0000000
Binary files a/static/garden/record-wall/avicii_01_true.webp and /dev/null differ
diff --git a/static/garden/record-wall/avicii_02_trueaba.webp b/static/garden/record-wall/avicii_02_trueaba.webp
deleted file mode 100644
index 3eff9e6..0000000
Binary files a/static/garden/record-wall/avicii_02_trueaba.webp and /dev/null differ
diff --git a/static/garden/record-wall/avicii_04_avici01.webp b/static/garden/record-wall/avicii_04_avici01.webp
deleted file mode 100644
index 0504594..0000000
Binary files a/static/garden/record-wall/avicii_04_avici01.webp and /dev/null differ
diff --git a/static/garden/record-wall/benboehmer_01_breathing.webp b/static/garden/record-wall/benboehmer_01_breathing.webp
deleted file mode 100644
index 64aee82..0000000
Binary files a/static/garden/record-wall/benboehmer_01_breathing.webp and /dev/null differ
diff --git a/static/garden/record-wall/bitbird_ct3.webp b/static/garden/record-wall/bitbird_ct3.webp
deleted file mode 100644
index 569e78e..0000000
Binary files a/static/garden/record-wall/bitbird_ct3.webp and /dev/null differ
diff --git a/static/garden/record-wall/bitbird_gf4.webp b/static/garden/record-wall/bitbird_gf4.webp
deleted file mode 100644
index d16e5c0..0000000
Binary files a/static/garden/record-wall/bitbird_gf4.webp and /dev/null differ
diff --git a/static/garden/record-wall/brakence_04_hypochondriac.webp b/static/garden/record-wall/brakence_04_hypochondriac.webp
deleted file mode 100644
index cf0a885..0000000
Binary files a/static/garden/record-wall/brakence_04_hypochondriac.webp and /dev/null differ
diff --git a/static/garden/record-wall/duskus_02_healersvol1.webp b/static/garden/record-wall/duskus_02_healersvol1.webp
deleted file mode 100644
index 8098e16..0000000
Binary files a/static/garden/record-wall/duskus_02_healersvol1.webp and /dev/null differ
diff --git a/static/garden/record-wall/fromtheheart_thiok.webp b/static/garden/record-wall/fromtheheart_thiok.webp
deleted file mode 100644
index b12636b..0000000
Binary files a/static/garden/record-wall/fromtheheart_thiok.webp and /dev/null differ
diff --git a/static/garden/record-wall/gabbystart_02_alex.webp b/static/garden/record-wall/gabbystart_02_alex.webp
deleted file mode 100644
index c5ae347..0000000
Binary files a/static/garden/record-wall/gabbystart_02_alex.webp and /dev/null differ
diff --git a/static/garden/record-wall/illenium_02_awake.webp b/static/garden/record-wall/illenium_02_awake.webp
deleted file mode 100644
index d7b5641..0000000
Binary files a/static/garden/record-wall/illenium_02_awake.webp and /dev/null differ
diff --git a/static/garden/record-wall/illenium_03_ascend.webp b/static/garden/record-wall/illenium_03_ascend.webp
deleted file mode 100644
index 3b6ca01..0000000
Binary files a/static/garden/record-wall/illenium_03_ascend.webp and /dev/null differ
diff --git a/static/garden/record-wall/janeremover_01_teenweek.webp b/static/garden/record-wall/janeremover_01_teenweek.webp
deleted file mode 100644
index a17c0cf..0000000
Binary files a/static/garden/record-wall/janeremover_01_teenweek.webp and /dev/null differ
diff --git a/static/garden/record-wall/jaron_02_ihtsc.webp b/static/garden/record-wall/jaron_02_ihtsc.webp
deleted file mode 100644
index dca3394..0000000
Binary files a/static/garden/record-wall/jaron_02_ihtsc.webp and /dev/null differ
diff --git a/static/garden/record-wall/jaron_03_lightyears.webp b/static/garden/record-wall/jaron_03_lightyears.webp
deleted file mode 100644
index 0599e80..0000000
Binary files a/static/garden/record-wall/jaron_03_lightyears.webp and /dev/null differ
diff --git a/static/garden/record-wall/jr_02_frailty.webp b/static/garden/record-wall/jr_02_frailty.webp
deleted file mode 100644
index 0aebafa..0000000
Binary files a/static/garden/record-wall/jr_02_frailty.webp and /dev/null differ
diff --git a/static/garden/record-wall/jr_03_cd.webp b/static/garden/record-wall/jr_03_cd.webp
deleted file mode 100644
index 382147b..0000000
Binary files a/static/garden/record-wall/jr_03_cd.webp and /dev/null differ
diff --git a/static/garden/record-wall/jr_04_rs.webp b/static/garden/record-wall/jr_04_rs.webp
deleted file mode 100644
index b9a3d10..0000000
Binary files a/static/garden/record-wall/jr_04_rs.webp and /dev/null differ
diff --git a/static/garden/record-wall/kasbo_01_pwdk.webp b/static/garden/record-wall/kasbo_01_pwdk.webp
deleted file mode 100644
index c3e51c2..0000000
Binary files a/static/garden/record-wall/kasbo_01_pwdk.webp and /dev/null differ
diff --git a/static/garden/record-wall/kasbo_02_tmoap.webp b/static/garden/record-wall/kasbo_02_tmoap.webp
deleted file mode 100644
index a1b44a6..0000000
Binary files a/static/garden/record-wall/kasbo_02_tmoap.webp and /dev/null differ
diff --git a/static/garden/record-wall/kaskade_christmas.webp b/static/garden/record-wall/kaskade_christmas.webp
deleted file mode 100644
index e6da9ed..0000000
Binary files a/static/garden/record-wall/kaskade_christmas.webp and /dev/null differ
diff --git a/static/garden/record-wall/kmoe_01_k1.webp b/static/garden/record-wall/kmoe_01_k1.webp
deleted file mode 100644
index b6c0b8a..0000000
Binary files a/static/garden/record-wall/kmoe_01_k1.webp and /dev/null differ
diff --git a/static/garden/record-wall/knapsack_02_futura.webp b/static/garden/record-wall/knapsack_02_futura.webp
deleted file mode 100644
index a9f376d..0000000
Binary files a/static/garden/record-wall/knapsack_02_futura.webp and /dev/null differ
diff --git a/static/garden/record-wall/knapsack_04_stem.webp b/static/garden/record-wall/knapsack_04_stem.webp
deleted file mode 100644
index 674efb3..0000000
Binary files a/static/garden/record-wall/knapsack_04_stem.webp and /dev/null differ