Dash for devs updates (#78)

* Content - Remove bitcoin logo from button

* Content - Dashify "for developers" page
This commit is contained in:
thephez 2018-06-29 16:35:28 -04:00 committed by GitHub
parent cd7c9bfc7f
commit edc6412b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
{% endcomment %} {% endcomment %}
<ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);"> <ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
<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 == 'dash-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate dash-for-developers url %}">{% translate menu-dash-for-developers layout %}</a></li>
<!--{% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %}--> <!--{% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %}-->
<li><a>{% translate menu-documentation layout %}</a> <li><a>{% translate menu-documentation layout %}</a>

View file

@ -556,7 +556,7 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
background-image:-ms-linear-gradient(bottom, #20598f 14%, #2c6fad 70%); background-image:-ms-linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
background-image:linear-gradient(bottom, #20598f 14%, #2c6fad 70%); background-image:linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
color:#fff; color:#fff;
padding:15px 20px 20px 68px; padding:15px 20px 20px 15px;
margin:40px 0 40px 0; margin:40px 0 40px 0;
-webkit-border-radius:12px; -webkit-border-radius:12px;
-moz-border-radius:12px; -moz-border-radius:12px;

View file

@ -3,7 +3,7 @@
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
layout: base layout: base
id: bitcoin-for-developers id: dash-for-developers
--- ---
<h1>{% translate pagetitle %}</h1> <h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p> <p class="summary">{% translate summary %}</p>
@ -28,4 +28,4 @@ id: bitcoin-for-developers
<div class="introlink"><a href="/en/">Developer Documentation {% if page.lang != "en" %}(English){% endif %}</a></div> <div class="introlink"><a href="/en/">Developer Documentation {% if page.lang != "en" %}(English){% endif %}</a></div>
<!--<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div> --> <!--<div class="mainbutton"><a href="/{{ page.lang }}/{% translate getting-started url %}"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div> -->
<div class="mainbutton"><a href="https://www.dash.org/" target="_blank"><img src="/img/icons/but_bitcoin.svg" alt="icon">{% translate getstarted layout %}</a></div> <div class="mainbutton"><a href="https://www.dash.org/" target="_blank">{% translate getstarted layout %}</a></div>

View file

@ -61,7 +61,7 @@ en:
multisigtext: "Bitcoin also includes a multi-signature feature which allows bitcoins to be spent only if a subset of a group of people authorize the transaction. This can be used by a board of directors to prevent any member to make expenditures without enough consent from other members, as well as to track which members allowed each payment." multisigtext: "Bitcoin also includes a multi-signature feature which allows bitcoins to be spent only if a subset of a group of people authorize the transaction. This can be used by a board of directors to prevent any member to make expenditures without enough consent from other members, as well as to track which members allowed each payment."
transparency: "Accounting transparency" transparency: "Accounting transparency"
transparencytext: "Many organizations are required to produce accounting documents about their activity. Using Bitcoin allows you to offer the highest level of transparency since you can provide information your members can use to verify your balances and transactions. Non-profit organizations can also allow the public to see how much they receive in donations." transparencytext: "Many organizations are required to produce accounting documents about their activity. Using Bitcoin allows you to offer the highest level of transparency since you can provide information your members can use to verify your balances and transactions. Non-profit organizations can also allow the public to see how much they receive in donations."
bitcoin-for-developers: dash-for-developers:
title: "Dash for Developers - Dash" title: "Dash for Developers - Dash"
pagetitle: "Dash for Developers" pagetitle: "Dash for Developers"
summary: "Dash can be used to build amazing things or just answer common needs." summary: "Dash can be used to build amazing things or just answer common needs."
@ -868,7 +868,7 @@ en:
layout: layout:
menu-about-us: "About bitcoin.org" menu-about-us: "About bitcoin.org"
menu-bitcoin-for-businesses: Businesses menu-bitcoin-for-businesses: Businesses
menu-bitcoin-for-developers: Developers menu-dash-for-developers: Developers
menu-bitcoin-for-individuals: Individuals menu-bitcoin-for-individuals: Individuals
menu-community: Community menu-community: Community
menu-development: Development menu-development: Development
@ -907,7 +907,7 @@ en:
donation-modal-optional-message: "Optional description (for your wallet)" donation-modal-optional-message: "Optional description (for your wallet)"
url: url:
about-us: about-us about-us: about-us
bitcoin-for-developers: bitcoin-for-developers dash-for-developers: dash-for-developers
bitcoin-for-individuals: bitcoin-for-individuals bitcoin-for-individuals: bitcoin-for-individuals
bitcoin-for-businesses: bitcoin-for-businesses bitcoin-for-businesses: bitcoin-for-businesses
buy: buy buy: buy

View file

@ -33,7 +33,7 @@
<a class="logo" href="/en/"><img src="$relpath^$projectlogo" alt="Dash"></img></a> <a class="logo" href="/en/"><img src="$relpath^$projectlogo" alt="Dash"></img></a>
<ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);"> <ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
<li><a href="/en/bitcoin-for-developers">Developers</a></li> <li><a href="/en/dash-for-developers">Developers</a></li>
<li><a>Documentation</a> <li><a>Documentation</a>
<ul> <ul>