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

page-livestream.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0643a3f892138d76b528b628764a67d76f124926 (plain)
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
35
36
37
38
39
40
41
42
43
44
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/conf.css?v=1" rel="stylesheet">
<!-- <meta http-equiv="refresh" content="60"> -->
<script>
	require(["require.config"], function() {
		require(["bootstrap"])
	});
</script>
<!-- <meta http-equiv="refresh" content="30"/> -->
<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2018-small.jpg">
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2018-small.jpg">
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2018-small.jpg">
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2018-small.jpg">
</head>
<section class="hero-section">
	<div class="background conf-background">
		<div class="container">
			<div class="col-md-6 topheader">
				<h1>Nextcloud Conference 2020</h1>
				<h2>Virtual space@#HomeOffice</h2>
			</div>
		</div>
	</div>
</section>
<section class="section--intro">
<div class="container">
	<div class="row">
		<div class="col-sm-8 col-sm-offset-2">
            <p class="section--paragraph">Join from wherever you are - the event is taking place as a live online event space 🛰👾</a></p>
<!-- 			<img class="conf-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/conference/grouppic2018.jpg" alt="logo"/> -->
<!-- 			<h2></h2> -->
			<!--<h3 class="section--paragraph__title">stay tuned for our live stream!</h3>-->
			<p class="section--paragraph">Starting Saturday morning, October 3, ~10:00 Berlin time.</p>
						<iframe width="560" height="315" src="https://www.youtube.com/embed/live_stream?channel=UCQjN5Fs5QSz1loJqLb5bkew" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
			<div class="row text-center">
                <a class="button button--large button--blue button--arrow" href="https://eventyay.com/e/0917096d/schedule">View the full schedule here</a>
                <a class="button button--large button--blue button--arrow" href="https://eventyay.com/e/0917096d/speakers">See the speakers</a>
                <a class="button button--large button--blue button--arrow" href="https://eventyay.com/e/0917096d/sessions">See all the talks</a>
            </div>
            <iframe src="http://twubs.com/embed/nextcloud/?messagesPerPage=5&headerBgColor=%231c6485&headerTextColor=%23ffffff" width="350" height="600" frameborder="0"><a href="https://twitter.com/search?q=%23nextcloud&f=live">#nextcloud</a></iframe>

		</div>
	</div>
</section>