mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
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
33 lines
1.3 KiB
HTML
Executable file
33 lines
1.3 KiB
HTML
Executable file
---
|
|
layout: base
|
|
id: bitcoin-for-developers
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</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_conf.svg" alt="Icon" />{% translate api %}</h2>
|
|
<p>{% translate apitext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
|
<p>{% translate owntext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
|
<p>{% translate invoicetext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
|
<p>{% translate securitytext %}</p>
|
|
|
|
<h2><img class="titleicon" src="/img/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
|
<p>{% translate microtext %}</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 serviceslist %}</div>
|
|
<div class="introlink">{% translate apireference %}</div>
|
|
<div class="mainbutton"><a href="{% translate getting-started url %}"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
|
|
{% endcase %}
|
|
|