This commit is contained in:
2026-07-11 04:31:06 +02:00
parent 2a41b77a84
commit 538aef63c7
8 changed files with 28 additions and 3 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 797 KiB

After

Width:  |  Height:  |  Size: 953 KiB

+25
View File
@@ -0,0 +1,25 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" width="100%" height="100%">
<!-- Fond Noir -->
<!-- Style pour la police large et grasse -->
<style>
.logo-text {
font-family: 'Arial Black', 'Impact', sans-serif;
font-weight: 900;
letter-spacing: -2px;
}
.watch {
fill: #FFFFFF;
}
.gether {
fill: #60a5fa;
}
</style>
<!--
x="50" et textLength="400" force les deux mots à faire
exactement la même largeur (400px), alignés au millimètre.
-->
<text x="50" y="220" font-size="140" textLength="400" lengthAdjust="spacingAndGlyphs" class="logo-text watch">WATCH</text>
<text x="50" y="370" font-size="140" textLength="400" lengthAdjust="spacingAndGlyphs" class="logo-text gether">GETHER</text>
</svg>

After

Width:  |  Height:  |  Size: 798 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB