Re-add Flattr button (#53)
This commit is contained in:
parent
881d031e8a
commit
fbe30450bc
|
@ -278,6 +278,10 @@ blockquote{
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
div#donate {
|
||||
#donate {
|
||||
margin: 1em 0;
|
||||
text-align: center;
|
||||
}
|
||||
#donate p, #donate div {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -96,7 +96,11 @@
|
|||
<script type='text/javascript' src='https://www.openhub.net/p/awesome/widgets/project_factoids_stats?format=js'></script>
|
||||
|
||||
<div id="donate">
|
||||
<strong>Donate:</strong> Bitcoin: 1A2LsrF81rWEEJ7qnXdkCUJpdCYUxqfQoP
|
||||
<strong>Donations:</strong>
|
||||
<div>
|
||||
<script id='fbirvwx'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='https://button.flattr.com/view/?fid=mqwonm&button=compact&url=https%3A%2F%2Fawesomewm.org%2F';f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbirvwx');</script>
|
||||
</div>
|
||||
<p>Bitcoin: 1A2LsrF81rWEEJ7qnXdkCUJpdCYUxqfQoP</p>
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
|
|
Loading…
Reference in New Issue