From 19850dfc1a28cd556f9613f2cddc68e75ac4683a Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Thu, 15 May 2025 18:53:00 +0200 Subject: [PATCH] js fix and ids for articles --- public_html/functions.js | 8 ++++++++ public_html/index.html | 14 +++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public_html/functions.js b/public_html/functions.js index dec44e1..8a72065 100644 --- a/public_html/functions.js +++ b/public_html/functions.js @@ -1,3 +1,11 @@ +document.querySelectorAll('.paused-animation').forEach(el => { + el.addEventListener('click', () => { + el.classList.toggle('active'); + }); +}); + + +// icosahedron // Wait for everything to load window.onload = function() { // Make sure THREE is available diff --git a/public_html/index.html b/public_html/index.html index 3e07268..930659c 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -139,7 +139,7 @@
-
+

watchfaces for smartwatches

squared 4.0 watchface on the pebble time round echocentric clockface on the fitbit ionic @@ -147,9 +147,9 @@ frosted watchface for fitbit smartwatches

ever since the original pebble came out in 2013 I've been in love with the idea of creating my own watchfaces. over the years I have programmed serveral watchfaces for the various pebble smartwatch models as well as fitbit smartwatches.

-
+

3d animation for “lastfuture”

-
+
LF 3d animation poster-frame LF 3d animation @@ -161,13 +161,5 @@
- -