This commit is contained in:
James Dinh 2022-08-12 21:55:01 -07:00
parent 34f5dd3cfa
commit ce31b31968
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
<img id="nav-logo" src="img/Gilroy_Hacks_Logo_Summer_wide_2.png" alt="logo"/>
</a>
<div id="banner">
<p id="banner-text"><a class="navlink" id="timer-link" href="#timeline">Opening Ceremony</a> in
<p id="banner-text"><a class="navlink" id="timer-link" href="#timeline">Projects Due</a> in
<span id="timer">---</span>
</p>
</div>

View File

@ -178,7 +178,7 @@ document.addEventListener('DOMContentLoaded', function(){
// Timer
// SRC: W3Schools https://www.w3schools.com/howto/howto_js_countdown.asp
// Set the date we're counting down to
var countDownDate = new Date("Aug 12, 2022 16:00:00").getTime();
var countDownDate = new Date("Aug 14, 2022 14:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {