summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-02-27 14:23:55 +0100
committerYuval Adam <_@yuv.al>2025-02-27 14:23:55 +0100
commit4237d7f7c8f70b02d43835da0cecba7443eb8e6c (patch)
treeb363882af3e3f3d699eb795cd858d9ce0bb308dd
parentb18235eef5bae918249ec873f808791af0ce287d (diff)
remove index.html from links
-rw-r--r--README.md8
-rw-r--r--index.html11
2 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index e2ff35c..b961cf1 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ A collection of cute & creative web experiments and visual experiences.
## 🌈 Experiments
-- [Isometric Triangles](/isometric/index.html) - Dynamic background with animated geometric shapes in an isometric perspective.
-- [Lemmings](/lemmings/index.html) - Cute green & blue lemmings walking and falling in a dynamic pixelated environment.
-- [Digital Zen Garden](/zengarden/index.html) - A meditative drag-and-drop experience where users can arrange elements with subtle animations.
-- [BTC Ticker](/btctick/index.html) - Live Bitcoin price visualization with a cool animated chart showing price history.
+- [Isometric Triangles](/isometric/) - Dynamic background with animated geometric shapes in an isometric perspective.
+- [Lemmings](/lemmings/) - Cute green & blue lemmings walking and falling in a dynamic pixelated environment.
+- [Digital Zen Garden](/zengarden/) - A meditative drag-and-drop experience where users can arrange elements with subtle animations.
+- [BTC Ticker](/btctick/) - Live Bitcoin price visualization with a cool animated chart showing price history.
## 🚀 Local Development
diff --git a/index.html b/index.html
index d23e25a..7fb4333 100644
--- a/index.html
+++ b/index.html
@@ -112,31 +112,32 @@
<p>A collection of cute & creative web experiments and visual experiences ✨</p>
<div class="experiments">
- <a href="btctick/index.html" class="experiment-card">
+ <a href="btctick/" class="experiment-card">
<div class="experiment-title">BTC Ticker</div>
<div class="experiment-description">
Live Bitcoin price visualization with a cool animated chart showing price history.
</div>
</a>
- <a href="isometric/index.html" class="experiment-card">
+ <a href="isometric/" class="experiment-card">
<div class="experiment-title">Isometric Triangles</div>
<div class="experiment-description">
Dynamic background with animated geometric shapes in an isometric perspective.
</div>
</a>
- <a href="lemmings/index.html" class="experiment-card">
+ <a href="lemmings/" class="experiment-card">
<div class="experiment-title">Lemmings</div>
<div class="experiment-description">
Cute green & blue lemmings walking and falling in a dynamic pixelated environment.
</div>
</a>
- <a href="zengarden/index.html" class="experiment-card">
+ <a href="zengarden/" class="experiment-card">
<div class="experiment-title">Digital Zen Garden</div>
<div class="experiment-description">
- A meditative drag-and-drop experience where you can arrange elements (stones, plants, water) with subtle animations.
+ A meditative drag-and-drop experience where you can arrange elements (stones, plants, water) with
+ subtle animations.
</div>
</a>
</div>