From 59a01b860f9e4f636c7911adc0ac370c09e0bd09 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 18 Apr 2017 16:36:14 +0200 Subject: [PATCH] Add crowdfunding note to README/website --- README.asciidoc | 7 +++++++ www/header.asciidoc | 4 ++++ www/qute.css | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index f79812850..d9dbd8c0c 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 ----------- 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 @@ Releases Blog +
+qutebrowser is currently running a crowdfunding campaign for its new configuration system, allowing for per-domain settings and much more. +See the Kickstarter campaign for more information! +
+++ 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;