summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
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;