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>2020-08-26 22:06:50 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-08-26 22:06:50 +0300
commite3af7bf09095f1023fb99f6088e30ea292cfb0e4 (patch)
tree704c7ddbd4a8b626e50c90aafb24413376ab8822 /page-contribute.php
parent3f436453987098562128294dd3cf5add074b1821 (diff)
add promo to contribute page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-contribute.php')
-rw-r--r--page-contribute.php25
1 files changed, 25 insertions, 0 deletions
diff --git a/page-contribute.php b/page-contribute.php
index 79a5eefb..31971f40 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -82,6 +82,31 @@
<p class="section--paragraph"><a class="hyperlink" href="<?php echo home_url('jobs') ?>"><?php echo $l->t('Also, we are hiring.');?></a> <?php echo $l->t('We look especially for people who want to turn their passion into their job! When possible, we hire people from our active community base or from the wider open source community.');?></p>
</div>
</div>
+ <div class="row">
+ <div class="col-md-4">
+ <img src="<?php bloginfo('template_directory'); ?>/assets/img/events/presentation.jpg" class="img-responsive" />
+ </div>
+ <div class="col-md-8">
+ <h3 class="section--paragraph__title"><?php echo $l->t('Help promote Nextcloud');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Just telling other people about Nextcloud is already immensely helpful! Use social media, real life, or write a review at the many websites that review software. Some links below! You can also represent us at events, giving a talk for example.');?> <a class="hyperlink" href="<?php echo home_url('events') ?>"><?php echo $l->t('Learn more about Nextcloud events here.');?></a></p>
+ <div class="row">
+ <div class="col-md-3">
+ <!-- Begin SF Tag -->
+ <div class="sf-root" data-id="2973658" data-badge="light-default" style="width:100%">
+ <a href="https://sourceforge.net/software/product/NextCloud/" target="_blank">View NextCloud On SourceForge.net</a>
+ </div>
+ <script type="text/javascript">(function () {var sc=document.createElement('script');sc.type='text/javascript';sc.async=true;sc.src='https://b.sf-syn.com/badge_js?slug=NextCloud';var p=document.getElementsByTagName('script')[0];p.parentNode.insertBefore(sc, p);})();
+ </script>
+ <!-- End SF Tag -->
+ </div>
+ <div class="col-md-9">
+ <a class="button button--white button--arrow" href="https://alternativeto.net/software/nextcloud/ 81">Alternative.to</a>
+ <a class="button button--white button--arrow" href="https://www.capterra.com/reviews/161572/NextCloud/new">Capterra</a>
+ <a class="button button--white button--arrow" href="https://www.g2crowd.com/products/nextcloud/take_survey">G2Crowd</a>
+ </div>
+ </div>
+ </div>
+ </div>
</div>
</section>