small layout tweaks + introduction paragraph

This commit is contained in:
Nils Schneider 2012-05-01 13:14:30 +02:00
parent d26c2241d5
commit b8d4673609

View file

@ -23,14 +23,16 @@ clients:
<div class="container"> <div class="container">
<section id="graphical-interfaces"> <section id="graphical-interfaces">
<h1>Graphical Interfaces</h1> <h1>Bitcoin Client Software</h1>
<p>Short text describing what a bitcoin client is and why it is required to download one as opposed to, say, using a web service...</p>
<div class="row"> <div class="row">
{% for client in page.clients %} {% for client in page.clients %}
<div class="span5"> {% cycle '', '', '', '</div><br><div class="row">' %}
<div class="span-one-third">
<h2><a href="http://{{ client.url }}">{{ client.name }}</a></h2> <h2><a href="http://{{ client.url }}">{{ client.name }}</a></h2>
<img src="img/clients/{{ client.image }}" /> <img src="img/clients/{{ client.image }}" />
<p>Website: <a href="http://{{ client.url }}">{{ client.url }}</a></p>
<p>{{ client.description }}</p> <p>{{ client.description }}</p>
<p>Website: <a href="http://{{ client.url }}">{{ client.url }}</a></p>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>