Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 3550520

Browse files
committed
add countdown for May 3
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
1 parent e6dbf0d commit 3550520

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

page-countdown.php

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
background-color: #0082c9;
66
}
77
</style>
8-
<!--<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
8+
<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
99
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
1010
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
11-
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">-->
12-
<meta itemprop="image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
11+
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
12+
<!--<meta itemprop="image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
1313
<meta name="twitter:image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
1414
<meta name="twitter:image:src" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
1515
<meta property="og:image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
16-
<meta name=”Description” content="Nextcloud is the most secure private cloud solution - learn how it keeps your data safe!">
16+
<meta name=”Description” content="Nextcloud is the most secure private cloud solution - learn how it keeps your data safe!">-->
1717
<!-- <meta http-equiv="refresh" content="60"> -->
1818
</head>
1919

2020
<div class=" background security-background">
2121
<div class="container">
2222
<div class="col-md-6 topheader">
23-
<h1>NextGov Hackathon</h1>
24-
<h2>Starting April 25 - sign up now!</h2>
23+
<h1>Nextcloud News</h1>
24+
<h2>Live stream coming May 3- stay tuned!</h2>
2525
<!-- <h1>Nextcloud 22 is here!</h2> -->
2626
<!-- <h2>Re-watch our announcement below.</h2> -->
2727
</div>
@@ -66,11 +66,11 @@
6666
</div>
6767
</section>-->
6868

69-
<div class="container">
69+
<!--<div class="container">
7070
<img class="img-responsive" src="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
71-
</div>
71+
</div>-->
7272

73-
<section class="section--intro">
73+
<!--<section class="section--intro">
7474
<div class="container">
7575
<div class="row">
7676
<div class="col-md-10 col-md-offset-1">
@@ -83,9 +83,9 @@
8383
</div>
8484
</div>
8585
</div>
86-
</section>
86+
</section>-->
8787

88-
<section class="section--join">
88+
<!--<section class="section--join">
8989
<div class="container">
9090
<div class="row">
9191
<div class="col-md-10 col-md-offset-1">
@@ -99,15 +99,15 @@
9999
</div>
100100
</div>
101101
</div>
102-
</section>
102+
</section>-->
103103

104-
<!--<section class="section--join">
104+
<section class="section--join">
105105
<div class="container">
106106
<div class="row">
107107
<div class="col-md-8 col-md-offset-2">
108108
<p class="section--paragraph__tittle"><?php echo $l->t('Be a part of it!');?></p>
109-
<p class="section--paragraph"><a class="hyperlink" href="https://youtu.be/Y0VZ7t8JGZE"><?php echo $l->t('Join us at the live stream on our YouTube channel.');?></a></p>
110-
<p class="section--paragraph"><?php echo $l->t('The virtual event starts on July 6th at 1PM CET.');?></p>
109+
<p class="section--paragraph"><a class="hyperlink" href="https://youtu.be/ap8xt1Ds7_4"><?php echo $l->t('Join us at the live stream on our YouTube channel.');?></a></p>
110+
<p class="section--paragraph"><?php echo $l->t('The virtual event starts on May 3rd at 1PM CET.');?></p>
111111
</div>
112112
</div>
113113
<div class="row program">
@@ -119,10 +119,10 @@
119119
<th scope="row">13:00</th>
120120
<td><span class="break">Start of presentation<br>
121121
<small>On our YouTube channel.</small></span></td>
122-
<td>Frank, Greta, Jan, Jos and others</td>
122+
<td>The Nextcloud team</td>
123123
</tr>
124124
<tr>
125-
<th scope="row">13:45-14:30</th>
125+
<th scope="row">13:30-14:30</th>
126126
<td>Live Q&A ask questions in the chat!
127127
</td>
128128
<td><span class="break">Frank Karlitschek<br>Jos Poortvliet</span></td>
@@ -137,6 +137,6 @@
137137
<p>Can't make it? No worries, we'll publish the video and live stream later!</p>
138138
</div>
139139
</div>
140-
</div>-->
140+
</div>
141141
</section>
142142

templates/header-top-navbar.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Event date in UTC, modify the string!!
99
*/
10-
const eventDateUTC = new Date('25 April 2022 12:59:59');
10+
const eventDateUTC = new Date('3 May 2022 10:59:59');
1111

1212
const updateCounter = function() {
1313
// Get time left
@@ -330,12 +330,12 @@
330330
</a>
331331
</li>
332332
</ul>
333-
<!--<li class="ghost-btn clock">
333+
<li class="ghost-btn clock">
334334
<a href="<?php echo home_url('countdown'); ?>" class="nav__label">
335335

336336
<span id="clockday"></span><span id="clockhour"></span><span id="clockmin"></span><span id="clocksec"></span>
337337
</a>
338-
</li>-->
338+
</li>
339339
</li>
340340
</ul>
341341
</div>

0 commit comments

Comments
 (0)