blug/site/blender.html
2024-08-27 22:40:58 +02:00

51 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - blender</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/creacher.png">
</head>
<body>
<main>
<h1 id="blender-creations">Blender creations</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 occasionally make art in it and of course use it for game jams.<br>
</p>
<h2 id="alien-creatures-animation">Alien Creatures animation</h2>
<p>
<code>2022-01</code><br>
<a href="https://youtu.be/AfRJvExamX4">youtu.be/AfRJvExamX4</a><br>
<video src="/media/blender/critters.mp4" controls width="800"></video>
</p>
<h2 id="alien-tree">Alien Tree</h2>
<p>
<code>2022-01</code><br>
<a href="/media/blender/alien_tree.png"><img src="/media/blender/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
</p>
<h2 id="decapod-alien">Decapod Alien</h2>
<p>
<code>2022-01</code><br>
<a href="/media/blender/decapod_shock.png"><img src="/media/blender/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
</p>
<h2 id="crab">Crab</h2>
<p>
<code>2021-10</code><br>
<a href="/media/blender/crab.png"><img src="/media/blender/crab_preview.png" alt="Crab" title="Click for full resolution"></a>
</p>
<h2 id="shork-wallpaper">Shork Wallpaper</h2>
<p>
<code>2021-05</code><br>
This is a wallpaper for the game <a href="https://crispypin.itch.io/ld-48">Shork</a>.<br>
<a href="/media/blender/shork_wallpaper.png"><img src="/media/blender/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
</p>
<p>
<a href="/">home</a><br>
</main>
</body>
</html>