mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Sponsorship from the Foundation
This commit is contained in:
parent
659fd9712f
commit
11fb1327c2
5 changed files with 113 additions and 8 deletions
|
@ -115,7 +115,6 @@ if(typeof(legacyIE)==='undefined'){
|
||||||
</div>
|
</div>
|
||||||
<div class="footer"><div>
|
<div class="footer"><div>
|
||||||
<a href="/en/alerts">Network Status</a>
|
<a href="/en/alerts">Network Status</a>
|
||||||
<a href="https://bitcoinfoundation.org/">{% translate menu-foundation layout %}</a>
|
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
{% when 'ar' or 'es' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
{% when 'ar' or 'es' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||||
<a href="/en/legal">Legal</a>
|
<a href="/en/legal">Legal</a>
|
||||||
|
@ -131,6 +130,14 @@ if(typeof(legacyIE)==='undefined'){
|
||||||
<span>© Bitcoin Project 2009-2014 {% translate footer layout %}</span>
|
<span>© Bitcoin Project 2009-2014 {% translate footer layout %}</span>
|
||||||
</div></div>
|
</div></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>
|
<script type="text/javascript">fallbackSVG();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
|
@ -141,6 +141,33 @@ li p{
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.foundation-banner{
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.foundation-banner div{
|
||||||
|
display:inline-block;
|
||||||
|
color:#8D8D8D;
|
||||||
|
padding:15px 30px 15px 30px;
|
||||||
|
margin:0 0 20px 0;
|
||||||
|
line-height:2em;
|
||||||
|
}
|
||||||
|
.foundation-banner a,
|
||||||
|
.foundation-banner a:link,
|
||||||
|
.foundation-banner a:active,
|
||||||
|
.foundation-banner a:visited{
|
||||||
|
color:#666;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-left:6px;
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
.foundation-banner img{
|
||||||
|
vertical-align:top;
|
||||||
|
position:relative;
|
||||||
|
top:2px;
|
||||||
|
width:32px;
|
||||||
|
height:32px;
|
||||||
|
}
|
||||||
|
|
||||||
.head{
|
.head{
|
||||||
margin:30px 0 30px 0;
|
margin:30px 0 30px 0;
|
||||||
}
|
}
|
||||||
|
@ -340,9 +367,9 @@ li p{
|
||||||
position:relative;
|
position:relative;
|
||||||
top:-2px;
|
top:-2px;
|
||||||
padding:20px 0 20px 40px;
|
padding:20px 0 20px 40px;
|
||||||
text-align:left;
|
text-align:center;
|
||||||
font-size:94%;
|
|
||||||
max-width:940px;
|
max-width:940px;
|
||||||
|
font-size:94%;
|
||||||
}
|
}
|
||||||
.footer div{
|
.footer div{
|
||||||
padding-top:6px;
|
padding-top:6px;
|
||||||
|
@ -351,10 +378,6 @@ li p{
|
||||||
margin-right:15px;
|
margin-right:15px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
.footer div span{
|
|
||||||
margin-top:15px;
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
.footer div span a{
|
.footer div span a{
|
||||||
margin-right:auto;
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
@ -1328,6 +1351,11 @@ h2 .rssicon{
|
||||||
.footer{
|
.footer{
|
||||||
padding:20px 0 20px 5px;
|
padding:20px 0 20px 5px;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
|
line-height:1.5em;
|
||||||
|
}
|
||||||
|
.footer div span{
|
||||||
|
display:block;
|
||||||
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
.index{
|
.index{
|
||||||
padding:15px;
|
padding:15px;
|
||||||
|
|
|
@ -547,7 +547,6 @@ en:
|
||||||
menu-development: Development
|
menu-development: Development
|
||||||
menu-events: Events
|
menu-events: Events
|
||||||
menu-faq: FAQ
|
menu-faq: FAQ
|
||||||
menu-foundation: Foundation
|
|
||||||
menu-getting-started: "Getting started"
|
menu-getting-started: "Getting started"
|
||||||
menu-how-it-works: "How it works"
|
menu-how-it-works: "How it works"
|
||||||
menu-innovation: Innovation
|
menu-innovation: Innovation
|
||||||
|
@ -558,6 +557,7 @@ en:
|
||||||
menu-vocabulary: Vocabulary
|
menu-vocabulary: Vocabulary
|
||||||
menu-you-need-to-know: "You need to know"
|
menu-you-need-to-know: "You need to know"
|
||||||
footer: "Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
|
footer: "Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
|
||||||
|
sponsor: "A community website sponsored by"
|
||||||
getstarted: "Get started with Bitcoin"
|
getstarted: "Get started with Bitcoin"
|
||||||
url:
|
url:
|
||||||
about: about
|
about: about
|
||||||
|
|
BIN
img/logo_foundation.png
Normal file
BIN
img/logo_foundation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
70
img/logo_foundation.svg
Normal file
70
img/logo_foundation.svg
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
width="48"
|
||||||
|
height="48"
|
||||||
|
xml:space="preserve"
|
||||||
|
sodipodi:docname="logo_foundation.svg"><metadata
|
||||||
|
id="metadata8"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs6"><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath16"><path
|
||||||
|
d="M 0,144 504,144 504,0 0,0 0,144 z"
|
||||||
|
id="path18"
|
||||||
|
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
id="namedview4"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="9.1682539"
|
||||||
|
inkscape:cx="33.533133"
|
||||||
|
inkscape:cy="26.415371"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g10" /><g
|
||||||
|
id="g10"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
inkscape:label="BCF-Logo-Color"
|
||||||
|
transform="matrix(1.25,0,0,-1.25,0,48)"><g
|
||||||
|
id="g20"
|
||||||
|
transform="translate(131.3477,70.7773)" /><g
|
||||||
|
id="g3139"
|
||||||
|
transform="matrix(1.096747,0,0,1.096747,-1.7086134,-1.7551639)"><g
|
||||||
|
transform="matrix(0.5019957,0,0,0.5019957,35.700242,35.729221)"
|
||||||
|
id="g82"><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path84"
|
||||||
|
style="fill:#f79210;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 -48.903,0 0,-43.511 c -1.639,0.824 -3.484,1.301 -5.444,1.301 -6.7,0 -12.132,-5.432 -12.132,-12.133 0,-6.699 5.432,-12.132 12.132,-12.132 6.7,0 12.133,5.433 12.133,12.132 0,1.959 -0.475,3.801 -1.3,5.439 L 0,-48.904 0,0 z" /></g><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path86"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 5.6865209,11.180677 5.4617131,0 0,-5.4632196 -5.4617131,0 0,5.4632196 z" /><g
|
||||||
|
transform="matrix(0.5019957,0,0,0.5019957,29.516006,23.455376)"
|
||||||
|
id="g88"><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path90"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
d="m 0,0 c 0,6.699 -5.433,12.132 -12.13,12.132 -6.703,0 -12.133,-5.433 -12.133,-12.132 0,-6.702 5.43,-12.133 12.133,-12.133 C -5.433,-12.133 0,-6.702 0,0 m -12.133,-19.458 c -10.745,0 -19.456,8.711 -19.456,19.458 0,10.746 8.711,19.456 19.456,19.456 10.748,0 19.46,-8.71 19.46,-19.456 0,-10.747 -8.712,-19.458 -19.46,-19.458" /></g></g></g></svg>
|
After Width: | Height: | Size: 3.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue