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>2019-08-28 20:13:37 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-08-28 20:13:55 +0300
commit2cd4269069d87e583fb1e37444c8b703133f1f45 (patch)
treecdc6ed7b5666551a279fbf20bc2d9c1ab7bf080e /page-developer.php
parenta6aea377bd67d70d0fb46efad7696caea7ba99a3 (diff)
fix & adding forum link
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-developer.php')
-rw-r--r--page-developer.php15
1 files changed, 14 insertions, 1 deletions
diff --git a/page-developer.php b/page-developer.php
index 5c75c264..23b5bd34 100644
--- a/page-developer.php
+++ b/page-developer.php
@@ -106,7 +106,7 @@
<div class="col-md-6 feature--block">
<img src="<?php bloginfo('template_directory'); ?>/assets/img/common/check.svg" class="icon" />
<p class="section--paragraph__tittle"><?php echo $l->t('Featured community app:');?> <br /> Nextcloud OCR</p>
- <p class="section--paragraph"><?php echo $l->t('The app uses tesseract-js in the browser in order to process images (png, jpeg, tiff) and PDFs and saves the output file to the source folder in nextcloud. That for example enables you to search in it.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('The app uses tesseract-js in the browser in order to extract text from images (png, jpeg, tiff) and PDFs and saves the output file to the source folder in nextcloud. That for example enables you to search in it.');?></p>
<a href="https://apps.nextcloud.com/apps/ocr" class="button button--blue button--arrow button--large"><?php echo $l->t('See the OCR app');?></a>
</div>
</div>
@@ -157,6 +157,19 @@
</div>
</section>
+<section class="section--contact quote">
+<div class="container">
+ <div class="row">
+ <h2 class="text-center"><?php echo $l->t('Have ideas on how to improve our developer information?');?></h2>
+ <p class="section--paragraph text-center"><?php echo $l->t('Sign up to our forum and join the discussion.');?></p>
+ <p class="section--paragraph text-center"><?php echo $l->t('We love to hear your thoughts!');?></p>
+ <div class="text-center morebuttondiv">
+ <a href="https://help.nextcloud.com/c/dev" class="button button-button--large button--arrow"><?php echo $l->t('Share your ideas');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ </div>
+ </div>
+</div>
+</section>
+
<section class="section--why">
<div class="container">
<div class="row introduction">