diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-27 12:13:47 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-27 12:13:47 +0100 |
| commit | 6224aab1b2022ace11764b013ac5cb2a1e99e747 (patch) | |
| tree | 1cfc45721a379254d5ff76c1fb41a96dc799b8f3 /index.html | |
| parent | 70845c60807f71433dd6a2ba920b475942ba8e8f (diff) | |
Add btc tick viz
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -112,6 +112,13 @@ <p>A collection of cute & creative web experiments and visual experiences ✨</p> <div class="experiments"> + <a href="btctick/index.html" 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"> <div class="experiment-title">Isometric Triangles</div> <div class="experiment-description"> |
