mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add hovers to the small platform icons.
This commit is contained in:
parent
8f4bef2e1b
commit
75e70e9bba
2 changed files with 14 additions and 14 deletions
|
@ -25,7 +25,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div>
|
||||
<div>
|
||||
<h2>Bitcoin-Qt</h2>
|
||||
<span><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /></span>
|
||||
<span><img src="/img/dow-win.png" alt="Windows" title="Windows" /><img src="/img/dow-linux.png" alt="Linux" title="Linux" /><img src="/img/dow-osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
||||
<p>Bitcoin-Qt is the original Bitcoin client and it builds the backbone of the network. It offers the highest levels of security, privacy and stability. However it has fewer features and it takes a lot of space and memory.</p>
|
||||
<p><a href="download">Download</a></p>
|
||||
</div>
|
||||
|
@ -34,7 +34,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div>
|
||||
<div>
|
||||
<h2>Multibit</h2>
|
||||
<span><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /></span>
|
||||
<span><img src="/img/dow-win.png" alt="Windows" title="Windows" /><img src="/img/dow-linux.png" alt="Linux" title="Linux" /><img src="/img/dow-osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
||||
<p>Multibit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. Multibit also supports many languages. It is a good choice for non-technical users.</p>
|
||||
<p><a href="https://multibit.org/">Visit website</a></p>
|
||||
</div>
|
||||
|
@ -43,7 +43,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div class="last">
|
||||
<div>
|
||||
<h2>Armory</h2>
|
||||
<span><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /></span>
|
||||
<span><img src="/img/dow-win.png" alt="Windows" title="Windows" /><img src="/img/dow-linux.png" alt="Linux" title="Linux" /></span>
|
||||
<p>Armory is an advanced Bitcoin client that runs on top of Bitcoin-Qt. Expanding its features for Bitcoin power users. It offers many backup and encryption features, and it allows secure cold-storage on offline computers.</p>
|
||||
<p><a href="http://bitcoinarmory.com/">Visit website</a></p>
|
||||
</div>
|
||||
|
@ -52,7 +52,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div>
|
||||
<div>
|
||||
<h2>Electrum</h2>
|
||||
<span><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /><img src="/img/dow-android.png" alt="android" /></span>
|
||||
<span><img src="/img/dow-win.png" alt="Windows" title="Windows" /><img src="/img/dow-linux.png" alt="Linux" title="Linux" /><img src="/img/dow-osx-uni.png" alt="Mac OS X" title="Mac OS X" /><img src="/img/dow-android.png" alt="Android" title="Android" /></span>
|
||||
<p>Electrum's focus is speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.</p>
|
||||
<p><a href="http://electrum.org/">Visit website</a></p>
|
||||
</div>
|
||||
|
@ -66,7 +66,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div>
|
||||
<div>
|
||||
<h2>Bitcoin Wallet</h2>
|
||||
<span><img src="/img/dow-android.png" alt="android" /><img src="/img/dow-blackberry.png" alt="blackberry" /></span>
|
||||
<span><img src="/img/dow-android.png" alt="Android" title="Android" /><img src="/img/dow-blackberry.png" alt="BlackBerry OS" title="BlackBerry OS" /></span>
|
||||
<p>Bitcoin Wallet is a lightweight mobile client for Android and BlackBerry OS. This client does not need to be associated with any online service to work. It is compatible with QR code scanning and NFC.</p>
|
||||
<p><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet">Visit website</a></p>
|
||||
</div>
|
||||
|
@ -140,7 +140,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div id="blockchainmobile">
|
||||
<div class="walletnormal">
|
||||
<h2>Blockchain.info</h2>
|
||||
<span><img src="/img/dow-android.png" alt="android" /><img src="/img/dow-ios.png" alt="ios" /></span>
|
||||
<span><img src="/img/dow-android.png" alt="Android" title="Android" /><img src="/img/dow-ios.png" alt="iOS" title="iOS" /></span>
|
||||
<p>Blockchain.info is an hybrid web wallet for mobiles. It is also available for iPhone in a restricted mode to fit Apple policies. It includes many blockchain.info features like web wallet backup.</p>
|
||||
<p><a href="https://blockchain.info/wallet/">Visit website</a></p>
|
||||
</div>
|
||||
|
@ -158,7 +158,7 @@ title: Choose your wallet - Bitcoin
|
|||
<div id="paytunia">
|
||||
<div class="walletnormal">
|
||||
<h2>Paytunia</h2>
|
||||
<span><img src="/img/dow-ios.png" alt="ios" /></span>
|
||||
<span><img src="/img/dow-ios.png" alt="iOS" title="iOS" /></span>
|
||||
<p>Paytunia is a mobile web wallet powered by Paymium that works with Bitcoin-central to give you access to Bitcoin exchanges right from your mobile. It is available for iPhone and Android support is coming soon.</p>
|
||||
<p><a href="https://paytunia.com/">Visit website</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue