forked from owncloud-archive/2017owncloudorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront-page.php
41 lines (36 loc) · 1.29 KB
/
front-page.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
35
36
37
38
39
40
41
<?php
get_header();
?><main class="main col-sm-12" role="main">
<p><!-- Teaser Area --></p>
<div class="row wrap home-features clearfix">
<div class="col-sm-4">
<p> </p>
<h3 class="ft-title">Community</h3>
<p class="featuredesc">ownCloud is developed in a transparent and inviting way by the open source community.</p>
<p> </p>
<p class="featurelink">Join our community!</p>
<p> </p>
</div>
<div class="col-sm-4">
<p> </p>
<h3 class="ft-title">Privacy</h3>
<p class="featuredesc">ownCloud keeps your files secure and private – you decide where you host your data.</p>
<p> </p>
<p class="featurelink">Install your ownCloud Server!</p>
<p> </p>
</div>
<div class="col-sm-4">
<p> </p>
<h3 class="ft-title">Flexibility</h3>
<p class="featuredesc">ownCloud is extensible with new functionality to provide all you need to live your digital life.</p>
<p> </p>
<p>Learn about more features!</p>
<p> </p>
</div>
</div>
<p>
</main><!-- /.main -->
</div><!-- /.wrap -->
<?php
get_footer();
?>