diff --git a/src/lib/components/subtitled-image.svelte b/src/lib/components/subtitled-image.svelte index de34050..94ac110 100644 --- a/src/lib/components/subtitled-image.svelte +++ b/src/lib/components/subtitled-image.svelte @@ -90,6 +90,7 @@ .subtitled-img-logo { color: var(--color-highlight); + margin: 0; } .subtitled-img-text-container { diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d19948d..2855121 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -394,6 +394,20 @@ } /* #endregion */ + .date-marker { + font-size: 1rem; + font-weight: 700; + line-height: 1rem; + width: fit-content; + margin: 0; + padding: 0; + + color: var(--color-text-dark); + background-color: var(--color-highlight); + font-family: var(--font-sans-serif); + padding: 4px; + } + @media screen and (max-width: 800px) { /* h1 { font-size: 2.3rem; diff --git a/src/routes/blog/2026/0205.md b/src/routes/blog/2026/0205.md index 1fa7368..382e365 100644 --- a/src/routes/blog/2026/0205.md +++ b/src/routes/blog/2026/0205.md @@ -1,5 +1,32 @@ + + I just had a great idea: I should try to draw something every day for 4 weeks! 28 days, because that's a nice number. It's not too dissimilar from when I wrote an album for the February Album Writing Month, and though that album turned out awful, I was happy to have produced an album of sorts at all. Why start now, instead of at the start of the month? Because I just came up with the idea. Why not wait for the start of next week or even next month? Because why delay, that's why. Except I will delay by starting tomorrow, not today, as it is night time and I'm about to head off to bed. -I'm posting this to hold myself accountable and to actually pull through instead of discarding the idea tomorrow – let's hope it works! I will update this page with my drawings. \ No newline at end of file +I'm posting this to hold myself accountable and to actually pull through instead of discarding the idea tomorrow – let's hope it works! I will update this page with my drawings. + +## Day 01 + + + +2026-02-06, 18:47 + +It's the first day of the challenge and I already thought about quietly deleting this post and pretending there never was a challenge to begin with. By around 3 PM I did manage to start though, and I drew something I'm pretty happy with. + +I started with the head shape, which I later corrected to be a bit taller, since that was something I criticised in my own earlier drawings. I'm actually quite happy about her head and her face – I think that something I, *relatively speaking!*, excel at. On the other hand, it feels like hair is something I struggle with the most. I wanted to avoid drawing yet another girl in quick succession with the same hair style, so I tried going for free-flowing hair, and it *kind of* worked out, but it also *kind of* looks odd. Definitely something I should go look at references for. + +Similarly, I wanted to avoid drawing another girl with a sleeveless tank top, so I went for a slightly baggy cropped tee, and jeans just to have some extra detailing. I was quite happy about small details like the tee's sleeves wrapping around her arms, it made the drawing look just a *little* bit less flat. + +Arms are troubling too, not because they're insanely difficult to draw, but because I never know where to place them just like mine irl. I eventually settled on putting her left arm on her hip, which ended up quite cool. + +I was too afraid to colour the drawing, worried I'd ruin it, but if I had done so, I'd have given her purple eyes. Don't know why, but that's the one colour detail about this drawing that I was sure of. + +Not sure what to draw next, but I think I'll either go for another person but from a different perspective, or an object. \ No newline at end of file diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte index d2ac01d..829bb30 100644 --- a/src/routes/projects/+page.svelte +++ b/src/routes/projects/+page.svelte @@ -58,12 +58,12 @@
Overview banner for {project.title} {#if project.date} -

{project.date}

+

{project.date}

{/if}
{:else} {#if project.date} -

{project.date}

+

{project.date}

{/if} {/if} {#if project.icon} @@ -101,20 +101,6 @@ width: 20%; } - .project-date { - font-size: 1rem; - font-weight: 700; - line-height: 1rem; - width: fit-content; - margin: 0; - padding: 0; - - color: var(--color-text-dark); - background-color: var(--color-highlight); - font-family: var(--font-sans-serif); - padding: 4px; - } - .project-date-embed { position: absolute; left: 0; diff --git a/static/blog/2026/0205/01.webp b/static/blog/2026/0205/01.webp new file mode 100644 index 0000000..0271147 Binary files /dev/null and b/static/blog/2026/0205/01.webp differ