mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
small layout tweaks + introduction paragraph
This commit is contained in:
parent
d26c2241d5
commit
b8d4673609
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue