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
211 lines
12 KiB
HTML
211 lines
12 KiB
HTML
---
|
|
menufor:
|
|
- id: bitcoin-for-individuals
|
|
- id: bitcoin-for-businesses
|
|
- id: bitcoin-for-developers
|
|
- id: bitcoin-for-enthusiasts
|
|
menu:
|
|
- id: how-it-works
|
|
- id: vocabulary
|
|
- id: resources
|
|
- id: community
|
|
- id: development
|
|
- id: foundation
|
|
- id: about
|
|
---
|
|
{% case page.lang %}
|
|
{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' %}
|
|
|
|
<!DOCTYPE HTML>
|
|
<html lang="{{ page.lang }}">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta property="og:image" content="http://bitcoin.org/img/opengraph.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
|
|
{% lesscss main.less %}
|
|
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" /><script type="text/javascript" src="/js/ie.js"></script><![endif]-->
|
|
{% if page.lang == 'ar' or page.lang == 'fa' or page.lang == 'pl' or page.lang == 'ru' or page.lang == 'zh_TW' %}<link rel="stylesheet" type="text/css" href="/{{ page.lang }}/css/main.css">{% endif %}
|
|
<script type="text/javascript" src="/js/main.js"></script>
|
|
<link rel="shortcut icon" href="/favicon.png">
|
|
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
|
|
</head>
|
|
<body class="old">
|
|
{% if site.ALERT %}
|
|
<div class="alert-message">
|
|
<div><div>{{ site.ALERT }}</div></div>
|
|
</div>
|
|
{% endif %}
|
|
<div id="head"><div>
|
|
<select id="langselect" onchange="window.location=this.value;">
|
|
{% for lang in site.langsorder %}{% if lang.id == page.lang %}{% assign active = ' selected="selected"'%}{% else %}{% assign active = ''%}{% endif %}
|
|
<option value="/{{ lang.id }}/{% translate {{page.id}} url {{lang.id}} %}"{{ active }}>{{ site.langs[lang.id] }}</option>
|
|
{% endfor %}
|
|
</select>
|
|
<ul id="lang">
|
|
<li><a href="#" onclick="return false;">{{ site.langs[page.lang] }}</a>
|
|
<ul>
|
|
{% for lang in site.langsorder %}{% if lang.id != page.lang %}
|
|
<li><a href="/{{ lang.id }}/{% translate {{page.id}} url {{lang.id}} %}">{{ site.langs[lang.id] }}</a></li>
|
|
{% endif %}{% endfor %}
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
|
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
|
|
|
{% case page.lang %}
|
|
{% when 'ar' or 'es' or 'fa' or 'it' or 'nl' or 'ru' %}
|
|
|
|
<ul id="menufor">
|
|
{% for link in page.menufor %}{% assign id = link.id%}{% capture url %}/{{ page.lang }}/{% translate {{id}} url %}{% endcapture %}
|
|
<li{% if page.id == id %} class="active"{% endif %}><a href="{{ url }}">{% translate menu-{{id}} layout %}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
<ul id="menu">
|
|
{% for link in page.menu %}{% assign id = link.id%}{% capture url %}/{{ page.lang }}/{% translate {{id}} url %}{% endcapture %}
|
|
<li{% if page.id == id %} class="active"{% endif %}><a href="{{ url }}">{% translate menu-{{id}} layout %}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
|
|
{% else %}
|
|
|
|
<ul id="menusimple">
|
|
<li><a href="#" onclick="mobilehover(event);">{% translate menu-intro layout %}</a>
|
|
<ul>
|
|
<li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li>
|
|
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
|
|
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
|
|
<li{% if page.id == 'how-it-works' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate how-it-works url %}">{% translate menu-how-it-works layout %}</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#" onclick="mobilehover(event);">{% translate menu-resources layout %}</a>
|
|
<ul>
|
|
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
|
<li{% if page.id == 'resources' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate resources url %}">{% translate menu-resources layout %}</a></li>
|
|
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
|
|
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
|
|
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
|
|
{% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %}
|
|
</ul>
|
|
</li>
|
|
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
|
|
<li{% if page.id == 'foundation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate foundation url %}">{% translate menu-foundation layout %}</a></li>
|
|
<li{% if page.id == 'about' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate about url %}">{% translate menu-about layout %}</a></li>
|
|
</ul>
|
|
|
|
{% endcase %}
|
|
|
|
</div></div>
|
|
<div id="body">
|
|
<div id="content"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
|
{{ content }}
|
|
</div>
|
|
<div id="rightbox"{% if page.mode == "wide" %} class="wide"{% endif %}>
|
|
<div id="choose">
|
|
<a href="/{{ page.lang }}/{% translate choose-your-wallet url %}"><img src="/img/but_start{% if page.lang == 'ar' or page.lang == 'fa' %}_rev{% endif %}.svg" alt="Icon">{% translate button-wallet layout %}</a>
|
|
</div>
|
|
<div id="before">
|
|
<a href="/{{ page.lang }}/{% translate you-need-to-know url %}"><img src="/img/but_warn.svg" alt="Icon">{% translate button-know layout %}</a>
|
|
</div>
|
|
<div id="support">
|
|
<a href="/{{ page.lang }}/{% translate support-bitcoin url %}"><img src="/img/but_involve.svg" alt="Icon">{% translate button-support layout %}</a>
|
|
</div>
|
|
</div>
|
|
<div id="footer"><div>
|
|
<a href="/en/alerts">Network Status</a>
|
|
{% case page.lang %}
|
|
{% when 'ar' or 'es' or 'fa' or 'it' or 'nl' or 'ru' %}
|
|
{% else %}
|
|
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
|
|
{% endcase %}
|
|
<span>{% translate footer layout %}</span>
|
|
</div></div>
|
|
</div>
|
|
<script type="text/javascript">svgfallback();</script>
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{% else %}
|
|
|
|
<!DOCTYPE HTML>
|
|
<html lang="{{ page.lang }}">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta property="og:image" content="http://bitcoin.org/img/opengraph.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
|
<title>{% capture title %}{% translate title %}{% endcapture %}{% if title != '' %}{{ title }}{% else %}{{ page.title }}{% endif %}</title>
|
|
{% lesscss main.less %}
|
|
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/css/ie.css" /><script type="text/javascript" src="/js/ie.js"></script><![endif]-->
|
|
{% if page.lang == 'ar' or page.lang == 'fa' or page.lang == 'pl' or page.lang == 'ru' %}<link rel="stylesheet" type="text/css" href="/{{ page.lang }}/css/main.css">{% endif %}
|
|
<script type="text/javascript" src="/js/main.js"></script>
|
|
<link rel="shortcut icon" href="/favicon.png">
|
|
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
|
|
</head>
|
|
<body>
|
|
{% if site.ALERT %}
|
|
<div class="alert-message">
|
|
<div><div>{{ site.ALERT }}</div></div>
|
|
</div>
|
|
{% endif %}
|
|
<div id="head"><div>
|
|
<select id="langselect" onchange="window.location=this.value;">
|
|
{% for lang in site.langsorder %}{% if lang.id == page.lang %}{% assign active = ' selected="selected"'%}{% else %}{% assign active = ''%}{% endif %}
|
|
<option value="/{{ lang.id }}/{% translate {{page.id}} url {{lang.id}} %}"{{ active }}>{{ site.langs[lang.id] }}</option>
|
|
{% endfor %}
|
|
</select>
|
|
<ul id="lang">
|
|
<li><a href="#" onclick="return false;">{{ site.langs[page.lang] }}</a>
|
|
<ul>
|
|
{% for lang in site.langsorder %}{% if lang.id != page.lang %}
|
|
<li><a href="/{{ lang.id }}/{% translate {{page.id}} url {{lang.id}} %}">{{ site.langs[lang.id] }}</a></li>
|
|
{% endif %}{% endfor %}
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<a id="logo" href="/{{ page.lang }}/"><img src="/img/logotop.svg" alt="Bitcoin"></a>
|
|
<a href="#" id="menumobile" onclick="mobileshow(event);"></a>
|
|
<ul id="menusimple">
|
|
<li><a href="#" onclick="mobilehover(event);">{% translate menu-intro layout %}</a>
|
|
<ul>
|
|
<li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li>
|
|
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
|
|
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
|
|
<li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li>
|
|
<li{% if page.id == 'how-it-works' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate how-it-works url %}">{% translate menu-how-it-works layout %}</a></li>
|
|
<li{% if page.id == 'you-need-to-know' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate you-need-to-know url %}">{% translate menu-you-need-to-know layout %}</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#" onclick="mobilehover(event);">{% translate menu-resources layout %}</a>
|
|
<ul>
|
|
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
|
|
<li{% if page.id == 'resources' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate resources url %}">{% translate menu-resources layout %}</a></li>
|
|
<li{% if page.id == 'community' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate community url %}">{% translate menu-community layout %}</a></li>
|
|
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
|
|
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
|
|
{% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %}
|
|
</ul>
|
|
</li>
|
|
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
|
|
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a></li>
|
|
<li{% if page.id == 'about' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate about url %}">{% translate menu-about layout %}</a></li>
|
|
</ul>
|
|
</div></div>
|
|
<div id="body">
|
|
<div id="content">
|
|
{{ content }}
|
|
</div>
|
|
<div id="footer"><div>
|
|
<a href="/en/alerts">Network Status</a>
|
|
<a href="https://bitcoinfoundation.org/">{% translate menu-foundation layout %}</a>
|
|
<a href="/{{ page.lang }}/{% translate about-us url %}">{% translate menu-about-us layout %}</a>
|
|
<span>{% translate footer layout %}</span>
|
|
</div></div>
|
|
</div>
|
|
<script type="text/javascript">svgfallback();</script>
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{% endcase %}
|