1

Ajout de données météo

This commit is contained in:
2025-11-27 01:38:50 +01:00
parent bf500c183a
commit 88fd44c0fb
450 changed files with 6182 additions and 205 deletions

View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
<defs>
<linearGradient id="a" x1="54.33" y1="29.03" x2="187.18" y2="259.13" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#86c3db"/>
<stop offset="0.45" stop-color="#86c3db"/>
<stop offset="1" stop-color="#5eafcf"/>
</linearGradient>
<symbol id="b" viewBox="0 0 270 270" overflow="visible">
<!-- moon -->
<path d="M252.25,168.63C178.13,168.63,118,109.35,118,36.21A130.48,130.48,0,0,1,122.47,3C55.29,10.25,3,66.37,3,134.58,3,207.71,63.09,267,137.21,267,199.69,267,252,224.82,267,167.79A135.56,135.56,0,0,1,252.25,168.63Z" stroke="#72b9d5" stroke-linecap="round" stroke-linejoin="round" stroke-width="6" fill="url(#a)">
<animateTransform
attributeName="transform"
additive="sum"
type="rotate"
values="-15 135 135; 9 135 135; -15 135 135"
dur="6s"
repeatCount="indefinite"/>
</path>
</symbol>
</defs>
<use width="270" height="270" transform="translate(121 121)" xlink:href="#b"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB