about summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/projects.html b/www/projects.html
index cedf6d2..95be2f4 100644
--- a/www/projects.html
+++ b/www/projects.html
@@ -20,8 +20,8 @@
         </section>
         <section>
             <h1 style="padding-bottom: 10px"> <a href="https://scratch.mit.edu/projects/884304276" target="_blank">Ray Tracing in Scratch</a> </h1>
-            <img src="images/scratch_rtx_0.webp" alt="Scratch RTX" width="500px">
-            <img src="images/scratch_rtx_1.webp" alt="Scratch RTX" width="500px">
+            <img src="images/ScratchRTX_0.webp" alt="Scratch RTX" width="500px">
+            <img src="images/ScratchRTX_1.webp" alt="Scratch RTX" width="500px">
             <p> This is the Ray Tracing project that I am more or less proud of </p>
             <p> The code is still quite terrible, but at least the end product is quite good-looking (for scratch at least) </p>
             <p> This project took probably 3-4 weeks to make, and the most amount of time was taken by physics, and even now it still doesn't really work </p>