From 5278921d153f89223f02915e0c4eb799027a6a12 Mon Sep 17 00:00:00 2001 From: Michi Date: Sun, 31 Jul 2022 11:33:31 +0200 Subject: [PATCH] Update index.html --- index.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 168f72f..0a06e5a 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ + @@ -18,7 +19,7 @@ - + @@ -162,9 +163,9 @@ -
-
- Giswilerstock +
+
+ Giswilerstock
@@ -314,9 +315,9 @@

Imprint & Copyright - - - + + +
@@ -372,9 +373,8 @@ window.addEventListener('load', () => { document.getElementById('scroll-top').style.display = "none"; // check if site is released - var timeToRelease = new Date('August 14, 2022 12:00:00').getTime() - new Date().getTime(); + var timeToRelease = new Date('August 7, 2022 12:00:00').getTime() - new Date().getTime(); if(timeToRelease > 0 && window.location.hostname == 'michivonah.ch') window.location = "https://michivonah.ch/countdown.html"; - // Instagram: https://www.instagram.com/vompictures/?__a=1 age(16, 09, 2005); toggleSocialmedia(); // Check cookie banner @@ -501,8 +501,10 @@ currentElement.style.animation = null; } else{ + currentElement.classList.add("animate"); currentElement.style.background = "var(--red)"; currentElement.style.animation = "shake 250ms ease"; + currentElement.classList.remove("animate"); errorCount++; } }