add some blender renders

This commit is contained in:
Crispy 2022-01-20 03:31:33 +01:00
parent 767f249413
commit 84edea97c4
13 changed files with 87 additions and 16 deletions

22
pages/blender/index.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>Blender creations</title>
</head>
<body>
<include header.html/>
<main>
<h1>Blender renders</h1>
<p>I have been using Blender since around august 2020 on and off, and did a course in it 2021, which boosted my motivation a lot. I just like to make art in it and of course use it for game jams.</p>
<h2>Alien Tree</h2>
<a href="media/alien_tree.png"><img src="media/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
<h2>Decapod Alien</h2>
<a href="media/decapod_shock.png"><img src="media/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
<h2>Shork Wallpaper</h2>
<p>This is a wallpaper for the game <a href="https://crispypin.itch.io/ld-48">Shork</a>.</p>
<a href="media/shork_wallpaper.png"><img src="media/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
</main>
<include footer.html/>
</body>
</html>