mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Integrate Clients list into the main page better, and finish out some details
This commit is contained in:
parent
97ce274949
commit
42821b5a42
3 changed files with 77 additions and 69 deletions
|
@ -37,7 +37,9 @@ ALERT:
|
|||
<div>
|
||||
|
||||
<p>
|
||||
<strong>Latest version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/">{{ page.DOWNLOAD_VERSION }}</a>
|
||||
<strong>Latest Bitcoin-Qt version:</strong> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ page.DOWNLOAD_VERSION }}/">{{ page.DOWNLOAD_VERSION }}</a>
|
||||
<br>
|
||||
<a style="margin-left: 4ex" href="/clients.html">(see all Bitcoin clients)</a>
|
||||
</p>
|
||||
|
||||
<ul class="unstyled">
|
||||
|
@ -56,7 +58,7 @@ ALERT:
|
|||
<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>
|
||||
</li>
|
||||
<li>or get the <a href="https://github.com/bitcoin/bitcoin">source code</a> (GitHub)</li>
|
||||
<li><a href="https://github.com/bitcoin/bitcoin"><img class="icon" style="width: 16px">Source code</a> (GitHub)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -76,6 +78,7 @@ ALERT:
|
|||
|
||||
<ul>
|
||||
<li><a href="http://www.weusecoins.com">We Use Coins. Start here!</a></li>
|
||||
<li><a href="/clients.html">Bitcoin clients</a></li>
|
||||
<li><a href="https://bitcoin.it/">Bitcoin Wiki</a>
|
||||
<ul>
|
||||
<li><a href="https://bitcoin.it/wiki/FAQ">FAQ</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue