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-04-04 20:41:22 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-04-04 20:41:22 +0300
commit925979a3894624436a1d0016d1b2b456364a8517 (patch)
tree1f0d4bd08d8360076d07e51ad6a544ec4b9f3f36 /page-storage.php
parent5a52724583c90771d6b73fb9103e5d2642a2086a (diff)
feedback Marius
Diffstat (limited to 'page-storage.php')
-rw-r--r--page-storage.php27
1 files changed, 22 insertions, 5 deletions
diff --git a/page-storage.php b/page-storage.php
index e4d1c26d..be3985f8 100644
--- a/page-storage.php
+++ b/page-storage.php
@@ -35,7 +35,7 @@
</div>
<div class="col-md-6 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Public, Private and Hybrid unified');?></p>
- <p class="section--paragraph"><?php echo $l->t('Access existing storage silos like FTP, Windows Network Drives, Object Storage and Samba shares seamlessly through Nextcloud. Protect and optimize data usage in line with compliance and company policy by controling sharing and performance for each external storage system.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Access existing storage silos like FTP, Windows Network Drives and Samba shares seamlessly through Nextcloud. Protect and optimize data usage in line with compliance and company policy by controlling sharing and performance for each external storage system.');?></p>
<p class="section--paragraph"><?php echo $l->t('Use Nextcloud to fine tune the balance between cost, availability, performance and security. Deploy multiple data storage systems in the public cloud or hosted with a trusted provider or on-premise.');?></p>
</div>
</div>
@@ -44,18 +44,35 @@
<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/external-storage-nw2.png"><img src="<?php bloginfo('template_directory'); ?>/assets/img/features/external-storage-nw2-wee.png" class="img-responsive featureimg" /></a>
</div>
<div class="col-md-6 revealOnScroll">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Any storage technology you need');?></p>
<p class="section--paragraph"><?php echo $l->t('Some of the storage technologies supported in Nextcloud include NFS and local storage as well as scalable, multi-bucket capable object storage like S3 and SWIFT compatible and CIFS/Windows Shares. Nextcloud can also seamlessly access files on (s)FTP, Dropbox or Google Drive systems and more.');?></p>
- <p class="section--paragraph"><?php echo $l->t('<a class="hyperlink" href="/contact/">Contact us</a> if you want to know about support for your enterprise storage technology.');?></p>
+ </div>
</div>
+</div>
+</section>
+<div class="container-fluid quote">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-8 col-md-offset-2 featureblock text-center revealOnScroll">
+ <p class="section--paragraph"><?php echo $l->t('Contact our sales team if you want to know about support for your enterprise storage technology and integration in Nextcloud.');?></p>
+ <div class="text-center morebuttondiv">
+ <a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Contact sales');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ </div>
+ </div>
+ </div>
</div>
+</div>
+
+<section class="section--storage">
+<div class="container">
<div class="row">
<div class="col-md-6 revealOnScroll">
<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/encryption.png"><img src="<?php bloginfo('template_directory'); ?>/assets/img/features/encryption-nw-wee.png" class="img-responsive featureimg" /></a>
</div>
<div class="col-md-6 revealOnScroll">
- <p class="section--paragraph__tittle"><?php echo $l->t('Secure server side encryption');?></p>
- <p class="section--paragraph"><?php echo $l->t('Server side encryption can optionally be enabled on select external or primary storage to securely encrypt the data residing on them. Nextcloud supports external key management, a master recovery password and changing passwords by users.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Learn more about Nextcloud server side encryption ');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/encryption_configuration.html" target="_blank"><?php echo $l->t('in the documentation.');?></a></p>
+ <p class="section--paragraph__tittle"><?php echo $l->t('Data securely encrypted');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Server side encryption can optionally be enabled on select external or primary storage to securely encrypt the data residing on them. Nextcloud supports external key management, a master recovery password and changing passwords by users. ');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Learn more about Nextcloud server side encryption ');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>configuration_files/encryption_configuration.html" target="_blank"><?php echo $l->t('in the documentation</a> and learn more about <a class="hyperlink" href="/secure">security in Nextcloud</a>');?></p>
</div>
</div>
</div>