mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-09 20:00:24 +01:00
fix alien animation video size
This commit is contained in:
parent
f116de48b9
commit
9e7e619eab
3 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@
|
|||
</header>
|
||||
<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 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 occasionally make art in it and of course 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="critters.mp4" controls height="480"></video>
|
||||
<video src="critters.mp4" controls width="800"></video>
|
||||
|
||||
<h2>Alien Tree</h2>
|
||||
<p>January 2022</p>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
<section id="blender">
|
||||
<h2><a href="/blender">Blender creations</a></h2>
|
||||
<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 occasionally make art in it and of course use it for game jams.</p>
|
||||
<img src="/blender/shork_wallpaper_preview.png" alt="">
|
||||
</section>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<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="critters.mp4" controls height="480"></video>
|
||||
<video src="critters.mp4" controls width="800"></video>
|
||||
|
||||
<h2>Alien Tree</h2>
|
||||
<p>January 2022</p>
|
||||
|
|
Loading…
Reference in a new issue