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-22 23:10:54 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-05-22 23:10:54 +0300
commit99bebfed1bc772513bdd3572935f9a4f91fb4c55 (patch)
tree9bf8c196167cc2dc19d4cc8546daaab765fcc4a3 /page-finance.php
parent687401ab501b0265bde00d360d413942a7c9c54b (diff)
put text more in center
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-finance.php')
-rw-r--r--page-finance.php22
1 files changed, 13 insertions, 9 deletions
diff --git a/page-finance.php b/page-finance.php
index e2227f08..c8a93bde 100644
--- a/page-finance.php
+++ b/page-finance.php
@@ -224,15 +224,19 @@ require(["require.config"], function() {
<section class="section--getstarted">
<div class="container-fluid quote">
- <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 class="row">
+ <div class ="col-md-6 col-md-offset-3">
+ <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>