mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
added platforms logos.
This commit is contained in:
parent
65b1660e2f
commit
b74ec7829f
4 changed files with 26 additions and 1 deletions
25
clients.html
25
clients.html
|
@ -7,18 +7,38 @@ clients:
|
||||||
url: bitcoin.org
|
url: bitcoin.org
|
||||||
image: bitcoin-qt.png
|
image: bitcoin-qt.png
|
||||||
description: Bitcoin-Qt is the frontend for the original code written by Satoshi. It replaced the aging wxWidgets version with a newer architecture that allows changes to be made easier and making the software more portable to different platforms. Bitcoin-Qt is well tested, and is a good starting point for any Bitcoin user looking for stability.
|
description: Bitcoin-Qt is the frontend for the original code written by Satoshi. It replaced the aging wxWidgets version with a newer architecture that allows changes to be made easier and making the software more portable to different platforms. Bitcoin-Qt is well tested, and is a good starting point for any Bitcoin user looking for stability.
|
||||||
|
platforms:
|
||||||
|
- name: linux
|
||||||
|
- name: ubuntu
|
||||||
|
- name: win
|
||||||
|
- name: osx-uni
|
||||||
- name: Armory
|
- name: Armory
|
||||||
url: bitcoinarmory.com
|
url: bitcoinarmory.com
|
||||||
image: armory.png
|
image: armory.png
|
||||||
description: Armory is an advanced client that incorporates a number of wallet management features for security. It works in conjunction with the Satoshi codebase to leverage a platform which maintain multiple wallets with encryption with support for offline transactions. Armory is security oriented and targets the high end of the Bitcoin userbase.
|
description: Armory is an advanced client that incorporates a number of wallet management features for security. It works in conjunction with the Satoshi codebase to leverage a platform which maintain multiple wallets with encryption with support for offline transactions. Armory is security oriented and targets the high end of the Bitcoin userbase.
|
||||||
|
platforms:
|
||||||
|
- name: linux
|
||||||
|
- name: ubuntu
|
||||||
|
- name: win
|
||||||
- name: Electrum
|
- name: Electrum
|
||||||
url: ecdsa.org/electrum
|
url: ecdsa.org/electrum
|
||||||
image: electrum.png
|
image: electrum.png
|
||||||
description: Electrum is a client that was designed to simplify the use of Bitcoin. Electrum does not download the blockchain and startup times are instant which it does by pooling remote blockchain servers. You do not need to perform regular backups of your wallet as your wallet can be recovered from a secret passphrase which you can memorize or write on a piece of paper.
|
description: Electrum is a client that was designed to simplify the use of Bitcoin. Electrum does not download the blockchain and startup times are instant which it does by pooling remote blockchain servers. You do not need to perform regular backups of your wallet as your wallet can be recovered from a secret passphrase which you can memorize or write on a piece of paper.
|
||||||
|
platforms:
|
||||||
|
- name: linux
|
||||||
|
- name: ubuntu
|
||||||
|
- name: win
|
||||||
|
- name: android
|
||||||
- name: MultiBit
|
- name: MultiBit
|
||||||
url: multibit.org
|
url: multibit.org
|
||||||
image: multibit.png
|
image: multibit.png
|
||||||
description: MultiBit is a Bitcoin client. It understands the Bitcoin protocol so it can send and receive bitcoins. It makes the job of sending and receiving bitcoins simple and quick. MultiBit can handle multiple wallets so you can maintain different Bitcoin "accounts" for different purposes. On the 'Your Wallets' screen you can see all your wallets and transactions. MultiBit provides features like different languages, single click payment and quicker access to new features.
|
description: MultiBit is a Bitcoin client. It understands the Bitcoin protocol so it can send and receive bitcoins. It makes the job of sending and receiving bitcoins simple and quick. MultiBit can handle multiple wallets so you can maintain different Bitcoin "accounts" for different purposes. On the 'Your Wallets' screen you can see all your wallets and transactions. MultiBit provides features like different languages, single click payment and quicker access to new features.
|
||||||
|
platforms:
|
||||||
|
- name: linux
|
||||||
|
- name: ubuntu
|
||||||
|
- name: win
|
||||||
|
- name: osx-uni
|
||||||
|
- name: ios
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -34,6 +54,11 @@ clients:
|
||||||
<img src="img/clients/{{ client.image }}" />
|
<img src="img/clients/{{ client.image }}" />
|
||||||
<p>{{ client.description }}</p>
|
<p>{{ client.description }}</p>
|
||||||
<p>Website: <a href="http://{{ client.url }}">{{ client.url }}</a></p>
|
<p>Website: <a href="http://{{ client.url }}">{{ client.url }}</a></p>
|
||||||
|
<p>Platforms:
|
||||||
|
{% for platform in client.platforms %}
|
||||||
|
<img src="img/ico-{{ platform.name }}.png" />
|
||||||
|
{% endfor %}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ico-tux.png
|
|
Before Width: | Height: | Size: 11 B After Width: | Height: | Size: 495 B |
BIN
img/ico-linux.png
Normal file
BIN
img/ico-linux.png
Normal file
Binary file not shown.
Before Width: | Height: | Size: 11 B After Width: | Height: | Size: 495 B |
BIN
img/ico-tux.png
BIN
img/ico-tux.png
Binary file not shown.
Before Width: | Height: | Size: 495 B |
|
@ -53,7 +53,7 @@ ALERT:
|
||||||
<img src="img/ico-ubuntu.png" class="icon">Ubuntu PPA</a>
|
<img src="img/ico-ubuntu.png" class="icon">Ubuntu PPA</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download">
|
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-linux.tar.gz/download">
|
||||||
<img src="img/ico-tux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small>
|
<img src="img/ico-linux.png" class="icon"/>Linux (tgz, 32/64-bit)</a> <small>~10MB</small>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.dmg/download">
|
<li><a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/bitcoin-{{ page.DOWNLOAD_VERSION }}-macosx.dmg/download">
|
||||||
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~11MB</small>
|
<img src="img/ico-osx-uni.png" class="icon">Mac OS X</a> <small>~11MB</small>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue