Add GitHub Sponsors announcement

This commit is contained in:
Florian Bruhin 2019-10-30 14:25:12 +01:00
parent d51ea32149
commit 406864af62
4 changed files with 51 additions and 15 deletions

View File

@ -21,6 +21,18 @@ on Python and PyQt5 and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
// QUTE_WEB_HIDE
**qutebrowser's primary maintainer, The-Compiler, is currently working
part-time on qutebrowser, funded by donations.** To sustain this for a long
time, your help is needed! See the
https://github.com/sponsors/The-Compiler/[GitHub Sponsors page] for more
information. Depending on your sign-up date and how long you keep a certain
level, you can get qutebrowser t-shirts, stickers and more!
Thanks to the GitHub Sponsors Matching Fund, all donations done via GitHub
Sponsors (up to a $5000 total) will be doubled until October 2020.
// QUTE_WEB_HIDE_END
Screenshots
-----------
@ -135,13 +147,19 @@ install qutebrowser and its dependencies.
Donating
--------
Working on qutebrowser is a very rewarding hobby, but like (nearly) all hobbies
it also costs some money (as an example, I have to pay for the server and
domain).
**qutebrowser's primary maintainer, The-Compiler, is currently working
part-time on qutebrowser, funded by donations.** To sustain this for a long
time, your help is needed! See the
https://github.com/sponsors/The-Compiler/[GitHub Sponsors page] for more
information. Depending on your sign-up date and how long you keep a certain
level, you can get qutebrowser t-shirts, stickers and more!
If you want to give me a beer or a pizza back, I'm trying to make it as easy as
possible for you to do so. If some other way would be easier for you, please
get in touch!
Thanks to the GitHub Sponsors Matching Fund, all donations done via GitHub
Sponsors (up to a $5000 total) will be doubled until October 2020!
Alternatively, the following donation methods are available -- note that
eligibility for swag (shirts/stickers/etc.) is handled on a case-by-case basis
for those, please mailto:mail@qutebrowser.org[get in touch] for details.
* SEPA bank transfer inside Europe (no fee):
- Account holder: Florian Bruhin

View File

@ -311,9 +311,6 @@ My issue is not listed.::
[[sponsors]]
== GitHub Sponsors FAQ
NOTE: The crowdfunding via GitHub Sponsors isn't active yet, but should go live
over the next days/weeks.
Using https://github.com/sponsors/The-Compiler[GitHub Sponsors], you can sign
up for a monthly donation to The-Compiler (qutebrowser's main developer),
allowing him to work part-time on qutebrowser. If you sign up in 2019, you can

View File

@ -16,5 +16,21 @@
<a href="https://www.github.com/qutebrowser/qutebrowser">GitHub</a>
<a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
<a href="https://blog.qutebrowser.org/">Blog</a>
<a href="https://github.com/sponsors/The-Compiler/" id="announcement-button">❤ Donate</a>
</div>
<div id="announcement">
<p>
<b>qutebrowser's primary maintainer, The-Compiler, is currently working
part-time on qutebrowser, funded by donations.</b></p>
<p>To sustain this for a long
time, your help is needed! See the
<a href="https://github.com/sponsors/The-Compiler/">GitHub Sponsors page</a> for more
information. Depending on your sign-up date and how long you keep a certain
level, you can get qutebrowser t-shirts, stickers and more!
</p>
<p>
Thanks to the GitHub Sponsors Matching Fund, all donations done via GitHub
Sponsors (up to a $5000 total) will be doubled until October 2020.
</p>
</div>
+++

View File

@ -64,6 +64,11 @@ p {
margin-bottom: 10px;
}
#menu > #announcement-button {
color: #000000;
background-color: #a6dfff;
}
#menu {
padding: 0px 20px;
background-color: #555555;