summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-04-18 16:36:14 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-04-18 16:36:14 +0200
commit59a01b860f9e4f636c7911adc0ac370c09e0bd09 (patch)
treea06f6f31ec93800051cef1d814d6b29f532ef132 /www
parentdb8b6d3e68db1b584c3b46393c5226d6a92bccac (diff)
downloadqutebrowser-59a01b860f9e4f636c7911adc0ac370c09e0bd09.tar.gz
qutebrowser-59a01b860f9e4f636c7911adc0ac370c09e0bd09.zip
Add crowdfunding note to README/website
Diffstat (limited to 'www')
-rw-r--r--www/header.asciidoc4
-rw-r--r--www/qute.css6
2 files changed, 10 insertions, 0 deletions
diff --git a/www/header.asciidoc b/www/header.asciidoc
index dc80a5d00..ff5b26d9e 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -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>
+++
diff --git a/www/qute.css b/www/qute.css
index 2de633b18..9a47b8122 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -53,6 +53,12 @@ p {
color: #666666;
}
+#crowdfunding {
+ padding: 10px 10px;
+ background-color: #a6dfff;
+ margin-bottom: 10px;
+}
+
#menu {
padding: 0px 20px;
background-color: #555555;