summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-02-27 11:17:31 +0100
committerYuval Adam <_@yuv.al>2025-02-27 11:17:31 +0100
commit2320997f086b18b8c79434a86f44b3a1d0e64398 (patch)
treebf010fd4dbc0c4b5150456ca74c66411a6a71bee /README.md
parent5734c40eac6c69bbb9adb1c625c08461f33524d5 (diff)
Just use basic html
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e587c6..5d10dc6 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,26 @@
-# Vibes \ No newline at end of file
+# Vibes
+
+A collection of creative web experiments and visual experiences.
+
+## Experiments
+
+- [Isometric Triangles](/isometric/index.html) - Dynamic background with animated geometric shapes in an isometric perspective.
+
+## Local Development
+
+To view the experiments locally:
+
+1. Clone this repository
+2. Open the HTML files directly in your browser
+ - Main page: `index.html`
+ - Isometric Triangles: `isometric/index.html`
+
+## Technologies
+
+- HTML5
+- CSS3
+- JavaScript (Vanilla)
+
+## License
+
+MIT \ No newline at end of file