forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-livestream.php
34 lines (34 loc) · 1.37 KB
/
page-livestream.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/conf.css" rel="stylesheet">
<meta http-equiv="refresh" content="60">
<script>
require(["require.config"], function() {
require(["bootstrap"])
});
</script>
</head>
<section class="hero-section">
<div class="background conf-background">
<div class="container">
<div class="col-md-6 topheader">
<h1>Nextcloud Conference 2018</h1>
<h2 class="revealOnScroll">A week of collaboration, coding and fun!</h2>
</div>
</div>
</div>
</section>
<section class="section--intro">
<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"/>
<!-- <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>
<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>
</div>
</div>
</div>
</section>