footer: Add link to support Bitcoin.org

This commit is contained in:
Will Binns 2017-05-08 20:57:50 -06:00
parent 5cb5ab1fd2
commit 377cd40e59
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
3 changed files with 13 additions and 0 deletions

View file

@ -3,6 +3,10 @@ This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div class="footerdonate">
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org" target="_blank">1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
</div>
<div class="footermenu">
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>

View file

@ -3,6 +3,10 @@ This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div class="footerdonate">
<p>Bitcoin.org is community supported: <a href="bitcoin:1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE?amount=0.00319&label=Donation%20to%20Bitcoin.org" target="_blank">1GwV7fPX97hmavc6iNrUZUogmjpLPrPFoE</a></p>
</div>
<div class="footermenu">
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>

View file

@ -412,6 +412,11 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
width:940px;
margin:auto;
}
.footerlicense{
position:relative;
font-size:94%;
padding:20px 0;
}
.footermenu{
position:relative;
padding:20px 0;