diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index 928f261..e89dbba 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -4,7 +4,6 @@ import { type Project, games, hardware, apps, music, getStatusText, getStatusCode } from './projects'; import LinkList from "$lib/lists/link-list.svelte"; import Content from "$lib/viewport/content.svelte"; - import OutlinedButton from "$lib/components/outlined-button.svelte"; @@ -36,6 +35,11 @@ {/each}

Music

+ +

I made a lot of music in the past; over a hundred songs in total. There's at least a small story behind pretty much every one of them here, and I am chronicling my memories on a subpage.

+ +

You can find this here, if you're interested.

+ {#each music as project} {@render projectSummary({ project: project })} {/each} diff --git a/src/routes/projects/my-tracks/+page.svelte b/src/routes/projects/my-tracks/+page.svelte new file mode 100644 index 0000000..da9bcc9 --- /dev/null +++ b/src/routes/projects/my-tracks/+page.svelte @@ -0,0 +1,20 @@ + + + + My Tracks | denizk0461 + + + + + + well this is awkward. there's nothing here yet. come back later? + + + \ No newline at end of file