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
32 lines
1.5 KiB
HTML
Executable file
32 lines
1.5 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-businesses
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</p>
|
|
|
|
<h2 id="lowfee"><img class="titleicon" src="/img/icons/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
|
<p>{% translate lowfeetext %}</p>
|
|
|
|
<h2 id="fraud"><img class="titleicon" src="/img/icons/ico_shield.svg" alt="Icon" />{% translate fraud %}</h2>
|
|
<p>{% translate fraudtext %}</p>
|
|
|
|
<h2 id="international"><img class="titleicon" src="/img/icons/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
|
<p>{% translate internationaltext %}</p>
|
|
|
|
<h2 id="pci"><img class="titleicon" src="/img/icons/ico_pci.svg" alt="Icon" />{% translate pci %}</h2>
|
|
<p>{% translate pcitext %}</p>
|
|
|
|
<h2 id="visibility"><img class="titleicon" src="/img/icons/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
|
|
<p>{% translate visibilitytext %}</p>
|
|
|
|
<h2 id="multisig"><img class="titleicon" src="/img/icons/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
|
|
<p>{% translate multisigtext %}</p>
|
|
|
|
<h2 id="transparency"><img class="titleicon" src="/img/icons/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
|
<p>{% translate transparencytext %}</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>
|