From 2966e21ce91f12fe270d45b89c940334344a7a86 Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Thu, 27 Feb 2025 14:22:19 +0100
Subject: add zen garden
---
README.md | 3 +
index.html | 7 +
zengarden/index.html | 377 +++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 387 insertions(+)
create mode 100644 zengarden/index.html
diff --git a/README.md b/README.md
index 906763a..0f3a738 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ A collection of cute & creative web experiments and visual experiences.
- [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.
## 🚀 Local Development
@@ -17,6 +19,7 @@ To view the experiments locally:
2. Open the HTML files directly in your browser
- Main page: `index.html`
- Isometric Triangles: `isometric/index.html`
+ - Digital Zen Garden: `zengarden/index.html`
## 💻 Technologies
diff --git a/index.html b/index.html
index 2fa1805..d23e25a 100644
--- a/index.html
+++ b/index.html
@@ -132,6 +132,13 @@
Cute green & blue lemmings walking and falling in a dynamic pixelated environment.
+
+
+