summaryrefslogtreecommitdiff
path: root/index.html
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 /index.html
parentb18235eef5bae918249ec873f808791af0ce287d (diff)
remove index.html from links
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 6 insertions, 5 deletions
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>