Skip to content

Commit

Permalink
disable contact section
Browse files Browse the repository at this point in the history
  • Loading branch information
michivonah committed Aug 13, 2023
1 parent 530fd40 commit e0173c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<a href="#socialmedia" onclick="closeNavbar();" class="navLink">Socialmedia</a>
<a href="#projects" onclick="closeNavbar();" class="navLink">Projects</a>
<a href="#faq" onclick="closeNavbar();" class="navLink">FAQ</a>
<a href="#contact" onclick="closeNavbar();" class="navLink">Contact me</a>
<!-- <a href="#contact" onclick="closeNavbar();" class="navLink">Contact me</a> -->
</div>
<a id="toggleNav" onclick="toggleSection('navbar-links', 'flex'); toggleSection('closeNavbarPlaceholder', 'block');"><i id="toggle-nav-icon" class="ai-text-align-right"></i></a>
</div>
Expand Down Expand Up @@ -393,7 +393,7 @@ <h3>Hey, this site uses cookies!</h3>
// 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');
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,10 @@ body{
}

/* Contact Section */
#contact{
display: none;
}

#contact input{
width: calc(100% - 20px);
height: auto;
Expand Down

0 comments on commit e0173c9

Please sign in to comment.