Skip to content

Commit

Permalink
Add Bountysource ²
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jul 1, 2018
1 parent 7a4ccfe commit a5096b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _docs/contributing.md
Expand Up @@ -16,6 +16,8 @@ You want to contribute to Pico? We really appreciate that! You can help make Pic

By contributing to Pico, you accept and agree to the *Developer Certificate of Origin* for your present and future contributions submitted to Pico. Please refer to the ["Developer Certificate of Origin" section in our `CONTRIBUTING.md`][ContributionGuidelinesDCO].

You don't have time to contribute code to Pico, but still want to "stand a coffee" for the ones who do? You can contribute monetary to Pico using [Bountysource][], a crowd funding website that focuses on individual issues and feature requests. Just refer to the ["Bounties and Fundraisers" section][BountysourceDocs] below for more info.

[Issues]: {{ site.gh_project_url }}/issues
[PullRequests]: {{ site.gh_project_url }}/pulls
[PullRequestsWebsite]: {{ site.gh_pages_url }}/pulls
Expand All @@ -33,3 +35,5 @@ By contributing to Pico, you accept and agree to the *Developer Certificate of O
[EditDevDocs]: {{ site.gh_pages_url }}/tree/{{ site.gh_pages_branch }}/_development
[GitHub]: {{ site.gh_project_url }}
[GitHubWebsite]: {{ site.gh_pages_url }}
[Bountysource]: https://www.bountysource.com/teams/picocms
[BountysourceDocs]: {{ site.github.url }}/docs/#bounties-and-fundraisers
1 change: 1 addition & 0 deletions _includes/pageFooter.html
Expand Up @@ -11,6 +11,7 @@ <h1>Want to Contribute?</h1>
<ul class="social">
<li><a href="https://github.com/picocms/Pico" title="Visit us on GitHub"><i class="icon-s-github"></i></a></li>
<li><a href="https://webchat.freenode.net/?channels=%23picocms" title="Join us on Freenode IRC Webchat"><i class="icon-chat-1"></i></a></li>
<li><a href="https://www.bountysource.com/teams/picocms" title="Help us by creating/collecting bounties and pledging to fundraisers"><i class="icon-bountysource"></i></a></li>
</ul>
</div>
</footer>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Expand Up @@ -907,6 +907,7 @@ ul.contact-info li i {
padding-left: 1px;
display: inline-block;
text-align: center;
font-style: normal;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
Expand All @@ -921,6 +922,9 @@ ul.contact-info li i {
padding-left: 0
}
}
.social .icon-bountysource {
background-color: #33ccff;
}
.social .icon-s-rss {
padding-top: 3px
}
Expand Down Expand Up @@ -3061,3 +3065,7 @@ h4:hover .learn-more, h5:hover .learn-more, h6:hover .learn-more {
color: #ff6760;
font-size: 75%;
}
.icon-bountysource:before {
content: '$';
font-weight: bold !important;
}

0 comments on commit a5096b8

Please sign in to comment.