Skip to content
Snippets Groups Projects
Commit a62fd63f authored by Moul's avatar Moul
Browse files

[mod] Remove animated Jaklis logo to prevent any mesmerized

parent f31185a4
No related branches found
No related tags found
No related merge requests found
Pipeline #11895 passed
...@@ -233,19 +233,6 @@ ...@@ -233,19 +233,6 @@
<div class="w3-col m3"> <div class="w3-col m3">
<img style="height: 4em; width: unset; margin-bottom: -12px;" src="/home/jaklis.svg"/ id="jaklis"> <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> <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> <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> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment