dash-docs/_templates/innovation.html
Saivann 542d517297 Re-structure and simplify menu layout (fixes #198)
Add translated page redirections using _redirects.yml
Redirect for bitcoin-for-press to press
Redirect bitcoin-for-enthusiasts to innovation
Ignore page redirections in sitemap.rb plugin
Move template plugin to template.rb instead of translate.rb
Add a small documentation in the template plugin
2013-06-19 00:29:52 -04:00

27 lines
910 B
HTML
Executable file

---
layout: base
id: innovation
---
<h1>{% translate pagetitle %}</h1>
<p>{% translate summary %}</p>
<h2><img src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2>
<p>{% translate consensustext %}</p>
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2>
<p>{% translate networktext %}</p>
<h2><img src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2>
<p>{% translate freedomtext %}</p>
<h2><img src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2>
<p>{% translate globaltext %}</p>
<h2><img src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
<p>{% translate transparencytext %}</p>
<h2><img src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
<p>{% translate securetext %}</p>
<h2><img src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2>
<p>{% translate trusttext %}</p>