huge refactor

This commit is contained in:
Crispy 2022-05-07 22:05:22 +02:00
parent 481fcf0227
commit f116de48b9
43 changed files with 404 additions and 449 deletions

View file

@ -10,50 +10,41 @@
</head>
<body>
<header>
<a href="/" id="logo"><img src="/logo.png" alt=""></a>
<a href="/" id="logo"><img src="/icons/logo.png" alt=""></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="/blender/">Blender</a></li>
<li><a href="/fractals/">Fractals</a></li>
<li><a href="https://crispypin.itch.io/">Games</a></li>
</ul>
</nav>
<main>
<h1>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 just like to make art in it and of course use it for game jams.</p>
<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 use it for game jams.</p>
<h2>Alien Creatures animation</h2>
<p>January 2022</p>
<p><a href="https://youtu.be/AfRJvExamX4">youtu.be/AfRJvExamX4</a></p>
<!-- <iframe width="854" height="480" src="https://www.youtube-nocookie.com/embed/AfRJvExamX4"></iframe> -->
<video src="/media/blender/critters.mp4" controls height="480"></video>
<video src="critters.mp4" controls height="480"></video>
<h2>Alien Tree</h2>
<p>January 2022</p>
<a href="/media/blender/alien_tree.png"><img src="/media/blender/alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
<a href="alien_tree.png"><img src="alien_tree_preview.png" alt="Alien Tree" title="Click for full resolution"></a>
<h2>Decapod Alien</h2>
<p>January 2022</p>
<a href="/media/blender/decapod_shock.png"><img src="/media/blender/decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
<a href="decapod_shock.png"><img src="decapod_shock_preview.png" alt="Decapod Alien" title="Click for full resolution"></a>
<h2>Crab</h2>
<p>October 2021</p>
<a href="/media/blender/crab.png"><img src="/media/blender/crab_preview.png" alt="Crab" title="Click for full resolution"></a>
<a href="crab.png"><img src="crab_preview.png" alt="Crab" 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>
<p>May 2021</p>
<a href="/media/blender/shork_wallpaper.png"><img src="/media/blender/shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
<a href="shork_wallpaper.png"><img src="shork_wallpaper_preview.png" alt="Shork Wallpaper" title="Click for full resolution"></a>
</main>
<footer>
<p>Copyright © 2022 - CrispyPin</p>
<div class="links">
<a href="https://github.com/CrispyPin"><img src="/media/icons/github.png" alt="" width=32px></a>
<a href="https://crispypin.itch.io/"><img src="/media/icons/itch.io.svg" alt="" width=32px></a>
<a href="https://www.youtube.com/channel/UCFW1QTsbFgux8VrduCz_ckQ"><img src="/media/icons/youtube.png" alt="" width=32px></a>
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px></a>
<a href="https://crispypin.itch.io/"><img src="/icons/itch.io.svg" alt="" width=32px></a>
<a href="https://www.youtube.com/CrispyPin42"><img src="/icons/youtube.png" alt="" width=32px></a>
</div>
</footer>
</body>