From 406864af6220fc797ac1ae1a8814023d299ca6a3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 30 Oct 2019 14:25:12 +0100 Subject: Add GitHub Sponsors announcement --- README.asciidoc | 30 ++++++++++++++++++++++++------ doc/faq.asciidoc | 3 --- www/header.asciidoc | 16 ++++++++++++++++ www/qute.css | 17 +++++++++++------ 4 files changed, 51 insertions(+), 15 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 0fe67bb40..5a83d8ec2 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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! + +Thanks to the GitHub Sponsors Matching Fund, all donations done via GitHub +Sponsors (up to a $5000 total) will be doubled until October 2020! -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! +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 diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index 2e7944237..9a67fcb56 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -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 diff --git a/www/header.asciidoc b/www/header.asciidoc index 258271ae6..2f8ed6a1e 100644 --- a/www/header.asciidoc +++ b/www/header.asciidoc @@ -16,5 +16,21 @@ GitHub Releases Blog + ❤ Donate + +
+

+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 +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. +

+++ diff --git a/www/qute.css b/www/qute.css index 9fa8dbebc..578fecbbd 100644 --- a/www/qute.css +++ b/www/qute.css @@ -28,7 +28,7 @@ p { padding: 20px 20px; overflow: auto; color: #888; - + -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -64,12 +64,17 @@ p { margin-bottom: 10px; } +#menu > #announcement-button { + color: #000000; + background-color: #a6dfff; +} + #menu { padding: 0px 20px; background-color: #555555; color: #CCC; overflow: auto; - + -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -121,7 +126,7 @@ h1, h2, h3, h4, h5, h6 { .ulist { padding-left: 20px; - margin-top: 10px; + margin-top: 10px; } #footer { @@ -203,11 +208,11 @@ table td { height: auto; float: none; } - + #headline .text { display: none; } - + #menu { padding: 0px 0px; background-color: #555555; @@ -215,7 +220,7 @@ table td { overflow: hidden; width: 100%; } - + #menu a { color: #CCC; text-decoration: none; -- cgit v1.2.3-54-g00ecf