diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | index.html | 11 |
2 files changed, 10 insertions, 9 deletions
@@ -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 @@ -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> |
