diff --git a/content/blog/first_blog/index.md b/content/blog/first_blog/index.md
index 4041907..54e24bc 100644
--- a/content/blog/first_blog/index.md
+++ b/content/blog/first_blog/index.md
@@ -11,7 +11,7 @@ This website project started as a plain, unstyled HTML file that had a couple of
## The Head
The idea for the head came from a project I was working on (a [tiny renderer](https://github.com/CJSatnarine/tiny_renderer)), where a wireframe render inspired me to add a rotating wireframe furry wolf head to my personal website.
-
+
To accomplish this, I created a wolf head in Blender and exported it in a Wavefront .obj format. I used [Three.js](https://threejs.org/) to render the wolf head on the website. This version of the website is where I also started using CSS.
diff --git a/content/blog/first_blog/output.gif b/content/blog/first_blog/output.gif
deleted file mode 100644
index 53be2f3..0000000
Binary files a/content/blog/first_blog/output.gif and /dev/null differ
diff --git a/content/blog/first_blog/website_image.png b/content/blog/first_blog/website_image.png
deleted file mode 100644
index 3bec0e3..0000000
Binary files a/content/blog/first_blog/website_image.png and /dev/null differ
diff --git a/content/blog/first_blog/wolf_head.png b/content/blog/first_blog/wolf_head.png
new file mode 100644
index 0000000..4629015
Binary files /dev/null and b/content/blog/first_blog/wolf_head.png differ