From e0173c9a38717f36eeef285dc1ed4a6413cd5814 Mon Sep 17 00:00:00 2001 From: michivonah Date: Sun, 13 Aug 2023 17:15:00 +0200 Subject: [PATCH] disable contact section --- index.html | 4 ++-- style.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 14eb658..99ba780 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ Socialmedia Projects FAQ - Contact me + @@ -393,7 +393,7 @@

Hey, this site uses cookies!

// check if site is released 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"; - age(16, 09, 2005); + age(16, 9, 2005); toggleSocialmedia(); // Check cookie banner //localStorage.removeItem('cookies'); diff --git a/style.css b/style.css index 2786ed5..b55299e 100644 --- a/style.css +++ b/style.css @@ -627,6 +627,10 @@ body{ } /* Contact Section */ + #contact{ + display: none; + } + #contact input{ width: calc(100% - 20px); height: auto;