mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
30 lines
1.2 KiB
HTML
Executable file
30 lines
1.2 KiB
HTML
Executable file
---
|
|
layout: base
|
|
id: bitcoin-for-individuals
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_mobile.svg" alt="Icon"/>{% translate mobile %}</h2>
|
|
<p>{% translate mobiletext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
|
<p>{% translate securetext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
|
<p>{% translate simpletext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
|
<p>{% translate internationaltext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
|
<p>{% translate lowfeetext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_anon.svg" alt="Icon" />{% translate anonymous %}</h2>
|
|
<p>{% translate anonymoustext %}</p>
|
|
|
|
{% case page.lang %}
|
|
{% when 'ar' or 'es' or 'fa' or 'it' or 'pl' or 'ru' or 'zh_TW' %}
|
|
{% else %}
|
|
<div class="mainbutton"><a href="{% translate getting-started url %}"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
|
{% endcase %}
|