mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36: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
31
_templates/dash-for-developers.html
Executable file
31
_templates/dash-for-developers.html
Executable file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: dash-for-developers
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
|
||||
<h2 id="simple"><img class="titleicon" src="/img/icons/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
|
||||
<p>{% translate simpletext %}</p>
|
||||
|
||||
<h2 id="api"><img class="titleicon" src="/img/icons/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
|
||||
<p>{% translate apitext %}</p>
|
||||
|
||||
<h2 id="own"><img class="titleicon" src="/img/icons/ico_own.svg" alt="Icon" />{% translate own %}</h2>
|
||||
<p>{% translate owntext %}</p>
|
||||
|
||||
<h2 id="invoice"><img class="titleicon" src="/img/icons/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
|
||||
<p>{% translate invoicetext %}</p>
|
||||
|
||||
<h2 id="security"><img class="titleicon" src="/img/icons/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
|
||||
<p>{% translate securitytext %}</p>
|
||||
|
||||
<h2 id="micro"><img class="titleicon" src="/img/icons/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
|
||||
<p>{% translate microtext %}</p>
|
||||
|
||||
<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">{% translate getstarted layout %}</a></div>
|
Loading…
Add table
Add a link
Reference in a new issue