dash-docs/_templates/bitcoin-for-developers.html
David A. Harding 4213d102da
Style: Add anchor links to all subheads
* 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
2015-04-09 11:30:28 -04:00

30 lines
1.4 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-developers
---
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p>
<h2 id="simple"><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
<p>{% translate simpletext %}</p>
<h2 id="api"><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
<p>{% translate apitext %}</p>
<h2 id="own"><img class="titleicon" src="/img/icons/ico_own.svg" alt="Icon" />{% translate own %}</h2>
<p>{% translate owntext %}</p>
<h2 id="invoice"><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
<p>{% translate invoicetext %}</p>
<h2 id="security"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
<p>{% translate securitytext %}</p>
<h2 id="micro"><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
<p>{% translate microtext %}</p>
<div class="introlink"><a href="https://bitcoin.org/en/developer-documentation">Developer Documentation {% if page.lang != "en" %}(English){% endif %}</a></div>
<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>