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-04-11 20:36:24 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-04-11 21:04:07 +0300
commitae14bdd2507cc54f9be355e29d8147bc234008bf (patch)
tree8bb2eda4ad47c9e2b0eae527a9eba10856587344 /page-conf-2019.php
parent73a630a142d68089010af17074595861f9121125 (diff)
add dropdown for viewing older Nc conferences
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-conf-2019.php')
-rw-r--r--page-conf-2019.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/page-conf-2019.php b/page-conf-2019.php
index 8b2a16f2..e61f9fc2 100644
--- a/page-conf-2019.php
+++ b/page-conf-2019.php
@@ -17,7 +17,7 @@
<div class="col-md-6 topheader">
<h1>Nextcloud Conference 2019</h1>
<h2>A week of collaboration, coding and fun!</h2>
- <p><a class="button button--small button--white button--arrow--left" href="<?php echo home_url('conf-2018') ?>"> 2018</a></p>
+<!-- <p><a class="button button--small button--white button--arrow--left" href="<?php echo home_url('conf-2018') ?>"> 2018</a></p> -->
</div>
</div>
</div>
@@ -32,8 +32,18 @@
<p class="section--paragraph">Annually bringing the global Nextcloud Contributor Community together for a week of coding, design, discussion, talks & fun.</p>
<!--<p class="section--paragraph"><a href="https://eventyay.com/e/77d26f89/" class="button button--arrow button--large button--blue">Register for free</a> <a href="https://nextcloud.com/livestream" class="button button--arrow button--large button--blue">Live stream <i class="icon-arrow-circle-o-right icon"></i></a> <a href="https://eventyay.com/e/77d26f89/cfs/" class="button button--arrow button--large button--blue">Submit a talk <i class="icon-arrow-circle-o-right icon"></i></a></p>-->
<p class="section--paragraph">The 2018 conference is over, <a href="https://nextcloud.com/blog/nextcloud-conference-2018-millions-of-nec-routers-nextcloud-14-and-simple-signup/">read our report!</a><br/>Save the date for 2019!</p>
+ <div class="button button--white button--dropdown">
+ <input class="dropdown-toggle" type="text">
+ <div class="dropdown-text">Previous conferences</div>
+ <ul class="dropdown-content">
+ <li><a href="<?php echo home_url('conf-2019') ?>">Nextcloud Conference 2019</a></li>
+ <li><a href="<?php echo home_url('conf-2018') ?>">Nextcloud Conference 2018</a></li>
+ <li><a href="<?php echo home_url('conf-2017') ?>">Nextcloud Conference 2017</a></li>
+ <li><a href="<?php echo home_url('conf-2016') ?>">Nextcloud Conference 2016</a></li>
+ </ul>
+ </div>
</div>
- </div>
+ </div>
</section>
<section class="section--program">