chore(design): nouvelle icône hub (réseau de nœuds) favicon + PWA
Remplace la maison par un graphe central orange (accent) avec 3 nœuds satellites crème (d5c4a1) sur fond sombre Gruvbox. Décliné en favicon.svg, icon-192.png et icon-512.png (PWA shortcut smartphone). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="6" fill="#282828"/>
|
||||
<path d="M16 5L4 15.5h3V27h7.5v-7h3v7H25V15.5h3L16 5z" fill="#fe8019"/>
|
||||
<rect x="13.5" y="19" width="5" height="8" fill="#282828"/>
|
||||
<!-- Lignes hub -->
|
||||
<line x1="16" y1="15" x2="16" y2="6" stroke="#fe8019" stroke-width="1.5" stroke-opacity="0.45"/>
|
||||
<line x1="16" y1="15" x2="7" y2="24" stroke="#fe8019" stroke-width="1.5" stroke-opacity="0.45"/>
|
||||
<line x1="16" y1="15" x2="25" y2="24" stroke="#fe8019" stroke-width="1.5" stroke-opacity="0.45"/>
|
||||
<!-- Nœuds satellites -->
|
||||
<circle cx="16" cy="6" r="2.5" fill="#d5c4a1"/>
|
||||
<circle cx="7" cy="24" r="2.5" fill="#d5c4a1"/>
|
||||
<circle cx="25" cy="24" r="2.5" fill="#d5c4a1"/>
|
||||
<!-- Nœud central -->
|
||||
<circle cx="16" cy="15" r="5.5" fill="#fe8019"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 703 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1014 B After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user