diff --git a/src/routes/drawings/drawings.ts b/src/routes/drawings/drawings.ts index 054ec69..a4bd11e 100644 --- a/src/routes/drawings/drawings.ts +++ b/src/routes/drawings/drawings.ts @@ -168,4 +168,37 @@ export let drawings: Drawing[] = [ "I like how this turned out! From a distance, it really looks kind of 3D, especially compared to all the other notes on the page.", ], }, + { + title: "L**ra", + date: "2026-05-05", + src: "2026/0505.webp", + alt: "A girl with grey hair, a ponytail, and bangs wearing a mask, grey shirt, and green trousers. Her left arm is mechanical. She is looking towards the side. Her eyes are glowing green.", + desc: [ + "Tried sketching an idea for Laura v3 at work. Decided to keep the hair grey instead of colouring it in because that's not looked so good in past drawings. I'm glad I did; it looks quite nice.", + "The torso is a bit too slim and the4 perspective is a bit whack but my focus was honestly mostly on the head and I quite like how that turned out.", + ], + }, + { + title: "Bad Posture", + date: "2026-05-15", + src: "2026/0515.webp", + alt: "A guy with short hair and glasses hunched over a HP laptop.", + desc: [ + "Had a work meeting the day before and one of the guys had REALLY bad posture. Tried to capture it. Honestly? I made his posture look better than it really was.", + "I also really fucked up the scale of things and initially drew the arms so short, the elbows didn't even reach the table. Fixing it only sort of worked.", + "In my defence: I drew this without any reference!", + "He was actually explaining a very cool tool, so I listened with much interest.", + ], + }, + { + title: "Patrick Hates Generative AI", + date: "2026-05-29", + src: "2026/0529.webp", + alt: "Patrick Star booing and holding a thumbs down towards a logo resembling that of a generative AI company.", + desc: [ + "and so should you!", + "Drawing Patrick is oddly fun. He's simple to draw so I can focus a bit more on his expression. I also tried shading by smearing the pencil markings with my finger.", + "I keep drawing his body too slim.", + ], + }, ]; \ No newline at end of file diff --git a/static/drawings/2026/0505.webp b/static/drawings/2026/0505.webp new file mode 100644 index 0000000..557d96e Binary files /dev/null and b/static/drawings/2026/0505.webp differ diff --git a/static/drawings/2026/0515.webp b/static/drawings/2026/0515.webp new file mode 100644 index 0000000..1bbc12e Binary files /dev/null and b/static/drawings/2026/0515.webp differ diff --git a/static/drawings/2026/0529.webp b/static/drawings/2026/0529.webp new file mode 100644 index 0000000..62185b9 Binary files /dev/null and b/static/drawings/2026/0529.webp differ