Add crowdfunding note to README/website
This commit is contained in:
parent
db8b6d3e68
commit
59a01b860f
@ -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.
|
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
|
Screenshots
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -17,4 +17,8 @@
|
|||||||
<a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
|
<a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a>
|
||||||
<a href="http://blog.qutebrowser.org/">Blog</a>
|
<a href="http://blog.qutebrowser.org/">Blog</a>
|
||||||
</div>
|
</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>
|
||||||
+++
|
+++
|
||||||
|
@ -53,6 +53,12 @@ p {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#crowdfunding {
|
||||||
|
padding: 10px 10px;
|
||||||
|
background-color: #a6dfff;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
padding: 0px 20px;
|
padding: 0px 20px;
|
||||||
background-color: #555555;
|
background-color: #555555;
|
||||||
|
Loading…
Reference in New Issue
Block a user