diff --git a/src/lib/viewport/footer.svelte b/src/lib/viewport/footer.svelte index 0a8748d..3e49741 100644 --- a/src/lib/viewport/footer.svelte +++ b/src/lib/viewport/footer.svelte @@ -23,6 +23,7 @@
Content
Projects Blog + Digital Garden
Meta
diff --git a/src/lib/viewport/header.svelte b/src/lib/viewport/header.svelte index 383645f..bb511ce 100644 --- a/src/lib/viewport/header.svelte +++ b/src/lib/viewport/header.svelte @@ -3,6 +3,7 @@ Projects Project N5 Blog + Garden About {/snippet} diff --git a/src/routes/garden/+page.svelte b/src/routes/garden/+page.svelte new file mode 100644 index 0000000..a1f27ba --- /dev/null +++ b/src/routes/garden/+page.svelte @@ -0,0 +1,25 @@ + + + + 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 new file mode 100644 index 0000000..c05402a --- /dev/null +++ b/src/routes/garden/record-wall/+page.svelte @@ -0,0 +1,57 @@ + + + + Record Wall | denizk0461 + + +{#snippet recordCover({ record }: { record: Record })} + +{/snippet} + + + + + + + + \ No newline at end of file diff --git a/src/routes/garden/record-wall/records.ts b/src/routes/garden/record-wall/records.ts new file mode 100644 index 0000000..c047289 --- /dev/null +++ b/src/routes/garden/record-wall/records.ts @@ -0,0 +1,162 @@ +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/src/routes/meta/what-is-this/+page.svelte b/src/routes/meta/what-is-this/+page.svelte deleted file mode 100644 index b992fac..0000000 --- a/src/routes/meta/what-is-this/+page.svelte +++ /dev/null @@ -1,16 +0,0 @@ - - - - What is this space? | denizk0461 - - - - - - - - \ No newline at end of file diff --git a/static/garden/music/acloudyskye_02_wdyw.webp b/static/garden/record-wall/acloudyskye_02_wdyw.webp similarity index 100% rename from static/garden/music/acloudyskye_02_wdyw.webp rename to static/garden/record-wall/acloudyskye_02_wdyw.webp diff --git a/static/garden/music/acloudyskye_03_tmbsh.webp b/static/garden/record-wall/acloudyskye_03_tmbsh.webp similarity index 100% rename from static/garden/music/acloudyskye_03_tmbsh.webp rename to static/garden/record-wall/acloudyskye_03_tmbsh.webp diff --git a/static/garden/music/acloudyskye_04_twbtlt.webp b/static/garden/record-wall/acloudyskye_04_twbtlt.webp similarity index 100% rename from static/garden/music/acloudyskye_04_twbtlt.webp rename to static/garden/record-wall/acloudyskye_04_twbtlt.webp diff --git a/static/garden/music/avicii_01_true.webp b/static/garden/record-wall/avicii_01_true.webp similarity index 100% rename from static/garden/music/avicii_01_true.webp rename to static/garden/record-wall/avicii_01_true.webp diff --git a/static/garden/music/avicii_02_trueaba.webp b/static/garden/record-wall/avicii_02_trueaba.webp similarity index 100% rename from static/garden/music/avicii_02_trueaba.webp rename to static/garden/record-wall/avicii_02_trueaba.webp diff --git a/static/garden/music/avicii_04_avici01.webp b/static/garden/record-wall/avicii_04_avici01.webp similarity index 100% rename from static/garden/music/avicii_04_avici01.webp rename to static/garden/record-wall/avicii_04_avici01.webp diff --git a/static/garden/music/benboehmer_01_breathing.webp b/static/garden/record-wall/benboehmer_01_breathing.webp similarity index 100% rename from static/garden/music/benboehmer_01_breathing.webp rename to static/garden/record-wall/benboehmer_01_breathing.webp diff --git a/static/garden/music/bitbird_ct3.webp b/static/garden/record-wall/bitbird_ct3.webp similarity index 100% rename from static/garden/music/bitbird_ct3.webp rename to static/garden/record-wall/bitbird_ct3.webp diff --git a/static/garden/music/bitbird_gf4.webp b/static/garden/record-wall/bitbird_gf4.webp similarity index 100% rename from static/garden/music/bitbird_gf4.webp rename to static/garden/record-wall/bitbird_gf4.webp diff --git a/static/garden/music/brakence_04_hypochondriac.webp b/static/garden/record-wall/brakence_04_hypochondriac.webp similarity index 100% rename from static/garden/music/brakence_04_hypochondriac.webp rename to static/garden/record-wall/brakence_04_hypochondriac.webp diff --git a/static/garden/music/duskus_02_healersvol1.webp b/static/garden/record-wall/duskus_02_healersvol1.webp similarity index 100% rename from static/garden/music/duskus_02_healersvol1.webp rename to static/garden/record-wall/duskus_02_healersvol1.webp diff --git a/static/garden/music/fromtheheart_thiok.webp b/static/garden/record-wall/fromtheheart_thiok.webp similarity index 100% rename from static/garden/music/fromtheheart_thiok.webp rename to static/garden/record-wall/fromtheheart_thiok.webp diff --git a/static/garden/music/gabbystart_02_alex.webp b/static/garden/record-wall/gabbystart_02_alex.webp similarity index 100% rename from static/garden/music/gabbystart_02_alex.webp rename to static/garden/record-wall/gabbystart_02_alex.webp diff --git a/static/garden/music/illenium_02_awake.webp b/static/garden/record-wall/illenium_02_awake.webp similarity index 100% rename from static/garden/music/illenium_02_awake.webp rename to static/garden/record-wall/illenium_02_awake.webp diff --git a/static/garden/music/illenium_03_ascend.webp b/static/garden/record-wall/illenium_03_ascend.webp similarity index 100% rename from static/garden/music/illenium_03_ascend.webp rename to static/garden/record-wall/illenium_03_ascend.webp diff --git a/static/garden/music/janeremover_01_teenweek.webp b/static/garden/record-wall/janeremover_01_teenweek.webp similarity index 100% rename from static/garden/music/janeremover_01_teenweek.webp rename to static/garden/record-wall/janeremover_01_teenweek.webp diff --git a/static/garden/music/jaron_02_ihtsc.webp b/static/garden/record-wall/jaron_02_ihtsc.webp similarity index 100% rename from static/garden/music/jaron_02_ihtsc.webp rename to static/garden/record-wall/jaron_02_ihtsc.webp diff --git a/static/garden/music/jaron_03_lightyears.webp b/static/garden/record-wall/jaron_03_lightyears.webp similarity index 100% rename from static/garden/music/jaron_03_lightyears.webp rename to static/garden/record-wall/jaron_03_lightyears.webp diff --git a/static/garden/music/janeremover_02_frailty.webp b/static/garden/record-wall/jr_02_frailty.webp similarity index 100% rename from static/garden/music/janeremover_02_frailty.webp rename to static/garden/record-wall/jr_02_frailty.webp diff --git a/static/garden/music/janeremover_03_censusdesignated.webp b/static/garden/record-wall/jr_03_cd.webp similarity index 100% rename from static/garden/music/janeremover_03_censusdesignated.webp rename to static/garden/record-wall/jr_03_cd.webp diff --git a/static/garden/music/janeremover_04_revengeseekerz.webp b/static/garden/record-wall/jr_04_rs.webp similarity index 100% rename from static/garden/music/janeremover_04_revengeseekerz.webp rename to static/garden/record-wall/jr_04_rs.webp diff --git a/static/garden/music/kasbo_01_pwdk.webp b/static/garden/record-wall/kasbo_01_pwdk.webp similarity index 100% rename from static/garden/music/kasbo_01_pwdk.webp rename to static/garden/record-wall/kasbo_01_pwdk.webp diff --git a/static/garden/music/kasbo_02_tmoap.webp b/static/garden/record-wall/kasbo_02_tmoap.webp similarity index 100% rename from static/garden/music/kasbo_02_tmoap.webp rename to static/garden/record-wall/kasbo_02_tmoap.webp diff --git a/static/garden/music/kaskade_christmas.webp b/static/garden/record-wall/kaskade_christmas.webp similarity index 100% rename from static/garden/music/kaskade_christmas.webp rename to static/garden/record-wall/kaskade_christmas.webp diff --git a/static/garden/music/kmoe_01_k1.webp b/static/garden/record-wall/kmoe_01_k1.webp similarity index 100% rename from static/garden/music/kmoe_01_k1.webp rename to static/garden/record-wall/kmoe_01_k1.webp diff --git a/static/garden/music/knapsack_02_futura.webp b/static/garden/record-wall/knapsack_02_futura.webp similarity index 100% rename from static/garden/music/knapsack_02_futura.webp rename to static/garden/record-wall/knapsack_02_futura.webp diff --git a/static/garden/music/knapsack_04_stem.webp b/static/garden/record-wall/knapsack_04_stem.webp similarity index 100% rename from static/garden/music/knapsack_04_stem.webp rename to static/garden/record-wall/knapsack_04_stem.webp