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

page-webinar.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 278f7c97932b8d8010f81dc9f8a857c4eb9921a4 (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
<head>
    <link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/webinar.css?v=1" rel="stylesheet">
    <script>
    require(["require.config"], function() {
        require(["jquery"])
    });
    </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<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 name=”Description” content="Nextcloud is the most secure private cloud solution - learn how it keeps your data safe!">


</head>

<div class=" background webinar-background">
    <div class="container">
        <div class="col-md-6 topheader">
            <h1>Webinars</h1>
            <h2>Learn more about Nextcloud</h2>
        </div>
    </div>
</div>


<section class="section--intro">
<div class="container">
	<div class="row">
		<div class="col-md-10 col-md-offset-1">
            <p class="section--paragraph text-center"><?php echo $l->t('TBD');?></p>
            <p class="section--paragraph text-center"><?php echo $l->t('TBD');?></p>
		</div>
	</div>
</div>
</section>