mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 01:06:13 +00:00
Dash for devs updates (#78)
* Content - Remove bitcoin logo from button * Content - Dashify "for developers" page
This commit is contained in:
parent
cd7c9bfc7f
commit
edc6412b8c
5 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@ http://opensource.org/licenses/MIT.
|
|||
{% endcomment %}
|
||||
|
||||
<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 %}-->
|
||||
|
||||
<li><a>{% translate menu-documentation layout %}</a>
|
||||
|
|
|
@ -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:linear-gradient(bottom, #20598f 14%, #2c6fad 70%);
|
||||
color:#fff;
|
||||
padding:15px 20px 20px 68px;
|
||||
padding:15px 20px 20px 15px;
|
||||
margin:40px 0 40px 0;
|
||||
-webkit-border-radius:12px;
|
||||
-moz-border-radius:12px;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: bitcoin-for-developers
|
||||
id: dash-for-developers
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<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="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>
|
|
@ -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."
|
||||
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."
|
||||
bitcoin-for-developers:
|
||||
dash-for-developers:
|
||||
title: "Dash for Developers - Dash"
|
||||
pagetitle: "Dash for Developers"
|
||||
summary: "Dash can be used to build amazing things or just answer common needs."
|
||||
|
@ -868,7 +868,7 @@ en:
|
|||
layout:
|
||||
menu-about-us: "About bitcoin.org"
|
||||
menu-bitcoin-for-businesses: Businesses
|
||||
menu-bitcoin-for-developers: Developers
|
||||
menu-dash-for-developers: Developers
|
||||
menu-bitcoin-for-individuals: Individuals
|
||||
menu-community: Community
|
||||
menu-development: Development
|
||||
|
@ -907,7 +907,7 @@ en:
|
|||
donation-modal-optional-message: "Optional description (for your wallet)"
|
||||
url:
|
||||
about-us: about-us
|
||||
bitcoin-for-developers: bitcoin-for-developers
|
||||
dash-for-developers: dash-for-developers
|
||||
bitcoin-for-individuals: bitcoin-for-individuals
|
||||
bitcoin-for-businesses: bitcoin-for-businesses
|
||||
buy: buy
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<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);">
|
||||
<li><a href="/en/bitcoin-for-developers">Developers</a></li>
|
||||
<li><a href="/en/dash-for-developers">Developers</a></li>
|
||||
|
||||
<li><a>Documentation</a>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue