diff --git a/clients.html b/clients.html index 4de790a1..290ef2cc 100644 --- a/clients.html +++ b/clients.html @@ -23,14 +23,16 @@ clients:
-

Graphical Interfaces

+

Bitcoin Client Software

+

Short text describing what a bitcoin client is and why it is required to download one as opposed to, say, using a web service...

{% for client in page.clients %} -
+ {% cycle '', '', '', '

' %} +

{{ client.name }}

-

Website: {{ client.url }}

{{ client.description }}

+

Website: {{ client.url }}

{% endfor %}