import blender list from previous website
This commit is contained in:
parent
5bee4a16b2
commit
4e20ad8b67
13 changed files with 79 additions and 0 deletions
51
site/blender.html
Normal file
51
site/blender.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!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="/cretin.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="/blender_media/critters.mp4" controls width="800"></video>
|
||||
</p>
|
||||
<h2 id="alien-tree">Alien Tree</h2>
|
||||
<p>
|
||||
<code>2022-01</code><br>
|
||||
<a href="/blender_media/alien_tree.png"><img src="/blender_media/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="/blender_media/decapod_shock.png"><img src="/blender_media/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="/blender_media/crab.png"><img src="/blender_media/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="/blender_media/shork_wallpaper.png"><img src="/blender_media/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="/">home</a><br>
|
||||
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue