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-legal.php
parentf835f57a793c37d4ea2178a68a8e926629451c26 (diff)
Add more contact-us links
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-legal.php')
-rw-r--r--page-legal.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/page-legal.php b/page-legal.php
index 5452e94b..3b9eddc8 100644
--- a/page-legal.php
+++ b/page-legal.php
@@ -53,6 +53,15 @@ require(["require.config"], function() {
<p class="section--paragraph text-center"><?php echo $l->t('Open Source means full control over your infrastructure. One of worlds most used and best understood software licenses protects your investment, guaranteeing complete vendor independence and zero risk of compliance issues.');?></p>
</div>
</div>
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3">
+ <p class="text-center"><?php echo $l->t('Reduce risk, improve customer communication 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>
@@ -118,6 +127,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>