diff --git a/static/akuma/scripts/conditional.js b/static/thecollective/scripts/conditional.js similarity index 88% rename from static/akuma/scripts/conditional.js rename to static/thecollective/scripts/conditional.js index 0d5748c..eb861ef 100644 --- a/static/akuma/scripts/conditional.js +++ b/static/thecollective/scripts/conditional.js @@ -1,7 +1,7 @@ var currentDate = new Date(); var currentYear = new Date().getFullYear(); -var targetCountdownDay = new Date("Feb 19, " + currentYear + " 12:00:00 AM GMT+1 (CET)"); -var stopDay = new Date("Feb 19, " + currentYear + " 11:59:59 PM GMT+1 (CET)"); +var targetCountdownDay = new Date("Mar 30, " + currentYear + " 12:00:00 AM GMT+1 (CET)"); +var stopDay = new Date("Mar 30, " + currentYear + " 11:59:59 PM GMT+1 (CET)"); var scriptAdded = false; function checkDate() { diff --git a/static/akuma/scripts/confetti.js b/static/thecollective/scripts/confetti.js similarity index 100% rename from static/akuma/scripts/confetti.js rename to static/thecollective/scripts/confetti.js diff --git a/static/akuma/scripts/fireworks.js b/static/thecollective/scripts/fireworks.js similarity index 100% rename from static/akuma/scripts/fireworks.js rename to static/thecollective/scripts/fireworks.js diff --git a/static/akuma/scripts/music.js b/static/thecollective/scripts/music.js similarity index 100% rename from static/akuma/scripts/music.js rename to static/thecollective/scripts/music.js diff --git a/static/akuma/scripts/timer.js b/static/thecollective/scripts/timer.js similarity index 94% rename from static/akuma/scripts/timer.js rename to static/thecollective/scripts/timer.js index 95736d5..24a137c 100644 --- a/static/akuma/scripts/timer.js +++ b/static/thecollective/scripts/timer.js @@ -1,10 +1,10 @@ // Set the date we're counting down to var currentYear = new Date().getFullYear(); -var countDownDate = new Date("Feb 19, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); +var countDownDate = new Date("Mar 30, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); var now = new Date().getTime(); if (countDownDate < now) { var currentYear = new Date().getFullYear()+1; - var countDownDate = new Date("Feb 19, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); + var countDownDate = new Date("Mar 30, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); } // Update the count down every 1 second var x = setInterval(function() { @@ -14,7 +14,7 @@ var x = setInterval(function() { var distance = countDownDate - now; if (countDownDate < now) { currentYear = new Date().getFullYear()+1; - countDownDate = new Date("Feb 19, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); + countDownDate = new Date("Mar 30, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); } // Calculate the number of days until the countdown date var days = Math.floor(distance / (1000 * 60 * 60 * 24)); @@ -85,7 +85,7 @@ var x = setInterval(function() { } else { document.getElementsByClassName("rainbow_text_animated")[0].textContent = "Error\r\n"; currentYear = new Date().getFullYear()+1; - countDownDate = new Date("Feb 19, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); + countDownDate = new Date("Mar 30, " + currentYear + " 12:00:00 AM GMT+1 (CET)").getTime(); } // code written up by chatgpt xx love you mwah }, 1000); \ No newline at end of file diff --git a/static/akuma/styles/style.css b/static/thecollective/styles/style.css similarity index 96% rename from static/akuma/styles/style.css rename to static/thecollective/styles/style.css index 4c7e4f3..877e80a 100644 --- a/static/akuma/styles/style.css +++ b/static/thecollective/styles/style.css @@ -92,7 +92,7 @@ height: 40%; letter-spacing: 5px; } .rainbow_text_animated { - background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff); + background: linear-gradient(to right, #ff6f00, #850000 , #ff6f00, #850000, #ff6f00); -webkit-background-clip: text; background-clip: text; color: transparent; diff --git a/the_collective.html b/the_collective.html index 9404508..689ab55 100644 --- a/the_collective.html +++ b/the_collective.html @@ -3,7 +3,7 @@