From 5e5101e244a2e8f3bec3c7fc4e8ce9f317f119f7 Mon Sep 17 00:00:00 2001 From: Michi Date: Sun, 5 Jun 2022 18:58:15 +0200 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3907afd..08ab65d 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@

Hi, my name is Michi von Ah and I'm loading... years old. I'm interested in smartphones, computers and electromobility (mainly Tesla). In my free time I like to be on the computer and program something (for example this website), go for a walk or bake a cake. I also like to listen to music and podcasts. Besides, I'm an Apple fan and would love to have a Tesla someday. This is my website and here you can find some stuff I created. Good Luck!

-

Funfact: This website consists of a total of just over 1′371 lines of code.

+

Funfact: This website consists of a total of just over 1′501 lines of code.

@@ -365,8 +365,8 @@ if(localStorage.getItem('cookies') != null){ document.getElementById('cookieBanner').style.display = "none"; } - //AOS.init({disable: 'mobile'}); - AOS.init({disable: true}); + AOS.init({disable: 'mobile'}); + //AOS.init({disable: true}); // hide loadingscreen document.getElementById('loadingScreen').style.display = "none"; });