mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add "About bitcoin.org" page
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
This commit is contained in:
parent
b757761d85
commit
809656539b
3 changed files with 55 additions and 1 deletions
26
_templates/about-us.html
Normal file
26
_templates/about-us.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue