diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/index.md | 40 | ||||
-rw-r--r-- | site/posts/38-old-art-dump.md | 42 | ||||
-rw-r--r-- | site/static/site.css | 10 |
3 files changed, 77 insertions, 15 deletions
diff --git a/site/index.md b/site/index.md index d378e3b..f4cd65a 100644 --- a/site/index.md +++ b/site/index.md @@ -1,32 +1,42 @@ - title: "Art dump July!!!!!!!" - permalink: '37-art-dump-july' - date: {m: 8, d: 1, y: 2018} + title: "Old art dump" + permalink: '38-old-art-dump' + date: {m: 8, d: 9, y: 2018} categories: - 'art' --- -# Art dump July!!!!!!! +# Old art dump -July! I can't say I've started drawing *more*, but I did have a mini-revelation around half-way through the month: I'd rather focus on making *better* art instead of *more* art. So more trying new things and learning stuff from that, instead of stressing over just not making and sharing enough. +Ooh secret old art dump! Most of these are grabbed from an old mini-blog I had on the Wings of Fire wiki; a few are recovered from a backup of my old laptop. These are all really, *really* old - from 2015 and 2016 - so they don't really say anything about my current art, but I find them interesting to look at anyways. So for posterity and curiosity, here's a dump of old things I drew. -Okay, so, first, the big one. As is obvious to anyone who's played the game, this is a drawing of the hero from Dragon Quest IV - in particular, it's a trace/color of the PSX box art. +<art noext>38-first-dragon-drawing</art> -<art>37-dq4psx</art> +<art noext>38-second-dragon-drawing</art> -Here's the original DQ4 PSX box art, drawn by Akira Toriyama (I assume): +<art noext>38-sleet-and-floe-in-a-snow-cave</art> -![DQ4 PSX box art](static/media/37-dq4psxcover.jpg) +<art noext>38-not-good-at-all</art> -Aaaand here's the other random art I made! +<art noext>38-moon's-mountain-home</art> -<art>37-bwddl</art> +<art noext>38-hole-in-the-ceiling</art> -<art>37-lazydod</art> +<art noext>38-drew-this-null</art> -<art>37-flt</art> +<art noext>38-nightwings-tunnel</art> -<art>37-lines</art> +A couple collaborations with [LittleLynx][littlelynx]: -<art>37-dragbirdfire</art> +<art noext>38-littlelynx-collab-clay</art> + +She drew the dragon, Clay; I added some things to the background and the sparkly effects. + +<art noext>38-littlelynx-collab-tsunami</art> + +Like with Clay, she drew Tsunami, and most of the background; I added sparklies. + +Also some outtakes: [a drawing of a scene](static/media/38-the-wingery.png) that I didn't do too much with, [some crazy ruler testing](static/media/38-sky-picture.png), and [a picture of Sunny with a turtle she caught from the lake](static/media/38-sunny's-turtle.png) that I had trouble turning into an actual picture. + + [littlelynx]: https://scratch.mit.edu/users/LittleLynx diff --git a/site/posts/38-old-art-dump.md b/site/posts/38-old-art-dump.md new file mode 100644 index 0000000..f4cd65a --- /dev/null +++ b/site/posts/38-old-art-dump.md @@ -0,0 +1,42 @@ + + title: "Old art dump" + permalink: '38-old-art-dump' + date: {m: 8, d: 9, y: 2018} + categories: + - 'art' + +--- + +# Old art dump + +Ooh secret old art dump! Most of these are grabbed from an old mini-blog I had on the Wings of Fire wiki; a few are recovered from a backup of my old laptop. These are all really, *really* old - from 2015 and 2016 - so they don't really say anything about my current art, but I find them interesting to look at anyways. So for posterity and curiosity, here's a dump of old things I drew. + +<art noext>38-first-dragon-drawing</art> + +<art noext>38-second-dragon-drawing</art> + +<art noext>38-sleet-and-floe-in-a-snow-cave</art> + +<art noext>38-not-good-at-all</art> + +<art noext>38-moon's-mountain-home</art> + +<art noext>38-hole-in-the-ceiling</art> + +<art noext>38-drew-this-null</art> + +<art noext>38-nightwings-tunnel</art> + +A couple collaborations with [LittleLynx][littlelynx]: + +<art noext>38-littlelynx-collab-clay</art> + +She drew the dragon, Clay; I added some things to the background and the sparkly effects. + +<art noext>38-littlelynx-collab-tsunami</art> + +Like with Clay, she drew Tsunami, and most of the background; I added sparklies. + +Also some outtakes: [a drawing of a scene](static/media/38-the-wingery.png) that I didn't do too much with, [some crazy ruler testing](static/media/38-sky-picture.png), and [a picture of Sunny with a turtle she caught from the lake](static/media/38-sunny's-turtle.png) that I had trouble turning into an actual picture. + + [littlelynx]: https://scratch.mit.edu/users/LittleLynx diff --git a/site/static/site.css b/site/static/site.css index 9483ed9..e2693d8 100644 --- a/site/static/site.css +++ b/site/static/site.css @@ -98,6 +98,16 @@ th, td { padding: 2px; } +/* Art */ + +div.art-container { + display: flex; + flex-direction: column; + align-items: center; + margin-bottom: 4px; + margin-top: 4px; +} + /* Page specific stuff ----------------------------------------------------- */ /* Post pages */ |