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>2020-03-10 14:56:45 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-03-10 14:56:45 +0300
commit37e22c90143f24bcd5a5c24ff8b14085b397f051 (patch)
tree155f8661211d454b5d3550f76a4e31b6f4a3239a /page-engineering.php
parentcd41035a8caacbc4d4cf55913800f6549da01220 (diff)
public cloud to SaaS and consolidate the on-premises arguments
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-engineering.php')
-rw-r--r--page-engineering.php20
1 files changed, 1 insertions, 19 deletions
diff --git a/page-engineering.php b/page-engineering.php
index dacbc514..cd7cd4f8 100644
--- a/page-engineering.php
+++ b/page-engineering.php
@@ -155,25 +155,7 @@ require(["require.config"], function() {
</div>
</section>
-<section class="section--on-premise">
-<div class="container">
- <h1 class="section--heading-1 text-center"><?php echo $l->t('Why on-premises?');?></h1>
- <div class="row">
- <div class="col-md-6 feature--block">
- <h3 class="section--paragraph__title"><?php echo $l->t('You need 100% certainty');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Email or public cloud solutions do not provide much security for sensitive data. Encryption is complicated and cumbersome to use, reducing the real benefits due to employees working around them or making mistakes.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Keeping data on your own infrastructure means you stay in control. Only then can you show your clients exactly where their sensitive documents are. Regulators can be certain that non-compliance with proper process is minimized.');?></p>
- <a href="https://nextcloud.com/blog/the-issue-with-public-cloud/" class="button button--blue button--arrow button--large"><?php echo $l->t('Read our blog for more');?></a>
- </div>
- <div class="col-md-6 feature--block">
- <h3 class="section--paragraph__title"><?php echo $l->t('Public clouds are not a safe solution');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Most consumer-grade solutions like Dropbox or Office 365 were not designed with privacy regulations and security concerns in mind, mixing data from consumers and businesses, spread out in data centers across the globe.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Rather than trying to work around their limitations, Nextcloud Files provides a security-first solution which puts you in complete control over the location and access policies of data with a private cloud solution.');?></p>
- <a href="<?php echo home_url('buy') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Get started now');?> <i class="icon-arrow-circle-o-right icon"></i></a>
- </div>
- </div>
-</div>
-</section>
+<?php require get_template_directory().'/on-premises.php';?>
<div class="separator"></div>