diff options
author | sajolida <sajolida@pimienta.org> | 2016-09-04 19:00:35 +0000 |
---|---|---|
committer | sajolida <sajolida@pimienta.org> | 2016-09-04 19:00:35 +0000 |
commit | 83cad92d5bd8e435a68bc754c88b93ee95282beb (patch) | |
tree | 03c4bf92e81580a90c97b05000f43bbcdb133633 | |
parent | 1ae83ea00eb1704900433c50a684f55061c54dd0 (diff) |
Add smiley on Thank you! page
-rw-r--r-- | wiki/src/doc/about/license.mdwn | 2 | ||||
-rw-r--r-- | wiki/src/donate/thanks.css | 11 | ||||
-rw-r--r-- | wiki/src/donate/thanks.html | 8 | ||||
-rw-r--r-- | wiki/src/donate/thanks/love.png | bin | 0 -> 1864 bytes |
4 files changed, 20 insertions, 1 deletions
diff --git a/wiki/src/doc/about/license.mdwn b/wiki/src/doc/about/license.mdwn index 4d45ee2..81a6e77 100644 --- a/wiki/src/doc/about/license.mdwn +++ b/wiki/src/doc/about/license.mdwn @@ -68,4 +68,6 @@ Creative Commons Attribution 3.0 United States License. Creative Commons — Attribution, by Pham Thi Dieu Linh. - [[Laptop|https://thenounproject.com/term/laptop/6729]]: Public Domain, by Jean Yashu. + - [[Love|https://thenounproject.com/term/love/218846/]]: + Create Commons — Attribution, by Thomas Helbig. diff --git a/wiki/src/donate/thanks.css b/wiki/src/donate/thanks.css index e723d2f..a3afce7 100644 --- a/wiki/src/donate/thanks.css +++ b/wiki/src/donate/thanks.css @@ -1,3 +1,14 @@ +#smiley { + float: left; + height: 10em; + margin-right: 2em; + padding-top: 1em; +} + +#text { + display: block; +} + #pagebody a.tweet { display: block; font-size: 18px; diff --git a/wiki/src/donate/thanks.html b/wiki/src/donate/thanks.html index 43e6b0d..4fb2611 100644 --- a/wiki/src/donate/thanks.html +++ b/wiki/src/donate/thanks.html @@ -2,7 +2,11 @@ [[!meta stylesheet="donate/thanks" rel="stylesheet" title=""]] -Your payment was successful. +<div id="smiley">[[!img love.png link="no" class="smiley"]]</div> + +<div id="text"> + +<p>Your payment was successful.</p> <h2>Please tweet about your donation</h2> @@ -21,3 +25,5 @@ If like me you want more leaks, donate to @Tails_live! <a href="https://twitter.com/intent/tweet?text=I+proudly+support+@Tails_live+to+help+journalists+and+human+rights+defenders+do+their+job+safely:+https://tails.boum.org/donate#hrd" class="tweet"> I proudly support @Tails_live to help journalists and human rights defenders do their job safely. </a> + +</div> diff --git a/wiki/src/donate/thanks/love.png b/wiki/src/donate/thanks/love.png Binary files differnew file mode 100644 index 0000000..07bbe16 --- /dev/null +++ b/wiki/src/donate/thanks/love.png |