added My Tracks page
This commit is contained in:
@@ -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";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
@@ -36,6 +35,11 @@
|
||||
{/each}
|
||||
|
||||
<h2 id="music">Music</h2>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>You can find this <a href="my-tracks">here</a>, if you're interested.</p>
|
||||
|
||||
{#each music as project}
|
||||
{@render projectSummary({ project: project })}
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user