Add crowdfunding note to README/website

This commit is contained in:
Florian Bruhin 2017-04-18 16:36:14 +02:00
parent db8b6d3e68
commit 59a01b860f
3 changed files with 17 additions and 0 deletions

View File

@ -24,6 +24,13 @@ 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 is currently running a crowdfunding campaign for its new
configuration system, allowing for per-domain settings and much more.
See the link:https://www.kickstarter.com/projects/the-compiler/qutebrowser-v10-with-per-domain-settings?ref=6zw7qz[Kickstarter campaign] for more information!**
// QUTE_WEB_HIDE_END
Screenshots
-----------

View File

@ -17,4 +17,8 @@
<a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
<a href="http://blog.qutebrowser.org/">Blog</a>
</div>
<div id="crowdfunding">
qutebrowser is currently running a crowdfunding campaign for its new configuration system, allowing for per-domain settings and much more.
See the <a href="https://www.kickstarter.com/projects/the-compiler/qutebrowser-v10-with-per-domain-settings?ref=6zw7qz">Kickstarter campaign</a> for more information!
</div>
+++

View File

@ -53,6 +53,12 @@ p {
color: #666666;
}
#crowdfunding {
padding: 10px 10px;
background-color: #a6dfff;
margin-bottom: 10px;
}
#menu {
padding: 0px 20px;
background-color: #555555;