From 35505202100647f0363b3e12efd66a19bf060d6f Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Sun, 1 May 2022 12:24:20 +0200 Subject: add countdown for May 3 Signed-off-by: Jos Poortvliet --- page-countdown.php | 36 ++++++++++++++++++------------------ templates/header-top-navbar.php | 6 +++--- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/page-countdown.php b/page-countdown.php index 5b763eb8..5491c46a 100644 --- a/page-countdown.php +++ b/page-countdown.php @@ -5,23 +5,23 @@ background-color: #0082c9; } - - + +
-

NextGov Hackathon

-

Starting April 25 - sign up now!

+

Nextcloud News

+

Live stream coming May 3- stay tuned!

@@ -66,11 +66,11 @@
--> -
+ -
+ -
+ - +
diff --git a/templates/header-top-navbar.php b/templates/header-top-navbar.php index 32e6872b..dce37c6a 100644 --- a/templates/header-top-navbar.php +++ b/templates/header-top-navbar.php @@ -7,7 +7,7 @@ require(["require.config"], function() { /** * Event date in UTC, modify the string!! */ - const eventDateUTC = new Date('25 April 2022 12:59:59'); + const eventDateUTC = new Date('3 May 2022 10:59:59'); const updateCounter = function() { // Get time left @@ -330,12 +330,12 @@ require(["require.config"], function() { - +
-- cgit v1.2.3