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:
authorPaulo Moura <itsme@paulomoura.com>2017-07-23 02:02:53 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-26 15:45:56 +0300
commit31a9a027e4b2847be4c2447192884d7943cc4a2b (patch)
tree3085aba7dcc80a8036606a978ca74bd9468c2f59 /page-storage.php
parent8348913720ba7508916c2e6cd3e6b97446bb6a1a (diff)
update until feature storage
Diffstat (limited to 'page-storage.php')
-rw-r--r--page-storage.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/page-storage.php b/page-storage.php
index 77e01233..dcdaf312 100644
--- a/page-storage.php
+++ b/page-storage.php
@@ -1,10 +1,5 @@
<head>
-<link href="<?php echo get_template_directory_uri(); ?>/assets/css/storage.css" rel="stylesheet">
-<!--<script>
- require(["require.config"], function() {
- require(["pages/clients"])
- });
-</script>-->
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/storage.css" rel="stylesheet">
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<div class="background storage-background">
@@ -80,8 +75,8 @@
<div class="container-fluid quote">
<div class="container">
<div class="row">
- <div class="col-md-8 col-md-offset-2 featureblock text-center revealOnScroll">
- <p class="section--paragraph"><?php echo $l->t('Contact our sales team if you want to know about support for your enterprise storage technology and integration in Nextcloud.');?></p>
+ <div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
+ <p class="section--paragraph text-center"><?php echo $l->t('Contact our sales team if you want to know about support for your enterprise storage technology and integration in Nextcloud.');?></p>
<div class="text-center morebuttondiv">
<a href="/buy" class="button button--large button--arrow"><?php echo $l->t('Contact sales');?> <i class="icon-arrow-circle-o-right icon"></i></a>
</div>