2022-01-20 03:31:33 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "/style.css" >
2022-05-07 20:07:54 +02:00
< link rel = "icon" type = "image/x-icon" href = "/media/icons/favicon.png" >
2022-01-20 03:31:33 +01:00
< title > Blender creations< / title >
< / head >
< body >
< header >
2022-05-07 22:05:22 +02:00
< a href = "/" id = "logo" > < img src = "/icons/logo.png" alt = "" > < / a >
2022-01-20 03:31:33 +01:00
< / header >
< main >
2022-01-28 13:53:38 +01:00
< h1 > Blender creations< / h1 >
2022-05-07 22:06:33 +02:00
< 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.< / p >
2022-01-28 13:53:38 +01:00
< h2 > Alien Creatures animation< / h2 >
< p > January 2022< / p >
< p > < a href = "https://youtu.be/AfRJvExamX4" > youtu.be/AfRJvExamX4< / a > < / p >
2022-05-07 20:07:54 +02:00
<!-- <iframe width="854" height="480" src="https://www.youtube - nocookie.com/embed/AfRJvExamX4"></iframe> -->
2022-05-07 22:06:33 +02:00
< video src = "critters.mp4" controls width = "800" > < / video >
2022-01-28 13:53:38 +01:00
2022-01-20 03:31:33 +01:00
< h2 > Alien Tree< / h2 >
2022-01-28 13:53:38 +01:00
< p > January 2022< / p >
2022-05-07 22:05:22 +02:00
< a href = "alien_tree.png" > < img src = "alien_tree_preview.png" alt = "Alien Tree" title = "Click for full resolution" > < / a >
2022-01-28 13:53:38 +01:00
2022-01-20 03:31:33 +01:00
< h2 > Decapod Alien< / h2 >
2022-01-28 13:53:38 +01:00
< p > January 2022< / p >
2022-05-07 22:05:22 +02:00
< a href = "decapod_shock.png" > < img src = "decapod_shock_preview.png" alt = "Decapod Alien" title = "Click for full resolution" > < / a >
2022-01-28 13:53:38 +01:00
2022-01-20 03:37:55 +01:00
< h2 > Crab< / h2 >
2022-01-28 13:53:38 +01:00
< p > October 2021< / p >
2022-05-07 22:05:22 +02:00
< a href = "crab.png" > < img src = "crab_preview.png" alt = "Crab" title = "Click for full resolution" > < / a >
2022-01-28 13:53:38 +01:00
2022-01-20 03:31:33 +01:00
< h2 > Shork Wallpaper< / h2 >
< p > This is a wallpaper for the game < a href = "https://crispypin.itch.io/ld-48" > Shork< / a > .< / p >
2022-01-28 13:53:38 +01:00
< p > May 2021< / p >
2022-05-07 22:05:22 +02:00
< a href = "shork_wallpaper.png" > < img src = "shork_wallpaper_preview.png" alt = "Shork Wallpaper" title = "Click for full resolution" > < / a >
2022-01-20 03:31:33 +01:00
< / main >
< footer >
< p > Copyright © 2022 - CrispyPin< / p >
< div class = "links" >
2022-05-07 22:05:22 +02:00
< 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 >
2022-01-20 03:31:33 +01:00
< / div >
< / footer >
< / body >
< / html >