diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-03-23 11:20:25 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-03-23 11:20:39 +0100 |
commit | bc20b7c313646565a0d3318d269fcba1078e45f1 (patch) | |
tree | 2e64908acef0b3e399a44976e68ae2268a478744 | |
parent | 20799f97408c9ded0c874138f3bbed09acbc9493 (diff) | |
download | qutebrowser-bc20b7c313646565a0d3318d269fcba1078e45f1.tar.gz qutebrowser-bc20b7c313646565a0d3318d269fcba1078e45f1.zip |
Add crowdfunding banner to website
-rw-r--r-- | www/header.asciidoc | 3 | ||||
-rw-r--r-- | www/qute.css | 9 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www/header.asciidoc b/www/header.asciidoc index d16b07ccf..2e5a846cc 100644 --- a/www/header.asciidoc +++ b/www/header.asciidoc @@ -14,4 +14,7 @@ <a href="CONTRIBUTING.html">Contributing</a> <a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a> </div> +<div id="crowdfunding"> +qutebrowser is currently running a crowdfunding campaign to add support for the QtWebEngine backend, which fixes many issues. Please <a href="http://igg.me/at/qutebrowser">check it out</a>! +</div> +++ diff --git a/www/qute.css b/www/qute.css index 7c4c46c41..082a76221 100644 --- a/www/qute.css +++ b/www/qute.css @@ -44,12 +44,17 @@ body { color: #666666; } +#crowdfunding { + padding: 10px 10px; + background-color: #a6dfff; + margin-bottom: 10px; +} + #menu { padding: 0px 20px; background-color: #555555; color: #CCC; overflow: auto; - margin-bottom: 10px; -webkit-user-select: none; -moz-user-select: none; @@ -178,4 +183,4 @@ table td { <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" /> <link href="media/font.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="media/favicon.png" type="image/png" /> -<style type="text/css">
\ No newline at end of file +<style type="text/css"> |