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>2019-07-21 18:10:43 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-07-21 18:10:43 +0300
commitf7e7602016e4a316617069090b161c192a5e1951 (patch)
tree98859e551ac25fcdeba36a13096eb6318819f151 /page-engineering.php
parentf835f57a793c37d4ea2178a68a8e926629451c26 (diff)
Add more contact-us links
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-engineering.php')
-rw-r--r--page-engineering.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/page-engineering.php b/page-engineering.php
index 932e8b3c..bbe02639 100644
--- a/page-engineering.php
+++ b/page-engineering.php
@@ -53,6 +53,15 @@ require(["require.config"], function() {
<p class="section--paragraph text-center"><?php echo $l->t('Knowing where data is and who has access is important, especially when working with third parties. Nextcloud combines advanced data access controls with powerful monitoring and logging capabilities to ensure compliance and auditability.');?></p>
</div>
</div>
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3">
+ <p class="text-center"><?php echo $l->t('Improve team collaboration and reduce operational expenses with the leading content collaboration platform.');?></p>
+ <p class="text-center"><?php echo $l->t('Contact us now to learn how we can help you!');?></p>
+ <div class="text-center morebuttondiv">
+ <a href="<?php echo home_url('buy') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Contact us');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ </div>
+ </div>
+ </div>
</div>
</section>
@@ -160,6 +169,7 @@ require(["require.config"], function() {
<p class="section--paragraph__tittle"><?php echo $l->t('Public clouds are not a safe solution');?></p>
<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>