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-workflow.php
parent8348913720ba7508916c2e6cd3e6b97446bb6a1a (diff)
update until feature storage
Diffstat (limited to 'page-workflow.php')
-rw-r--r--page-workflow.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/page-workflow.php b/page-workflow.php
index db239ec0..e26b2760 100644
--- a/page-workflow.php
+++ b/page-workflow.php
@@ -1,12 +1,8 @@
<head>
-<link href="<?php echo get_template_directory_uri(); ?>/assets/css/workflow.css" rel="stylesheet">
-<!--<script>
- require(["require.config"], function() {
- require(["pages/clients"])
- });
-</script>-->
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/workflow.css" rel="stylesheet">
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
+
<div class="background workflow-background">
<div class="container">
<div class="row">
@@ -20,7 +16,7 @@
<section class="section--header">
<div class="container">
<div class="row">
- <div class="col-md-8 col-md-offset-2 text-center revealOnScroll">
+ <div class="col-md-8 col-md-offset-2 revealOnScroll">
<p class="section--paragraph__tittle"><?php echo $l->t('Users need to exchange data');?></p>
<p class="section--paragraph"><?php echo $l->t('The traditional shared data directory in companies has been informally augmented with attachments sent around by email as well as illicit usage of public cloud solutions like Dropbox. This brings significant legal, practical and financial risks.');?></p>
<p class="section--paragraph__tittle"><?php echo $l->t('IT needs to stay in control');?></p>
@@ -47,7 +43,7 @@
<div class="container-fluid quote">
<div class="container">
<div class="row">
- <div class="col-md-8 col-md-offset-2 featureblock text-center revealOnScroll">
+ <div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class=""><?php echo $l->t('Learn more about how Nextcloud helps you keep your data secure.');?></p>
<div class="text-center morebuttondiv">
<a href="/secure" class="button button--large button--arrow"><?php echo $l->t('Security in Nextcloud');?> <i class="icon-arrow-circle-o-right icon"></i></a>