mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Set license files and headers for bitcoin.org's content
This commit is contained in:
parent
27f1da3ba8
commit
2a139a51a1
276 changed files with 524 additions and 171 deletions
|
@ -1,27 +1,30 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: you-need-to-know
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_key.svg" alt="Icon" />{% translate secure %}</h2>
|
||||
<p>{% translate securetxt %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_market.svg" alt="Icon" />{% translate volatile %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_market.svg" alt="Icon" />{% translate volatile %}</h2>
|
||||
<p>{% translate volatiletxt %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_irreversible.svg" alt="Icon" />{% translate irreversible %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_irreversible.svg" alt="Icon" />{% translate irreversible %}</h2>
|
||||
<p>{% translate irreversibletxt %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
||||
<p>{% translate anonymoustxt %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
||||
<p>{% translate instanttxt %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_lab.svg" alt="Icon" />{% translate experimental %}</h2>
|
||||
<p>{% translate experimentaltxt %}</p>
|
||||
|
||||
<h2><img class="titleicon" src="/img/ico_invoice.svg" alt="Icon" />{% translate tax %}</h2>
|
||||
<h2><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate tax %}</h2>
|
||||
<p>{% translate taxtxt %}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue