Integrate Clients list into the main page better, and finish out some details

This commit is contained in:
Luke Dashjr 2012-04-10 22:56:53 -04:00
parent 97ce274949
commit 42821b5a42
3 changed files with 77 additions and 69 deletions

View file

@ -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>