dash-docs/_templates/bitcoin-for-businesses.html
Saivann 975001c2f1 Re-structure design and layout
Remove right buttons and merge them in the menu
Switch to a centered design
Apply a consistent summary text for each page
Remove link to the Foundation in the main menu
Add a "Join Foundation" text in Participate
Add a link to the Foundation in the bottom page menu
Add a "Getting started" page with links to external merchants and exchanges directories.
Rewrite home page with weusecoins video and introductive links
Add useful contextual links on "Individuals", "Businesses" and "Developers" page
Re-design "Community" and "Resources" pages
Add links to the wiki, bitcoinmining.com, coindesk, thegenesisblock, letstalkbitcoin, usebitcoins.info and howtobuybitcoins.info
Re-design "Download" page with OS autodetect button
Improve "Secure your wallet" texts with a mention about exchanges
2013-07-28 23:26:34 -04:00

38 lines
1.5 KiB
HTML
Executable file

---
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 %}