diff --git a/_cv_entries/2_msc.md b/_cv_entries/2_msc.md
index 50e81c9..74d89a6 100644
--- a/_cv_entries/2_msc.md
+++ b/_cv_entries/2_msc.md
@@ -9,11 +9,12 @@ permalink: /CV/MSc
image: /assets/images/vector_magnet_angle_view.png
alt: "A render of vector magnet that I designed in a CAD program."
-image_markup:
+# image_markup:
layout: cv_entry
read_more: true
assets: /assets/blog/vector_magnet
+head:
---
Supervisor: Professor Mete Atatüre
diff --git a/_cv_entries/pyproblems.md b/_cv_entries/pyproblems.md
index 6a36aae..8907b7a 100644
--- a/_cv_entries/pyproblems.md
+++ b/_cv_entries/pyproblems.md
@@ -5,7 +5,7 @@ period: 2022
location: Imperial College London
excerpt: A series of scientific coding exercises on General Relativity.
-image: /assets/images/spinning_earth.gif
+image: /assets/blog/rendering_general_relativity/thumbnail.gif
alt: A spinning image of the earth but distorted as if it were a black hole.
layout: post
diff --git a/assets/images/makeathon/test_piece.jpg b/assets/images/makeathon/test_piece.jpg
index d491285..60eeb4a 100644
Binary files a/assets/images/makeathon/test_piece.jpg and b/assets/images/makeathon/test_piece.jpg differ
diff --git a/assets/images/sandpit.jpeg b/assets/images/sandpit.jpeg
index 430e4ff..1d420af 100644
Binary files a/assets/images/sandpit.jpeg and b/assets/images/sandpit.jpeg differ
diff --git a/run.sh b/run.sh
index 47dce04..1441fb1 100755
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
-sleep 5 && open --url http://0.0.0.0:4000 &
+sleep 8 && open --url http://0.0.0.0:4000 &
bundle exec jekyll serve --draft --future
\ No newline at end of file