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>2017-10-04 20:08:32 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-10-04 20:08:32 +0300
commit72bbc46de14e6588360896ec3e83d326100cbdf9 (patch)
tree7794d174250c5249e57a75330d39c09cbeb8b30e /page-storage.php
parent415cb668572f493ae835d52a641c94e5ed0ccada (diff)
parent993d7e35ba53ba35012c1f4e82fa4394911e9316 (diff)
Merge branch 'master' into abc
Diffstat (limited to 'page-storage.php')
-rw-r--r--page-storage.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/page-storage.php b/page-storage.php
index dcdaf312..5d9877c5 100644
--- a/page-storage.php
+++ b/page-storage.php
@@ -99,3 +99,19 @@
</div>
</div>
</section>
+
+<section class="section--appstore benefits">
+<div class="container-fluid banner">
+ <div class="container">
+ <div class="col-md-6">
+ <p class="section--heading-1 section--text--center revealOnScroll"><?php echo $l->t('Extend your cloud');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('You can extend the functionality of your Nextcloud with extra features from the Nextcloud app store. Among the more than 100 apps you can find a variety of storage solutions including Sia storage support, an innovative decentralized, blockchain based file storage technology.');?></p>
+ <div class="text-center morebuttondiv">
+ <a href="https://apps.nextcloud.com" class="button button--large button--arrow revealOnScroll"><?php echo $l->t('Appstore');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ </div>
+ </div>
+ <img class="big-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/appstore-big.png">
+ <img class="small-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/appstore-big.png">
+ </div>
+</div>
+</section>