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
This commit is contained in:
Saivann 2013-07-28 23:26:34 -04:00
parent 3b22ebcf65
commit 975001c2f1
35 changed files with 2033 additions and 342 deletions

View file

@ -12,13 +12,14 @@ lang=lang.split('_')[0];
if(!langs[lang])lang='en';
setTimeout(function(){window.location.href='/'+lang+'/';},200);
</script>
<h1>{%translate pagetitle%}</h1>
<p style="font-size:125%;">{%translate listintro%}</p>
<ul style="font-size:125%;">
<li>{%translate list1%}</li>
<li>{%translate list2%}</li>
<li>{%translate list3%}</li>
<li>{%translate list4%}</li>
</ul>
<p>{%translate desc%}</p>
<p>{%translate license%}</p>
<div class="mainsummary">{% translate listintro %}</div>
<div class="mainvideo"><iframe src="//www.youtube.com/embed/Um63OQz3bjo{% if page.lang != 'en' %}?cc_load_policy=1{% endif %}" frameborder="0" allowfullscreen></iframe></div>
<div class="mainlist">
<div><div><img src="/img/main_ico_instant.svg" alt="Icon"><div>{% translate list1 %}</div></div></div>
<div><div><img src="/img/main_ico_worldwide.svg" alt="Icon"><div>{% translate list2 %}</div></div></div>
<div><div><img src="/img/main_ico_lowfee.svg" alt="Icon"><div>{% translate list3 %}</div></div></div>
</div>
<div class="maindesc">{% translate desc %}</div>
<div class="mainbutton"><a href="{% translate getting-started url %}"><img src="/img/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div>
<div class="mainoverview">{% translate overview %}</div>
<div class="mainoverviews"><a href="{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a> <a href="{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a> <a href="{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></div>