new bitcoin.org

implement multilanguage
new improved clients list page
update history and statistics in the "about" page
add "Some things you need to know" page
add "Support Bitcoin" page
add a contextual presentation for each category of users (individuals, organizations, developers and enthusiasts)
add a short and concise "how it works" page
add a "vocabulary" page for Bitcoin technical words definitions
give more visibility for the foundation
new website design and layout
This commit is contained in:
Saivann 2013-03-18 14:29:59 -04:00
parent 6d00273b38
commit 2718222c9b
191 changed files with 9435 additions and 2716 deletions

View file

@ -1,17 +0,0 @@
<div class="topbar" id="menu">
<div class="fill">
<div class="container">
<ul>
{% for link in site.navigation %}
{% assign active = nil %}
{% if page.section == link.section or page.url == link.url %}
{% assign active = 'active' %}
{% endif %}
<li{% if active %} class="{{ active }}"{% endif %}>
<a href="{{ link.url }}">{{ link.text }}</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>