mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Explain bitcoin.org and Bitcoin ownership Serve a basic idea of the goals of bitcoin.org Give required instructions in order to help with bitcoin.org
26 lines
625 B
HTML
26 lines
625 B
HTML
---
|
|
layout: base
|
|
id: about-us
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate pagedesc %}</p>
|
|
|
|
<h2>{% translate own %}</h2>
|
|
<p>{% translate owntxt %}</p>
|
|
|
|
<h2>{% translate control %}</h2>
|
|
<p>{% translate controltxt %}</p>
|
|
|
|
<h2>{% translate mission %}</h2>
|
|
<ul>
|
|
<li>{% translate missiontxt1 %}</li>
|
|
<li>{% translate missiontxt2 %}</li>
|
|
<li>{% translate missiontxt3 %}</li>
|
|
<li>{% translate missiontxt4 %}</li>
|
|
<li>{% translate missiontxt5 %}</li>
|
|
<li>{% translate missiontxt6 %}</li>
|
|
<li>{% translate missiontxt7 %}</li>
|
|
</ul>
|
|
|
|
<h2>{% translate help %}</h2>
|
|
<p>{% translate helptxt %}</p>
|