chargement du content de la demo

This commit is contained in:
antonin gallon 2026-02-06 10:37:23 +01:00
commit 23f896a0e5
1572 changed files with 5084 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Title: Maison Lumière
----
Logo: - file://MaisonLumLogo24
----
Color: #D4A574
----
Uuid: ClientMaisonL24x

View file

@ -0,0 +1,37 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 80" width="320" height="80">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&amp;display=swap');
.brand-text {
font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
fill: #B8860B;
}
.maison {
font-size: 14px;
letter-spacing: 0.4em;
font-weight: 300;
}
.lumiere {
font-size: 28px;
letter-spacing: 0.2em;
font-weight: 400;
}
.line {
stroke: #B8860B;
stroke-width: 0.5;
}
</style>
</defs>
<!-- Ligne decorative haut -->
<line class="line" x1="80" y1="18" x2="240" y2="18"/>
<!-- MAISON -->
<text class="brand-text maison" x="160" y="38" text-anchor="middle">MAISON</text>
<!-- LUMIERE -->
<text class="brand-text lumiere" x="160" y="62" text-anchor="middle">LUMIERE</text>
<!-- Ligne decorative bas -->
<line class="line" x1="80" y1="72" x2="240" y2="72"/>
</svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1 @@
Uuid: MaisonLumLogo24