From a62fd63f7e74c608be241390cd16dc32c8ce98b6 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 21 Apr 2021 18:12:42 +0200
Subject: [PATCH] [mod] Remove animated Jaklis logo to prevent any mesmerized

---
 templates/custom/ecosysteme.html | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/templates/custom/ecosysteme.html b/templates/custom/ecosysteme.html
index bd7b4a7..f1925e2 100644
--- a/templates/custom/ecosysteme.html
+++ b/templates/custom/ecosysteme.html
@@ -233,19 +233,6 @@
             
             <div class="w3-col m3">
                 <img style="height: 4em; width: unset; margin-bottom: -12px;" src="/home/jaklis.svg"/ id="jaklis">
-                <style>
-                    #jaklis {
-                        animation: rotation 6.28s linear infinite;
-                    }
-                    @keyframes rotation {
-                        from {
-                            transform: rotate(0deg);
-                        }
-                        to {
-                            transform: rotate(359deg);
-                        }
-                    }
-                </style>
                 <h3>Jaklis</h3>
                 <p><a href="https://git.p2p.legal/axiom-team/jaklis">Jaklis</a> est un client en ligne de commande écrit en <strong>python</strong> pour les datapods Cesium+ et Ğchange.</p>
             </div>
-- 
GitLab