mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +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
34 lines
978 B
HTML
34 lines
978 B
HTML
---
|
|
layout: base
|
|
id: getting-started
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
|
|
<p class="summary">{% translate pagedesc %}</p>
|
|
|
|
<div class="start">
|
|
<div>
|
|
<div>
|
|
<h2><span>1.</span> {% translate inform %}</h2>
|
|
<p>{% translate informtxt %}</p>
|
|
<div><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate informbut %}</a></div>
|
|
</div>
|
|
<div>
|
|
<h2><span>2.</span> {% translate choose %}</h2>
|
|
<p>{% translate choosetxt %}</p>
|
|
<div><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate choosebut %}</a></div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<h2><span>3.</span> {% translate get %}</h2>
|
|
<p>{% translate gettxt %}</p>
|
|
<div><a href="http://howtobuybitcoins.info">{% translate getbut %}</a></div>
|
|
</div>
|
|
<div>
|
|
<h2><span>4.</span> {% translate spend %}</h2>
|
|
<p>{% translate spendtxt %}</p>
|
|
<div><a href="http://usebitcoins.info">{% translate spendbut %}</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|