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:
authorJos Poortvliet <jospoortvliet@gmail.com>2019-09-04 21:43:02 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-09-04 21:43:02 +0300
commitb1ea25bad3c7457a43b83e220d567bfa57e52bf9 (patch)
tree26c48174a7a6f1d0454838951c05e5931cc213a3 /page-livestream.php
parentf0373011f2ad956b26bfb6f4618e495c6d8911b7 (diff)
prepare for streaming!
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-livestream.php')
-rw-r--r--page-livestream.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/page-livestream.php b/page-livestream.php
index 9fd5fd74..76971501 100644
--- a/page-livestream.php
+++ b/page-livestream.php
@@ -11,7 +11,7 @@
<div class="background conf-background">
<div class="container">
<div class="col-md-6 topheader">
- <h1>Nextcloud Conference 2018</h1>
+ <h1>Nextcloud Conference 2019</h1>
<h2 class="revealOnScroll">A week of collaboration, coding and fun!</h2>
</div>
</div>
@@ -21,13 +21,14 @@
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
- <img class="conf-img revealOnScroll" src="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2017-2.jpg" alt="logo"/>
+<!-- <img class="conf-img revealOnScroll" src="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2018.jpg" alt="logo"/> -->
<!-- <h2 class="revealOnScroll"></h2> -->
<p class="section--paragraph__tittle">stay tuned for our live stream!</p>
- <p class="section--paragraph">Starting Saturday morning, August 25, ~10:00 Berlin time.</p>
+ <p class="section--paragraph">Starting Saturday morning, September14, ~10:00 Berlin time.</p>
<div class="row text-center">
- <a class="button button--large button--blue button--arrow" href="https://nextcloud.com/schedule/schedule.html">View the full schedule here</a>
- <a class="button button--large button--blue button--arrow" href="https://nextcloud.com/schedule/speakers.html">See the speakers</a>
+ <a class="button button--large button--blue button--arrow" href="https://nextcloud.com/conf/schedule">View the full schedule here</a>
+ <a class="button button--large button--blue button--arrow" href="https://nextcloud.com/conf/speakers">See the speakers</a>
+ <a class="button button--large button--blue button--arrow" href="https://nextcloud.com/conf/sessions">See all the talks</a>
</div>
</div>
</div>