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 @@
-
-
-

+
+
+
@@ -314,9 +315,9 @@
@@ -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++;
}
}