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:
authorHenning Bopp <boppy@users.noreply.github.com>2016-11-21 00:14:31 +0300
committerGitHub <noreply@github.com>2016-11-21 00:14:31 +0300
commite06319980e6c122b1d1b7935b15eac3f0eee0535 (patch)
tree641aaa06e0af3ae2379aa50ce2d02489dd5a8112 /page-contribute.php
parent789a64dec0157a4fd786a64411d405bc338674f8 (diff)
Fixing alignment and formatting
Fixing an alignment issue on the contribute page (https://nextcloud.com/contribute/). Fixed a double-closing div on the way and put the rest in correct syntax. Did some code clean up, added some blank targets and prepared everything for translations.
Diffstat (limited to 'page-contribute.php')
-rw-r--r--page-contribute.php43
1 files changed, 21 insertions, 22 deletions
diff --git a/page-contribute.php b/page-contribute.php
index 63ff497f..6cc795ce 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -8,42 +8,41 @@ Do you want to <strong>help</strong> translate, promote or document Nextcloud?')
<h2><?php echo $l->t('Become part of the <a href="/contributors/" target="_blank">Nextcloud Community</a> and help us liberate data across the globe!');?></h2>
<h2><?php echo $l->t('How to participate:');?></h2>
<div class="row">
- <div class="col-md-6">
- <h3><i class="icon-thumbs-up"></i>&nbsp;&nbsp;<?php echo $l->t('Improve Nextcloud');?></h3>
- <ul>
+ <div class="col-md-6">
+ <h3><i class="icon-thumbs-up"></i>&nbsp;&nbsp;<?php echo $l->t('Improve Nextcloud');?></h3>
+ <ul>
<li><?php echo $l->t('Develop your own Nextcloud Server app');?> (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>app"><?php echo $l->t('app development documentation');?></a>)</li>
<li><?php echo $l->t('Get a bug fixed');?> (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>bugtracker"><?php echo $l->t('bugtracker documentation</a> and');?> <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>general"><?php echo $l->t('general guidelines and setup');?></a>)</li>
<li><?php echo $l->t('Improve the Nextcloud Server');?> (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>core"><?php echo $l->t('core development documentation</a>)');?></li>
<li><?php echo $l->t('Learn to write Nextcloud code. (Try your hands on a <a href="https://github.com/nextcloud/server/issues?labels=Starter+Issue&state=open" target="_blank">Starter Issue</a>');?></li>
- </ul>
- <p><?php echo $l->t('Talk to us <a href="irc://#nextcloud-dev@freenode.net">on IRC</a>, also accessible via <a href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>, and on our
+ </ul>
+ <p><?php echo $l->t('Talk to us <a href="irc://#nextcloud-dev@freenode.net">on IRC</a>, also accessible via <a href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>, and on our
<a href="https://help.nextcloud.com" target="_blank">forum</a>! We look forward to your code and thoughts.');?></p>
- <p><?php echo $l->t('Note that <a href="/jobs">we are hiring</a>. 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 class="col-md-6">
- <h3><?php echo $l->t('<i class="icon-refresh"></i>&nbsp;&nbsp;Test Nextcloud');?></h3>
- <p><?php echo $l->t('Testing upcoming Nextcloud Server releases is the best way of making sure the new release can do what you need it
+ <p><?php echo $l->t('Note that <a href="/jobs">we are hiring</a>. 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 class="col-md-6">
+ <h3><?php echo $l->t('<i class="icon-refresh"></i>&nbsp;&nbsp;Test Nextcloud');?></h3>
+ <p><?php echo $l->t('Testing upcoming Nextcloud Server releases is the best way of making sure the new release can do what you need it
to do. And of course, only if you report a problem to us we know about it and can fix it! If you have a bug to report,
find the <a href="https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md">issue submission guidelines here</a>.');?></p>
-
- </div>
<h3><?php echo $l->t('<i class="icon-pencil"></i>&nbsp;&nbsp;Design Nextcloud');?></h3>
- Help out with Nextcloud user interaction design or graphic design! Get involved on
- <a href="design/">the design page</a>!
+ <p><?php echo $l->t('Help out with Nextcloud user interaction design or graphic design! Get involved on <a href="design/">the design page</a>!');?></p>
<h3><?php echo $l->t('<i class="icon-money"></i>&nbsp;&nbsp;Support Nextcloud development with bounties');?></h3>
- Support Nextcloud development by offering some money on features you would like to have!
- <a href="https://www.bountysource.com/teams/nextcloud">Check our bountysource page</a>!
+ <p><?php echo $l->t('Support Nextcloud development by offering some money on features you would like to have! <a href="https://www.bountysource.com/teams/nextcloud" target="_blank">Check our bountysource page</a>!');?>
</div>
+</div>
+<div class="row">
<div class="col-md-6">
- <h3><?php echo $l->t('<i class="icon-book"></i>&nbsp;&nbsp;Answer questions about Nextcloud use and development');?></h3>
+ <h3><?php echo $l->t('<i class="icon-book"></i>&nbsp;&nbsp;Answer questions about Nextcloud use and development');?></h3>
<p><?php echo $l->t('Help answer questions users and developers have about Nextcloud!');?></p>
- <ul><li><?php echo $l->t('Join the <a href="https://help.nextcloud.com">Nextcloud forums</a>!');?></li>
- <li><?php echo $l->t('Answer Nextcloud development questions on <a href="https://stackoverflow.com/questions/tagged/nextcloud">Stack Overflow</a> and other places online.');?></li>
+ <ul>
+ <li><?php echo $l->t('Join the <a href="https://help.nextcloud.com">Nextcloud forums</a>!');?></li>
+ <li><?php echo $l->t('Answer Nextcloud development questions on <a href="https://stackoverflow.com/questions/tagged/nextcloud" target="_blank">Stack Overflow</a> and other places online.');?></li>
<!-- <li><?php echo $l->t('Answer Nextcloud user questions on <a href="https://mailman.nextcloud.org/mailman/listinfo/user">the Nextcloud user mailing list</a>');?></li> -->
- </ul>
+ </ul>
</div>
</div>
-<br />
+<br>
<p><?php echo $l->t('Please be considerate of our <a href="/community/code-of-conduct/">code of conduct</a>. We want to provide a positive and enjoyable environment for everybody.');?></p>
-<h1><?php echo $l->t('Let\'s make Nextcloud Rock!');?></h1>
+<h1><?php echo $l->t('Let\'s make Nextcloud Rock!');?></h1>
<p><?php echo $l->t('If you have any questions, <a href="/contact/">we are happy to help you</a>.');?></p>