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