mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
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:
parent
6d00273b38
commit
2718222c9b
191 changed files with 9435 additions and 2716 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue