dash-docs/_templates/foundation.html
Saivann f262d0e06f Switch to transifex for translations
All strings, urls and anchors are now in a single yml files for each language
Translated html pages are generated by a jekyll plugin based on unified templates
Add a new sitemap generator plugin for the new translation structure
Update french translations
2013-05-21 01:07:13 -04:00

10 lines
346 B
HTML
Executable file

---
layout: base
id: foundation
---
<div class="foundation">
<img src="/img/logo_bitcoin_foundation.png" alt="Bitcoin Foundation" style="float:left;margin-right:10px;">
<h1 style="margin-bottom:30px;">{% translate pagetitle %}</h1>
<p>{% translate mission %}</p>
<h2><a href="https://bitcoinfoundation.org/">{% translate visit %}</a></h2>
</div>