diff options
-rw-r--r-- | 209.html (renamed from 104.html) | 4 | ||||
-rw-r--r-- | projects/index.html | 14 |
2 files changed, 9 insertions, 9 deletions
@@ -36,8 +36,8 @@ <section style="border-top: none"> <div class="center-grid"> <div class="div-sizing"> - <span class="big-text">HTTP 104 — Under Construction</span> - <p>Yeah, I made this error up. The page doesn't exist yet and / or is not finished. Sorry. Come back soon!</p> + <span class="big-text">HTTP 209 — Under Construction</span> + <p>Yeah, I made that error up. The page doesn't exist yet and / or is not finished. Sorry. Come back soon!</p> <a href="/" class="link" style="margin-top: 10px; display: inline-block;">Go back to Root →</a> </div> </div> diff --git a/projects/index.html b/projects/index.html index 5cc8238..8edc4db 100644 --- a/projects/index.html +++ b/projects/index.html @@ -88,19 +88,19 @@ </div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/file.png); ">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>Unfinished Habit Tracker</span>
</a>
</div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/ufoproto_screenshot.png);">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>UFO with a Gravity Gun Prototype</span>
</a>
</div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/boids_screenshot.png);">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>(failed (?)) Boids Experiment</span>
</a>
</div>
@@ -118,7 +118,7 @@ </div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/cargame_screenshot.jpg);">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>Road Obstacles</span>
</a>
</div>
@@ -148,19 +148,19 @@ </div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/wordle_screenshot.png); ">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>C Wordle</span>
</a>
</div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/wordle_screenshot.png); ">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>NurseBot</span>
</a>
</div>
<div class="flex full-img-card gallery-card"
style="background-image: url(/assets/images/game-hero/wordle_screenshot.png); ">
- <a href="/104.html" class="fill-div gradient-overlay">
+ <a href="/209.html" class="fill-div gradient-overlay">
<span>Garbage Sorting Machine</span>
</a>
</div>
|