Commit 61800c0a authored by Grant's avatar Grant
Browse files

update to 2025

parent 2d94de66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Copyright 2024 sc07 LLC
Copyright 2024 sc07

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

+1 −1
Original line number Diff line number Diff line
# Canvas Countdown Website

[canvas.fediverse.events](https://canvas.fediverse.events)
[2025.canvas.fediverse.events](https://2025.canvas.fediverse.events)
+4 −4
Original line number Diff line number Diff line
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
DTSTART:20240712T040000Z
DTEND:20240715T040000Z
SUMMARY:Canvas 2024
DESCRIPTION:It's Canvas 2024\n\nhttps://toast.ooo/c/canvas\nhttps://social.fediverse.events/@canvas
DTSTART:20250712T040000Z
DTEND:20250714T040000Z
SUMMARY:Canvas 2025
DESCRIPTION:It's Canvas 2025\n\nhttps://toast.ooo/c/canvas\nhttps://social.fediverse.events/@canvas
LOCATION:https://canvas.fediverse.events
END:VEVENT
END:VCALENDAR
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Canvas 2024</title>
    <title>Canvas 2025</title>
    <meta name="description" content="Canvas 2024 Countdown" />
    <link rel="stylesheet" href="style.css" />
  </head>

  <body>
    <main>
      <h1>Canvas 2024</h1>
      <h1>Canvas 2025</h1>
      <h2 id="countdown" class="text-mega">0h 0m 0s</h2>
      <div aria-label="until Canvas 2024"></div>
      <div aria-label="until Canvas 2025"></div>

      <div class="socials">
        <a
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
 * https://git.sc07.company/fediverse.events/canvas-countdown-website
 */

const EVENT_START = new Date(1720756800000); // midnight 7/12/2024 eastern
const EVENT_START = new Date(1752292800000); // midnight 7/12/2024 4:00am UTC

const getCountdown = () => {
  // date math always confuses me...