Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--page-countdown.php36
-rw-r--r--templates/header-top-navbar.php6
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;
}
</style>
-<!--<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
+<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
-<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">-->
-<meta itemprop="image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
+<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/gears.jpg">
+<!--<meta itemprop="image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
<meta name="twitter:image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
<meta name="twitter:image:src" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
<meta property="og:image" content="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
-<meta name=”Description” content="Nextcloud is the most secure private cloud solution - learn how it keeps your data safe!">
+<meta name=”Description” content="Nextcloud is the most secure private cloud solution - learn how it keeps your data safe!">-->
<!-- <meta http-equiv="refresh" content="60"> -->
</head>
<div class=" background security-background">
<div class="container">
<div class="col-md-6 topheader">
- <h1>NextGov Hackathon</h1>
- <h2>Starting April 25 - sign up now!</h2>
+ <h1>Nextcloud News</h1>
+ <h2>Live stream coming May 3- stay tuned!</h2>
<!-- <h1>Nextcloud 22 is here!</h2> -->
<!-- <h2>Re-watch our announcement below.</h2> -->
</div>
@@ -66,11 +66,11 @@
</div>
</section>-->
-<div class="container">
+<!--<div class="container">
<img class="img-responsive" src="https://nextcloud.com/media/EC-Hackathon-Feature-Image.jpeg">
-</div>
+</div>-->
-<section class="section--intro">
+<!--<section class="section--intro">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
@@ -83,9 +83,9 @@
</div>
</div>
</div>
-</section>
+</section>-->
-<section class="section--join">
+<!--<section class="section--join">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
@@ -99,15 +99,15 @@
</div>
</div>
</div>
-</section>
+</section>-->
-<!--<section class="section--join">
+<section class="section--join">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="section--paragraph__tittle"><?php echo $l->t('Be a part of it!');?></p>
- <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>
- <p class="section--paragraph"><?php echo $l->t('The virtual event starts on July 6th at 1PM CET.');?></p>
+ <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>
+ <p class="section--paragraph"><?php echo $l->t('The virtual event starts on May 3rd at 1PM CET.');?></p>
</div>
</div>
<div class="row program">
@@ -119,10 +119,10 @@
<th scope="row">13:00</th>
<td><span class="break">Start of presentation<br>
<small>On our YouTube channel.</small></span></td>
- <td>Frank, Greta, Jan, Jos and others</td>
+ <td>The Nextcloud team</td>
</tr>
<tr>
- <th scope="row">13:45-14:30</th>
+ <th scope="row">13:30-14:30</th>
<td>Live Q&A ask questions in the chat!
</td>
<td><span class="break">Frank Karlitschek<br>Jos Poortvliet</span></td>
@@ -137,6 +137,6 @@
<p>Can't make it? No worries, we'll publish the video and live stream later!</p>
</div>
</div>
-</div>-->
+</div>
</section>
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() {
</a>
</li>
</ul>
- <!--<li class="ghost-btn clock">
+ <li class="ghost-btn clock">
<a href="<?php echo home_url('countdown'); ?>" class="nav__label">
<span id="clockday"></span><span id="clockhour"></span><span id="clockmin"></span><span id="clocksec"></span>
</a>
- </li>-->
+ </li>
</li>
</ul>
</div>