move working code to exemple/navigation/

sources/, config.yml and build.sh relocated under exemple/navigation/.
Root now only contains template/ and exemple/.
README updated to reflect the new structure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-07 13:16:42 +02:00
commit 6185d8ea48
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
18 changed files with 18 additions and 10 deletions

View file

@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<!-- Background -->
<rect width="32" height="32" rx="6" fill="#1e1e2e"/>
<!-- Server rack unit 1 -->
<rect x="5" y="7" width="22" height="5" rx="1.5" fill="#313244"/>
<circle cx="23" cy="9.5" r="1.2" fill="#a6e3a1"/>
<rect x="8" y="9" width="10" height="1" rx="0.5" fill="#585b70"/>
<!-- Server rack unit 2 -->
<rect x="5" y="14" width="22" height="5" rx="1.5" fill="#313244"/>
<circle cx="23" cy="16.5" r="1.2" fill="#89b4fa"/>
<rect x="8" y="16" width="10" height="1" rx="0.5" fill="#585b70"/>
<!-- Server rack unit 3 -->
<rect x="5" y="21" width="22" height="5" rx="1.5" fill="#313244"/>
<circle cx="23" cy="23.5" r="1.2" fill="#89b4fa"/>
<rect x="8" y="23" width="6" height="1" rx="0.5" fill="#585b70"/>
<!-- Rack frame left -->
<rect x="3" y="5" width="2" height="23" rx="1" fill="#45475a"/>
<!-- Rack frame right -->
<rect x="27" y="5" width="2" height="23" rx="1" fill="#45475a"/>
</svg>

After

Width:  |  Height:  |  Size: 996 B