moved discography page to art folder and added blurb to drawing gallery page
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
banner="banner.webp"
|
||||
bannerAlt="Several Faber-Castell Polychromos colour pencils lined up with markings next to them in the same colour on a sheet of paper." />
|
||||
|
||||
<p>I started drawing at the start of 2026 and this is my page to show off what I make! I currently only draw on paper (I like the feel and resistance of pens on paper as well as the <a href="/blog/2026/0129">limitations</a> it imposes), but I have a tablet prepared with Krita to try digital art someday!</p>
|
||||
|
||||
<p>Why do I do this, you may wonder? to pressure myself to draw more</p>
|
||||
|
||||
<div class="drawing-container">
|
||||
{#each drawings as d}
|
||||
{@render drawingGalleryEntry({d})}
|
||||
|
||||
20
src/routes/art/music/+page.svelte
Normal file
20
src/routes/art/music/+page.svelte
Normal file
@@ -0,0 +1,20 @@
|
||||
<script>
|
||||
import Banner2 from "$lib/banner2.svelte";
|
||||
import Content from "$lib/viewport/content.svelte";
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>My Tracks | denizk0461</title>
|
||||
</svelte:head>
|
||||
|
||||
<Content>
|
||||
<Banner2
|
||||
title="My Tracks"
|
||||
subtitle=""
|
||||
banner=""
|
||||
bannerAlt="" />
|
||||
|
||||
well this is awkward. there's nothing here yet. come back later?
|
||||
|
||||
<!-- <p>Fun fact: this page is named 'my tracks' because the folder on my PC where I store my finished songs is called 'my tracks' and it's been like this for a very long time.</p> -->
|
||||
</Content>
|
||||
Reference in New Issue
Block a user