mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
* Adds Makefile test to ensure all subheadings, except those on Choose Your Wallet, have an ID (anchor reference) * Adds an ID to all subheads that didn't have on previously
29 lines
1.3 KiB
HTML
Executable file
29 lines
1.3 KiB
HTML
Executable file
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base
|
|
id: bitcoin-for-individuals
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</p>
|
|
|
|
<h2 id="mobile"><img class="titleicon" src="/img/icons/ico_mobile.svg" alt="Icon"/>{% translate mobile %}</h2>
|
|
<p>{% translate mobiletext %}</p>
|
|
|
|
<h2 id="secure"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
|
<p>{% translate securetext %}</p>
|
|
|
|
<h2 id="simple"><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
|
<p>{% translate simpletext %}</p>
|
|
|
|
<h2 id="international"><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
|
<p>{% translate internationaltext %}</p>
|
|
|
|
<h2 id="lowfee"><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
|
<p>{% translate lowfeetext %}</p>
|
|
|
|
<h2 id="anonymous"><img class="titleicon" src="/img/icons/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
|
<p>{% translate anonymoustext %}</p>
|
|
|
|
<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|