Skip to content

Commit

Permalink
added post 2023-03-17
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdanott committed Oct 10, 2024
1 parent 8ea8af9 commit 3395de7
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
</div>
</div>

<div class="timeline-entry">
<div class="timeline-date">Mar 17<br>2023</div>
<div class="timeline-content">
<a href="./posts/2023-03-17/">Animated Chicken Monster<div class="timeline-image-container"> <img src="./posts/2023-03-17/creature.png" alt="animated-chicken-monster"></div></a>
</div>
</div>

<div class="timeline-entry">
<div class="timeline-date">January<br>2023</div>
<div class="timeline-content">
Expand Down
Binary file added posts/2023-03-17/Creature_Render_WithAudio.mp4
Binary file not shown.
Binary file not shown.
Binary file added posts/2023-03-17/creature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions posts/2023-03-17/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./../../styles.css">
<title>o:tone - Animated Chicken Monster</title>
<link rel="icon" type="image/x-icon" href="./../../imgs/otone.jpeg">
</head>
<body>
<div class="page-title" id="top"><h1>o:tone</h1></div>
<div class="page-nav"><a href="./../../index.html">Timeline</a> <a href="./../../about.html">About</a></div>

<div class="page-content">
<div class="shared-content">
<h2>Animated Chicken Monster</h2>
<div class="page-date">Mar 17, 2023</div>

<section>
<a href="./creature.png" target="_blank"> <img src="./creature.png" alt="creature.png" class="page-image-wide"></a>
<h3>Half Chicken Half T-Rex</h3>
<p>I've modeled a creature. Put it into Substance. The result was a chicken raptor mixture with a bone-like look...</p>
<video width="100%" height="auto" controls>
<source src="Creture_Render_Evee_Compressed.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p>I had to rig and animate that beast!</p>
<video width="100%" height="auto" controls>
<source src="Creature_Render_WithAudio.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<p>Also tested out the video editing functions in Blender to add some sound effects from <a href="https://freesound.org/">freesound.org</a></p>
</section>

</div>

<div class="scroll-to-top">
<a href="#top">Scroll to top</a>
</div>
</div>

<div class="page-footer">
<a href="https://x.com/its_dan_ott"><img src="./../../imgs/twitter.svg" alt="twitter" style="filter: invert();" class="footer-icon"></a>
<a href="https://github.com/itsdanott"><img src="./../../imgs/github.svg" alt="github" class="footer-icon"></a>
<a href="https://danott.itch.io/"><img src="./../../imgs/itchio.svg" alt="itch.io" style="filter: invert();" class="footer-icon"></a>
</div>
</body>
</html>

0 comments on commit 3395de7

Please sign in to comment.