From 8a90da5e608f80ef8d84c2cbcbe9f2a1344029cb Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Fri, 9 Oct 2020 10:14:23 +0200
Subject: [PATCH] ajout liens clients

---
 templates/custom/ecosysteme.html | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/templates/custom/ecosysteme.html b/templates/custom/ecosysteme.html
index e90c93a..ec452e3 100644
--- a/templates/custom/ecosysteme.html
+++ b/templates/custom/ecosysteme.html
@@ -9,20 +9,20 @@
 
 <section class="w3-content w3-padding-32">
     <div class="kkk-titlecards">
-        <h1>1 protocole, 3 implémentations</h1>
+        <h1>3 implémentations</h1>
         <div class="w3-row-padding">
             <div class="w3-col m4"> 
-                <img src="/img/duniter-logo.svg"/>
+                <a href="/"><img src="/img/duniter-logo.svg"/></a>
                 <h3>Duniter</h3>
                 <p>Première implémentation du protocole en <strong>Typescript</strong> et <strong>Node.js</strong>. Elle expose les API WS2P pour les communications inter-nœuds et BMA pour les clients.</p>
             </div>
             <div class="w3-col m4">
-                <img src="/img/dunitrust.png"/>
+                <a href="https://dunitrust_website.duniter.io/"><img src="/img/dunitrust.png"/></a>
                 <h3>Dunitrust</h3>
                 <p>Implémentation en cours de développement du protocole en <strong>Rust</strong>. Son objectif est de renforcer la sécurité de l'écosystème en cas de faille ou de bug dans Duniter.</p>
             </div>
             <div class="w3-col m4">
-                <img src="/img/juniter-logo.png"/>
+                <a href="https://github.com/Bertrandbenj/juniter"><img src="/img/juniter-logo.png"/></a>
                 <h3>Juniter</h3>
                 <p>Implémentation en cours de développement du protocole en <strong>Java</strong>.</p>
             </div>
@@ -35,27 +35,25 @@
         <h1>3 clients</h1>
         <div class="w3-row-padding">
             <div class="w3-col m4">
+                <a href="https://cesium.app/fr/"><img src="/img/cesium.svg"/></a>
                 <h3>Cesium</h3>
-                <img src="/img/cesium.svg"/>
                 <p>Développé avec les frameworks <strong>AngularJS</strong> et <strong>Ionic</strong>, Cesium est un client multiplateforme.</p>
             </div>
             <div class="w3-col m4">
+                <a href="http://sakia-wallet.org/"><img src="/img/sakia.png"/></a>
                 <h3>Sakia</h3>
-                <img src="/img/sakia.png"/>
                 <p>Développé en <strong>Python</strong> avec la bibliothèque <strong>PyQt5</strong>, Sakia est un client de bureau.</p>
             </div>
             <div class="w3-col m4">
+                <a href="https://silkaj.duniter.org/"><img src="/img/silkaj.svg"/></a>
                 <h3>Silkaj</h3>
-                <img src="/img/silkaj.svg"/>
                 <p>Silkaj est un client en ligne de commande développé en <strong>Python</strong>.</p>
             </div>
             <div class="w3-col m4" style="float: none; margin: auto;">
+                <a href="https://clients.duniter.io/python/duniterpy/index.html"><img src="/img/duniterpy-logo.png"/></a>
                 <h3>DuniterPy</h3>
-                <img src="/img/duniterpy-logo.png"/>
-                <p>DuniterPy est une bibliothèque <strong>Python</strong>.</p>
-                <p>Elle est actuellement utilisée directement par les clients Sakia et Silkaj,
-                    et indirectement par de nombreux autres logiciels qui se basent sur Silkaj.</p>
-                <p>DuniterPy peut être aisément utilisé pour implémenter un client Python.</p>
+                <p>DuniterPy est une bibliothèque <strong>Python</strong> actuellement utilisée par les clients Sakia et Silkaj.
+                </p>
             </div>
         </div>
     </div>
-- 
GitLab