forked from bitcoin-dot-org/Bitcoin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitcoin-for-businesses.html
executable file
·38 lines (28 loc) · 1.52 KB
/
bitcoin-for-businesses.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
layout: base
id: bitcoin-for-businesses
---
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</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_shield.svg" alt="Icon" />{% translate fraud %}</h2>
<p>{% translate fraudtext %}</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_pci.svg" alt="Icon" />{% translate pci %}</h2>
<p>{% translate pcitext %}</p>
<h2><img class="titleicon" src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
<p>{% translate instanttext %}</p>
<h2><img class="titleicon" src="/img/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
<p>{% translate visibilitytext %}</p>
<h2><img class="titleicon" src="/img/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
<p>{% translate multisigtext %}</p>
<h2><img class="titleicon" src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
<p>{% translate transparencytext %}</p>
{% case page.lang %}
{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %}
{% else %}
<div class="introlink">{% translate merchantintro %}</div>
<div class="mainbutton"><a href="{% translate getting-started url %}"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
{% endcase %}