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>2018-05-26 23:27:14 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-05-26 23:27:14 +0300
commit19f791275d0f7b27a2407050861cb692869b1310 (patch)
tree466065f5887b2aaa66481e1167f851d557327965 /page-finance.php
parent0b7112f03911c3888ec619016476630e23d9a2e9 (diff)
fix finance page layout
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-finance.php')
-rw-r--r--page-finance.php22
1 files changed, 9 insertions, 13 deletions
diff --git a/page-finance.php b/page-finance.php
index c93d18f8..09f1554e 100644
--- a/page-finance.php
+++ b/page-finance.php
@@ -151,7 +151,7 @@ require(["require.config"], function() {
<section class="section--on-premise">
<div class="container">
- <h2 class="section--heading-1 revealOnScroll text-center"><?php echo $l->t('Why on-premise?');?></h2>
+ <h2 class="section--heading-1 revealOnScroll text-center"><?php echo $l->t('Why on-premises?');?></h2>
<div class="row">
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('You need 100% certainty');?></p>
@@ -226,24 +226,20 @@ require(["require.config"], function() {
</section>
<section class="section--getstarted">
- <div class="container-fluid quote">
+ <div class="quote">
+ <div class="container">
<div class="row">
- <div class ="col-md-6 col-md-offset-3">
+ <div class ="col-md-12">
<h2 class="text-center revealOnScroll"><?php echo $l->t('Financial firms provide trust');?></h2>
<p class="section--paragraph section--text--center revealOnScroll"><?php echo $l->t('Banks, investment firms, insurance agencies and other financial service firms are entrusted with the most confidential knowledge of their clients. Breaking that trust, for example due to a data-leak, is a career-ending mistake.');?></p>
<p class="section--paragraph section--text--center revealOnScroll"><?php echo $l->t('Nextcloud enables you to focus on your work, taking care that your data stays private and completely under your control!');?></p>
- <div class="container">
- <div class="row">
- <div class="col-md-12 featureblock revealOnScroll">
- <div class="row text-center">
- <a href="<?php echo home_url('install') ?>" class="button button--arrow button--large"><?php echo $l->t('Try Nextcloud Files');?></a>
- <a href="<?php echo home_url('buy') ?>" class="button button--arrow button--large"><?php echo $l->t('Contact sales');?></a>
- </div>
- </div>
- </div>
- </div>
</div>
</div>
+ <div class="row text-center">
+ <a href="<?php echo home_url('install') ?>" class="button button--arrow button--large"><?php echo $l->t('Try Nextcloud Files');?></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--arrow button--large"><?php echo $l->t('Contact sales');?></a>
+ </div>
+ </div>
</div>
</section>