Skip to content

Commit

Permalink
registrations closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Atul-k-m committed Dec 24, 2024
1 parent be79a98 commit 20f7888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2 class="cyber-subtitle">9 & 10 January,2025</h2>
<label>Seconds</label>
</div>
</div>
<p class="cyber-text">Registration <b id="extension">is extended </b>to 23 Dec</p>


</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const countdown = setInterval(function() {

if (distance < 0) {
clearInterval(countdown);
document.getElementById("countdown").innerHTML = "HACKATHON IN PROGRESS";
document.getElementById("countdown").innerHTML = `Thanks for registering!<br>Stay tuned for more updates.`;
}
}, 1000);

Expand Down

0 comments on commit 20f7888

Please sign in to comment.