mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Merge pull request #317 from bitcoin/foundationsponsor
Sponsorship from the Foundation
This commit is contained in:
commit
b4337547c0
5 changed files with 113 additions and 8 deletions
|
@ -92,7 +92,6 @@ if(typeof(legacyIE)==='undefined'){
|
|||
</div>
|
||||
<div class="footer"><div>
|
||||
<a href="/en/alerts">Network Status</a>
|
||||
<a href="https://bitcoinfoundation.org/">{% translate menu-foundation layout %}</a>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||
<a href="/en/legal">Legal</a>
|
||||
|
@ -108,6 +107,14 @@ if(typeof(legacyIE)==='undefined'){
|
|||
<span>© Bitcoin Project 2009-2014 {% translate footer layout %}</span>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="foundation-banner">
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||
<div>{% translate sponsor layout en %} <a href="https://bitcoinfoundation.org/"><img src="/img/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
{% else %}
|
||||
<div>{% translate sponsor layout %} <a href="https://bitcoinfoundation.org/"><img src="/img/logo_foundation.svg" alt="Foundation"> The Bitcoin Foundation</a></div>
|
||||
{% endcase %}
|
||||
</div>
|
||||
<script type="text/javascript">fallbackSVG();</script>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue