diff --git a/contact.html b/contact.html index a800c87..19dfb61 100644 --- a/contact.html +++ b/contact.html @@ -93,8 +93,8 @@
-

Spring 2023

- +

Apr 15 - 16

+

Signups not yet open

@@ -130,6 +130,7 @@ +
diff --git a/css/second.css b/css/second.css index 5c3ca88..c13dbe5 100644 --- a/css/second.css +++ b/css/second.css @@ -326,6 +326,12 @@ nav ul li { animation: pulse-green 2s infinite; } +.blob.gold { + background: rgb(254, 228, 84); + box-shadow: 0 0 0 0 rgba(254, 228, 84, 1); + animation: pulse-gold 2s infinite; +} + @keyframes pulse-green { 0% { transform: scale(0.95); diff --git a/index.html b/index.html index 7a85bd0..af14c9c 100644 --- a/index.html +++ b/index.html @@ -154,14 +154,14 @@

Main Events

Details

diff --git a/js/general.js b/js/general.js index b61fca7..4ee79cb 100644 --- a/js/general.js +++ b/js/general.js @@ -182,7 +182,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 14, 2022 14:00:00").getTime(); + var countDownDate = new Date("Apr 15, 2023 12:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { @@ -202,7 +202,7 @@ document.addEventListener('DOMContentLoaded', function(){ // If the count down is finished, write some text if (distance < 0) { clearInterval(x); - document.getElementById("timer").innerHTML = "TBA"; + document.getElementById("timer").innerHTML = "---"; } // Display the result in the element with id="timer" else if (days != 0) { diff --git a/licenses.html b/licenses.html index 8f53976..659745f 100644 --- a/licenses.html +++ b/licenses.html @@ -91,8 +91,8 @@
-

Spring 2023

- +

Apr 15 - 16

+

Signups not yet open

diff --git a/rules.html b/rules.html index 899d77f..2b1a4d8 100644 --- a/rules.html +++ b/rules.html @@ -91,8 +91,8 @@
-

Spring 2023