dash-docs/_templates/how-it-works.html
Saivann e36e5f3e30 Import luke-jr corrections (fixes #248)
Fix missing double quotes and bold style.
Rewrite some parts that need to be discussed seperately.
2013-09-20 13:57:45 -04:00

23 lines
562 B
HTML
Executable file

---
layout: base
id: how-it-works
---
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate intro %}</p>
<h2>{% translate basics %}</h2>
<p>{% translate basicstxt1 %}</p>
<p><br><img src="/{{ page.lang }}/img/bitcoin_at_a_glance.svg" alt="Bitcoin" /></p>
<h2>{% translate balances %}</h2>
<p>{% translate balancestxt %}</p>
<h2>{% translate transactions %}</h2>
<p>{% translate transactionstxt %}</p>
<h2>{% translate processing %}</h2>
<p>{% translate processingtxt %}</p>
<h2>{% translate readmore %}</h2>
<p>{% translate readmoretxt %}</p>