From: David ‘Bombe’ Roden Date: Tue, 9 Nov 2010 09:23:11 +0000 (+0100) Subject: Add flattr button to page tail. X-Git-Tag: 0.2.1~15 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=455d5d648d6bd07bcdbbb08b98b2f0596d1c81ed Add flattr button to page tail. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 2883b2b..c23047e 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -383,7 +383,7 @@ textarea { #sone #tail { margin-top: 1em; border-top: solid 1px #ccc; - padding-top: 1em; + padding-top: 2em; text-align: center; font-size: 75%; color: #888; diff --git a/src/main/resources/static/images/flattr-badge-large.png b/src/main/resources/static/images/flattr-badge-large.png new file mode 100644 index 0000000..c03a4fa Binary files /dev/null and b/src/main/resources/static/images/flattr-badge-large.png differ diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html index c572a57..b4ad622 100644 --- a/src/main/resources/templates/about.html +++ b/src/main/resources/templates/about.html @@ -5,6 +5,15 @@

Sone – The Freenet Social Network Plugin, Version <% version|html>, © 2010 by David ‘Bombe’ Roden.

+ If you like Sone and you would like to reward me, you can use the + Flattr button at the bottom of each page. Flattr is a non-anonymous + micro payment that acts like an internet tip jar where the amount + each user spends is limited (lowest being 2 € per month). More + information can be found on flattr.com. +

+ +

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/resources/templates/include/tail.html b/src/main/resources/templates/include/tail.html index 4d064e4..6666c58 100644 --- a/src/main/resources/templates/include/tail.html +++ b/src/main/resources/templates/include/tail.html @@ -2,6 +2,11 @@

+
+ + Flattr Sone + +