Skip to content

Commit

Permalink
Create a page for our supporters (#5545)
Browse files Browse the repository at this point in the history
Create a page for our supporters
  • Loading branch information
sashadev-sky authored and grvsachdeva committed Apr 25, 2019
1 parent 7744d91 commit 09c463e
Show file tree
Hide file tree
Showing 10 changed files with 143 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,13 @@ New to open source/free software? Here is a selection of issues we've made **esp

[Here](https://publiclab.org/notes/warren/11-22-2017/use-git-and-github-to-contribute-and-improve-public-lab-software) is a link to our Git workflow.

## Let the code be with you. :heart:
## Let the code be with you.
### Happy opensourcing. :smile:

<hr>

<center>

#### [Platforms that :heart: OSS](./doc/SUPPORTERS.md)

</center>
Binary file added app/assets/images/logos/TravisCI-Full-Color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/browserstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/codeclimate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/coveralls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/sentry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/transifex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/logos/zenhub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions doc/SUPPORTERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
# Supporters

This page is dedicated to enumerating the various organizations that have provided tools for our open source software and community. They are all free for OSS!

## Thank you!

<hr>

<center>

<em><h3>For...</h3></em>

</center>

<div style="width:350px; float:left">

<center>

<big>1. Hosting us</big>

<center>

<div style="width:150px">

[![Github-logo](../app/assets/images/logos/github.png)](https://github.com/)

</div>
</div>

<div style="width:350px; float:right">

<center>

<big>2. Crash reporting</big>

</center>
<a href="https://sentry.io/welcome/"><img alt="sentry-logo" src="../app/assets/images/logos/sentry.png"></a>

</div>

<div style="margin-top: 300px">

<center>

<div style="width:350px; overflow: hidden">

<center>

<big>3. Cross-browser and platform testing</big>

</center>

<br>

[![Browserstack-logo](../app/assets/images/logos/browserstack.png)](https://www.browserstack.com/)

</center>

</div>
</div>

<br>

<div style="width:350px; float: left">

<center>

<big>4. Automated testing</big>

</center>

<br>

[![Travis-ci](../app/assets/images/logos/TravisCI-Full-Color.png)](https://travis-ci.com/)
</div>

<div style="width:350px; float: right">
<center>

<big>5. Internationalization</big>

<a href="https://www.transifex.com/"><img alt="transifex-logo" src="../app/assets/images/logos/transifex.png"></a>

</center>
</div>

<center>

<div style="width:350px; margin-top: 260px; overflow: hidden">

<center>

<big>6. Code coverage reports</big>

</center>

<br>

[![Coveralls](../app/assets/images/logos/coveralls.png)](https://coveralls.io/)

</div>
</center>

<br>

<div style="width:350px; float: left">

<center>

<big>7. Code quality analysis</big>

</center>

<br>

[![Codeclimate-logo](../app/assets/images/logos/codeclimate.png)](https://codeclimate.com/)

</div>

<div style="width:350px; float: right">

<center>

<big>8. Project management</big>

</center>

<div style="width:140px; margin-left: 100px">

[![zenhub-logo](../app/assets/images/logos/zenhub.png)](https://www.zenhub.com/)

</div>
</div>

0 comments on commit 09c463e

Please sign in to comment.