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-10-08 15:23:09 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-10-08 15:23:09 +0300
commitfa3ba0f54c41d8697e821ae8f3158fcb00b89068 (patch)
tree6ddd3c9ec9113e5784bd639fec6060d656f699eb /page-engineering.php
parenta2c767524f49ef3c9374954333b42aaf9c5d2608 (diff)
Add intro text to engineering page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-engineering.php')
-rw-r--r--page-engineering.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-engineering.php b/page-engineering.php
index cc289b6e..7d322d31 100644
--- a/page-engineering.php
+++ b/page-engineering.php
@@ -27,7 +27,7 @@ require(["require.config"], function() {
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
- <p class="section--paragraph text-center"><?php echo $l->t('TBD');?></p>
+ <p class="section--paragraph text-center"><?php echo $l->t('To deliver on tight schedules and to specifications requires easy, instant access to data. Nextcloud offers a much easier interface than traditional document management systems and gives immediate access to documents on the go.');?></p>
</div>
</div>
</div>
@@ -91,7 +91,7 @@ require(["require.config"], function() {
<a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/zenuity.png" alt="in action"/></a>
</div>
<div class="col-md-6 revealOnScroll feature--block">
- <p class="section--paragraph__tittle"><?php echo $l->t('Zenuity - reshaping the industry of autonomous driving');?></p>
+ <p class="section--paragraph__tittle"><?php echo $l->t('Zenuity - reshaping autonomous driving');?></p>
<p class="section--paragraph"><blockquote><?php echo $l->t('Zenuity deployed Nextcloud for the purpose of safe and effective collaboration with our partner companies. We selected the product after comparing against several other alternatives. Particular advantages are the ability to run the service on premises and the good support for a wide range of client operating systems.');?></blockquote></p>
</div>
</div>