From c50e445c5cc8300bc4ef614c1f8d1cfdec7e2e6e Mon Sep 17 00:00:00 2001 From: 6d486f49 Date: Thu, 28 May 2026 15:57:11 -0400 Subject: [PATCH] Memory corrections on Malice drawing --- docs/Malice.md | 2 +- html/js/data.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Malice.md b/docs/Malice.md index 760638f..e9ee475 100644 --- a/docs/Malice.md +++ b/docs/Malice.md @@ -2,6 +2,6 @@ type: Art image: "[[Malice.jpg]]" --- -Drawing for Highschool Project with colouring pencils. My parents always went a bit overboard on buying stuff. They bought me a bunch of dragon statues, so for the project where I had to draw something, I drew one of them. I changed the colour pallet, and added blood because teenager. +Drawing for High School Project with pencils, then scanned and coloured in digitally. My parents always went a bit overboard on buying stuff. They bought me a bunch of dragon statues, so for the project where I had to draw something, I drew one of them. I changed the colour palette and added blood because teenager. ![[Malice.jpg]] \ No newline at end of file diff --git a/html/js/data.js b/html/js/data.js index 9051b58..8cb5139 100644 --- a/html/js/data.js +++ b/html/js/data.js @@ -42,7 +42,7 @@ const DATA = { id: "malice", title: "Malice", images: ["images/Malice.jpg"], - description: "Drawing for Highschool Project with colouring pencils. My parents always went a bit overboard on buying stuff. They bought me a bunch of dragon statues, so for the project where I had to draw something, I drew one of them. I changed the colour pallet, and added blood because teenager." + description: "Drawing for High School Project with pencils, then scanned and coloured in digitally. My parents always went a bit overboard on buying stuff. They bought me a bunch of dragon statues, so for the project where I had to draw something, I drew one of them. I changed the colour palette and added blood because teenager." }, { id: "self-portraits", @@ -128,7 +128,7 @@ const DATA = { id: "malice", filename: "Malice.md", type: "Art", - raw: "---\ntype: Art\nimage: \"[[Malice.jpg]]\"\n---\nDrawing for Highschool Project with colouring pencils. My parents always went a bit overboard on buying stuff. They bought me a bunch of dragon statues, so for the project where I had to draw something, I drew one of them. I changed the colour pallet, and added blood because teenager.\n\n![[Malice.jpg]]" + raw: "---\ntype: Art\nimage: \"[[Malice.jpg]]\"\n---\nDrawing for High School Project with pencils, then scanned and coloured in digitally. My parents always went a bit overboard on buying stuff. They bought me a bunch of dragon statues, so for the project where I had to draw something, I drew one of them. I changed the colour palette and added blood because teenager.\n\n![[Malice.jpg]]" }, { id: "overview",