Skip to content

Commit

Permalink
Add 2024.1 poll and countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ianleeder committed Nov 27, 2023
1 parent fabe4fa commit 439568d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion countdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h1>Countdown to nerd weekend</h1>
// Grab the current date
var currentDate = new Date();

var futureDate = new Date(2023, 7, 25, 20, 0, 0);
var futureDate = new Date(2024, 1, 29, 20, 0, 0);
// Calculate the difference in seconds between the future and current date
var diff = futureDate.getTime() / 1000 - currentDate.getTime() / 1000;
// Instantiate a coutdown FlipClock
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ We've done so many of these now, the memories are fading. This is a place to acc

| Doodle | Countdown |
|-------|--------|
| Doodle for Nerd Weekend - 2023.2 | Click the beer to view the countdown |
| <a href="https://xoyondo.com/dp/68MIz0GpM1NxdI0" target="_blank"><img src="/assets/img/doodle.png" width="100"/></a> | <a href="/countdown.html"><img src="/assets/img/iron_jack.png" width="100"/></a>|
| Doodle for Nerd Weekend - 2024.1 | Click the beer to view the countdown |
| <a href="https://xoyondo.com/dp/6vid83qfmqahaz9" target="_blank"><img src="/assets/img/doodle.png" width="100"/></a> | <a href="/countdown.html"><img src="/assets/img/iron_jack.png" width="100"/></a>|

# History

Expand Down

0 comments on commit 439568d

Please sign in to comment.