feat(qr-stands): add qr-5 L'Atelier Bistro Fine Dining template
This commit is contained in:
@@ -0,0 +1,285 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
viewBox="0 0 400 650"
|
||||||
|
width="400"
|
||||||
|
height="650"
|
||||||
|
>
|
||||||
|
<g id="layer-background">
|
||||||
|
<rect
|
||||||
|
id="bg-canvas"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="400"
|
||||||
|
height="650"
|
||||||
|
fill="#0B0E14"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-card">
|
||||||
|
<!-- Ana Lüks Kart Arka Planı (Gece Yarısı Laciverti & Kömür) -->
|
||||||
|
<rect
|
||||||
|
id="main-card"
|
||||||
|
x="20"
|
||||||
|
y="20"
|
||||||
|
width="360"
|
||||||
|
height="610"
|
||||||
|
rx="24"
|
||||||
|
fill="#121721"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1.5"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- İç Çift Altın Bordür Hattı -->
|
||||||
|
<rect
|
||||||
|
id="inner-border"
|
||||||
|
x="28"
|
||||||
|
y="28"
|
||||||
|
width="344"
|
||||||
|
height="594"
|
||||||
|
rx="18"
|
||||||
|
fill="none"
|
||||||
|
stroke="#C5A059"
|
||||||
|
stroke-width="0.8"
|
||||||
|
stroke-opacity="0.4"
|
||||||
|
/>
|
||||||
|
<rect
|
||||||
|
x="32"
|
||||||
|
y="32"
|
||||||
|
width="336"
|
||||||
|
height="586"
|
||||||
|
rx="14"
|
||||||
|
fill="none"
|
||||||
|
stroke="#C5A059"
|
||||||
|
stroke-width="0.5"
|
||||||
|
stroke-opacity="0.2"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-icons">
|
||||||
|
<!-- Üst Köşe Geometrik Art-Deco Motifleri -->
|
||||||
|
<path
|
||||||
|
d="M 38 48 L 48 38 M 38 38 L 52 38 M 38 38 L 38 52"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-opacity="0.6"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M 362 48 L 352 38 M 362 38 L 348 38 M 362 38 L 362 52"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-opacity="0.6"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- Üst Masa Numarası Kapsülü -->
|
||||||
|
<rect
|
||||||
|
x="148"
|
||||||
|
y="44"
|
||||||
|
width="104"
|
||||||
|
height="22"
|
||||||
|
rx="11"
|
||||||
|
fill="#1A2230"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="0.8"
|
||||||
|
/>
|
||||||
|
<circle cx="158" cy="55" r="1.5" fill="#D4AF37" />
|
||||||
|
<circle cx="242" cy="55" r="1.5" fill="#D4AF37" />
|
||||||
|
|
||||||
|
<!-- Merkezi Gastronomi & Yıldız Amblemi -->
|
||||||
|
<g transform="translate(200, 84)">
|
||||||
|
<circle cx="0" cy="0" r="11" fill="none" stroke="#D4AF37" stroke-width="0.8" stroke-dasharray="2 2" />
|
||||||
|
<polygon points="0,-7 2,-2 7,0 2,2 0,7 -2,2 -7,0 -2,-2" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Zarif Tipografik Ayırıcı -->
|
||||||
|
<line x1="75" y1="172" x2="175" y2="172" stroke="#D4AF37" stroke-width="0.75" stroke-opacity="0.5" />
|
||||||
|
<polygon points="200,169.5 202.5,172 200,174.5 197.5,172" fill="#D4AF37" />
|
||||||
|
<line x1="225" y1="172" x2="325" y2="172" stroke="#D4AF37" stroke-width="0.75" stroke-opacity="0.5" />
|
||||||
|
|
||||||
|
<!-- QR Alanı Hedef Odak Çerçeveleri -->
|
||||||
|
<path d="M 80 205 L 80 195 L 90 195" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 320 205 L 320 195 L 310 195" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 80 445 L 80 455 L 90 455" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 320 445 L 320 455 L 310 455" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
|
||||||
|
<!-- Alt Bilgi Kartı Paneli -->
|
||||||
|
<rect
|
||||||
|
x="36"
|
||||||
|
y="520"
|
||||||
|
width="328"
|
||||||
|
height="84"
|
||||||
|
rx="14"
|
||||||
|
fill="#171F2C"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="0.8"
|
||||||
|
stroke-opacity="0.4"
|
||||||
|
/>
|
||||||
|
<line x1="200" y1="530" x2="200" y2="594" stroke="#D4AF37" stroke-width="0.5" stroke-opacity="0.25" />
|
||||||
|
|
||||||
|
<!-- Minimal WiFi Vektörü -->
|
||||||
|
<g transform="translate(62, 545)">
|
||||||
|
<path d="M 0 4 A 12 12 0 0 1 18 4" fill="none" stroke="#D4AF37" stroke-width="1.4" stroke-linecap="round" />
|
||||||
|
<path d="M 3.5 8 A 7 7 0 0 1 14.5 8" fill="none" stroke="#D4AF37" stroke-width="1.4" stroke-linecap="round" />
|
||||||
|
<circle cx="9" cy="12" r="1.2" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Minimal Instagram / Web Vektörü -->
|
||||||
|
<g transform="translate(224, 545)">
|
||||||
|
<rect x="0" y="0" width="15" height="15" rx="4" fill="none" stroke="#D4AF37" stroke-width="1.4" />
|
||||||
|
<circle cx="7.5" cy="7.5" r="3.2" fill="none" stroke="#D4AF37" stroke-width="1.1" />
|
||||||
|
<circle cx="11.5" cy="3.5" r="0.75" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="qr-placeholder" transform="translate(90, 215)">
|
||||||
|
<rect
|
||||||
|
width="220"
|
||||||
|
height="220"
|
||||||
|
rx="20"
|
||||||
|
fill="#FFFFFF"
|
||||||
|
stroke="#E4E4E7"
|
||||||
|
stroke-width="2"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<rect
|
||||||
|
x="12"
|
||||||
|
y="12"
|
||||||
|
width="196"
|
||||||
|
height="196"
|
||||||
|
rx="14"
|
||||||
|
fill="#FAFAFA"
|
||||||
|
stroke="#E4E4E7"
|
||||||
|
stroke-dasharray="4 3"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="110"
|
||||||
|
y="115"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="12"
|
||||||
|
font-weight="600"
|
||||||
|
fill="#71717A"
|
||||||
|
text-anchor="middle"
|
||||||
|
>QR KOD ALANI</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-texts">
|
||||||
|
<!-- Masa Numarası -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="59"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="9"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2.5"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>TABLE • 01</text>
|
||||||
|
|
||||||
|
<!-- Restoran Logosu & İsmi -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="126"
|
||||||
|
font-family="'Playfair Display', 'Cinzel', Georgia, serif"
|
||||||
|
font-size="28"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.5"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>L’ATELIER BISTRO</text>
|
||||||
|
|
||||||
|
<!-- Fransızca / Uluslararası Alt Başlık -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="152"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="600"
|
||||||
|
letter-spacing="4"
|
||||||
|
fill="#D4AF37"
|
||||||
|
text-anchor="middle"
|
||||||
|
>FINE DINING & COCKTAILS</text>
|
||||||
|
|
||||||
|
<!-- Çağrı Metni / Talimat -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="480"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="11.5"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>DİJİTAL MENÜ İÇİN OKUTUN</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="498"
|
||||||
|
font-family="'Playfair Display', Georgia, serif"
|
||||||
|
font-size="10.5"
|
||||||
|
font-style="italic"
|
||||||
|
font-weight="400"
|
||||||
|
letter-spacing="0.5"
|
||||||
|
fill="#94A3B8"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Kameranızı QR koda yaklaştırınız</text>
|
||||||
|
|
||||||
|
<!-- Sol Sütun: Yüksek Hızlı WiFi Bilgileri -->
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="550"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="9"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.2"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>GUEST WIFI</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="567"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="500"
|
||||||
|
fill="#CBD5E1"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Ağ: Atelier-Guest</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="582"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="500"
|
||||||
|
fill="#CBD5E1"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Şifre: bistro2026</text>
|
||||||
|
|
||||||
|
<!-- Sağ Sütun: Sosyal Medya & Rezervasyon -->
|
||||||
|
<text
|
||||||
|
x="286"
|
||||||
|
y="550"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.2"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>SOSYAL MEDYA</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="286"
|
||||||
|
y="575"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="10.5"
|
||||||
|
font-weight="600"
|
||||||
|
letter-spacing="0.5"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>@latelier.bistro</text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.1 KiB |
File diff suppressed because one or more lines are too long
@@ -0,0 +1,285 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
viewBox="0 0 400 650"
|
||||||
|
width="400"
|
||||||
|
height="650"
|
||||||
|
>
|
||||||
|
<g id="layer-background">
|
||||||
|
<rect
|
||||||
|
id="bg-canvas"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="400"
|
||||||
|
height="650"
|
||||||
|
fill="#0B0E14"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-card">
|
||||||
|
<!-- Ana Lüks Kart Arka Planı (Gece Yarısı Laciverti & Kömür) -->
|
||||||
|
<rect
|
||||||
|
id="main-card"
|
||||||
|
x="20"
|
||||||
|
y="20"
|
||||||
|
width="360"
|
||||||
|
height="610"
|
||||||
|
rx="24"
|
||||||
|
fill="#121721"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1.5"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- İç Çift Altın Bordür Hattı -->
|
||||||
|
<rect
|
||||||
|
id="inner-border"
|
||||||
|
x="28"
|
||||||
|
y="28"
|
||||||
|
width="344"
|
||||||
|
height="594"
|
||||||
|
rx="18"
|
||||||
|
fill="none"
|
||||||
|
stroke="#C5A059"
|
||||||
|
stroke-width="0.8"
|
||||||
|
stroke-opacity="0.4"
|
||||||
|
/>
|
||||||
|
<rect
|
||||||
|
x="32"
|
||||||
|
y="32"
|
||||||
|
width="336"
|
||||||
|
height="586"
|
||||||
|
rx="14"
|
||||||
|
fill="none"
|
||||||
|
stroke="#C5A059"
|
||||||
|
stroke-width="0.5"
|
||||||
|
stroke-opacity="0.2"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-icons">
|
||||||
|
<!-- Üst Köşe Geometrik Art-Deco Motifleri -->
|
||||||
|
<path
|
||||||
|
d="M 38 48 L 48 38 M 38 38 L 52 38 M 38 38 L 38 52"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-opacity="0.6"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M 362 48 L 352 38 M 362 38 L 348 38 M 362 38 L 362 52"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-opacity="0.6"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- Üst Masa Numarası Kapsülü -->
|
||||||
|
<rect
|
||||||
|
x="148"
|
||||||
|
y="44"
|
||||||
|
width="104"
|
||||||
|
height="22"
|
||||||
|
rx="11"
|
||||||
|
fill="#1A2230"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="0.8"
|
||||||
|
/>
|
||||||
|
<circle cx="158" cy="55" r="1.5" fill="#D4AF37" />
|
||||||
|
<circle cx="242" cy="55" r="1.5" fill="#D4AF37" />
|
||||||
|
|
||||||
|
<!-- Merkezi Gastronomi & Yıldız Amblemi -->
|
||||||
|
<g transform="translate(200, 84)">
|
||||||
|
<circle cx="0" cy="0" r="11" fill="none" stroke="#D4AF37" stroke-width="0.8" stroke-dasharray="2 2" />
|
||||||
|
<polygon points="0,-7 2,-2 7,0 2,2 0,7 -2,2 -7,0 -2,-2" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Zarif Tipografik Ayırıcı -->
|
||||||
|
<line x1="75" y1="172" x2="175" y2="172" stroke="#D4AF37" stroke-width="0.75" stroke-opacity="0.5" />
|
||||||
|
<polygon points="200,169.5 202.5,172 200,174.5 197.5,172" fill="#D4AF37" />
|
||||||
|
<line x1="225" y1="172" x2="325" y2="172" stroke="#D4AF37" stroke-width="0.75" stroke-opacity="0.5" />
|
||||||
|
|
||||||
|
<!-- QR Alanı Hedef Odak Çerçeveleri -->
|
||||||
|
<path d="M 80 205 L 80 195 L 90 195" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 320 205 L 320 195 L 310 195" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 80 445 L 80 455 L 90 455" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 320 445 L 320 455 L 310 455" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
|
||||||
|
<!-- Alt Bilgi Kartı Paneli -->
|
||||||
|
<rect
|
||||||
|
x="36"
|
||||||
|
y="520"
|
||||||
|
width="328"
|
||||||
|
height="84"
|
||||||
|
rx="14"
|
||||||
|
fill="#171F2C"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="0.8"
|
||||||
|
stroke-opacity="0.4"
|
||||||
|
/>
|
||||||
|
<line x1="200" y1="530" x2="200" y2="594" stroke="#D4AF37" stroke-width="0.5" stroke-opacity="0.25" />
|
||||||
|
|
||||||
|
<!-- Minimal WiFi Vektörü -->
|
||||||
|
<g transform="translate(62, 545)">
|
||||||
|
<path d="M 0 4 A 12 12 0 0 1 18 4" fill="none" stroke="#D4AF37" stroke-width="1.4" stroke-linecap="round" />
|
||||||
|
<path d="M 3.5 8 A 7 7 0 0 1 14.5 8" fill="none" stroke="#D4AF37" stroke-width="1.4" stroke-linecap="round" />
|
||||||
|
<circle cx="9" cy="12" r="1.2" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Minimal Instagram / Web Vektörü -->
|
||||||
|
<g transform="translate(224, 545)">
|
||||||
|
<rect x="0" y="0" width="15" height="15" rx="4" fill="none" stroke="#D4AF37" stroke-width="1.4" />
|
||||||
|
<circle cx="7.5" cy="7.5" r="3.2" fill="none" stroke="#D4AF37" stroke-width="1.1" />
|
||||||
|
<circle cx="11.5" cy="3.5" r="0.75" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="qr-placeholder" transform="translate(90, 215)">
|
||||||
|
<rect
|
||||||
|
width="220"
|
||||||
|
height="220"
|
||||||
|
rx="20"
|
||||||
|
fill="#FFFFFF"
|
||||||
|
stroke="#E4E4E7"
|
||||||
|
stroke-width="2"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<rect
|
||||||
|
x="12"
|
||||||
|
y="12"
|
||||||
|
width="196"
|
||||||
|
height="196"
|
||||||
|
rx="14"
|
||||||
|
fill="#FAFAFA"
|
||||||
|
stroke="#E4E4E7"
|
||||||
|
stroke-dasharray="4 3"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="110"
|
||||||
|
y="115"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="12"
|
||||||
|
font-weight="600"
|
||||||
|
fill="#71717A"
|
||||||
|
text-anchor="middle"
|
||||||
|
>QR KOD ALANI</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-texts">
|
||||||
|
<!-- Masa Numarası -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="59"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="9"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2.5"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>TABLE • 01</text>
|
||||||
|
|
||||||
|
<!-- Restoran Logosu & İsmi -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="126"
|
||||||
|
font-family="'Playfair Display', 'Cinzel', Georgia, serif"
|
||||||
|
font-size="28"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.5"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>L’ATELIER BISTRO</text>
|
||||||
|
|
||||||
|
<!-- Fransızca / Uluslararası Alt Başlık -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="152"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="600"
|
||||||
|
letter-spacing="4"
|
||||||
|
fill="#D4AF37"
|
||||||
|
text-anchor="middle"
|
||||||
|
>FINE DINING & COCKTAILS</text>
|
||||||
|
|
||||||
|
<!-- Çağrı Metni / Talimat -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="480"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="11.5"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>DİJİTAL MENÜ İÇİN OKUTUN</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="498"
|
||||||
|
font-family="'Playfair Display', Georgia, serif"
|
||||||
|
font-size="10.5"
|
||||||
|
font-style="italic"
|
||||||
|
font-weight="400"
|
||||||
|
letter-spacing="0.5"
|
||||||
|
fill="#94A3B8"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Kameranızı QR koda yaklaştırınız</text>
|
||||||
|
|
||||||
|
<!-- Sol Sütun: Yüksek Hızlı WiFi Bilgileri -->
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="550"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="9"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.2"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>GUEST WIFI</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="567"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="500"
|
||||||
|
fill="#CBD5E1"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Ağ: Atelier-Guest</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="582"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="500"
|
||||||
|
fill="#CBD5E1"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Şifre: bistro2026</text>
|
||||||
|
|
||||||
|
<!-- Sağ Sütun: Sosyal Medya & Rezervasyon -->
|
||||||
|
<text
|
||||||
|
x="286"
|
||||||
|
y="550"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.2"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>SOSYAL MEDYA</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="286"
|
||||||
|
y="575"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="10.5"
|
||||||
|
font-weight="600"
|
||||||
|
letter-spacing="0.5"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>@latelier.bistro</text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -49,4 +49,19 @@ export const QR_STAND_PRESETS: Record<string, QrStandPreset> = {
|
|||||||
subText: "#A1A1AA",
|
subText: "#A1A1AA",
|
||||||
dividerColor: "rgba(212, 175, 55, 0.3)",
|
dividerColor: "rgba(212, 175, 55, 0.3)",
|
||||||
},
|
},
|
||||||
|
"qr-5": {
|
||||||
|
key: "qr-5",
|
||||||
|
name: "L'Atelier Fine Dining Stand (QR-5)",
|
||||||
|
categoryName: "Özel Masa Kartı",
|
||||||
|
svgTemplateUrl: "/qr-5.svg",
|
||||||
|
aspectRatio: "400/650",
|
||||||
|
bgGradient: "radial-gradient(circle at 50% 50%, #171F2C 0%, #0B0E14 100%)",
|
||||||
|
plaqueColor: "#121721",
|
||||||
|
borderAccent: "#D4AF37",
|
||||||
|
accentText: "#E5C378",
|
||||||
|
headerText: "#F9F6F0",
|
||||||
|
subText: "#94A3B8",
|
||||||
|
dividerColor: "rgba(212, 175, 55, 0.3)",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+285
@@ -0,0 +1,285 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
viewBox="0 0 400 650"
|
||||||
|
width="400"
|
||||||
|
height="650"
|
||||||
|
>
|
||||||
|
<g id="layer-background">
|
||||||
|
<rect
|
||||||
|
id="bg-canvas"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
width="400"
|
||||||
|
height="650"
|
||||||
|
fill="#0B0E14"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-card">
|
||||||
|
<!-- Ana Lüks Kart Arka Planı (Gece Yarısı Laciverti & Kömür) -->
|
||||||
|
<rect
|
||||||
|
id="main-card"
|
||||||
|
x="20"
|
||||||
|
y="20"
|
||||||
|
width="360"
|
||||||
|
height="610"
|
||||||
|
rx="24"
|
||||||
|
fill="#121721"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1.5"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- İç Çift Altın Bordür Hattı -->
|
||||||
|
<rect
|
||||||
|
id="inner-border"
|
||||||
|
x="28"
|
||||||
|
y="28"
|
||||||
|
width="344"
|
||||||
|
height="594"
|
||||||
|
rx="18"
|
||||||
|
fill="none"
|
||||||
|
stroke="#C5A059"
|
||||||
|
stroke-width="0.8"
|
||||||
|
stroke-opacity="0.4"
|
||||||
|
/>
|
||||||
|
<rect
|
||||||
|
x="32"
|
||||||
|
y="32"
|
||||||
|
width="336"
|
||||||
|
height="586"
|
||||||
|
rx="14"
|
||||||
|
fill="none"
|
||||||
|
stroke="#C5A059"
|
||||||
|
stroke-width="0.5"
|
||||||
|
stroke-opacity="0.2"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-icons">
|
||||||
|
<!-- Üst Köşe Geometrik Art-Deco Motifleri -->
|
||||||
|
<path
|
||||||
|
d="M 38 48 L 48 38 M 38 38 L 52 38 M 38 38 L 38 52"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-opacity="0.6"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M 362 48 L 352 38 M 362 38 L 348 38 M 362 38 L 362 52"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="1"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-opacity="0.6"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- Üst Masa Numarası Kapsülü -->
|
||||||
|
<rect
|
||||||
|
x="148"
|
||||||
|
y="44"
|
||||||
|
width="104"
|
||||||
|
height="22"
|
||||||
|
rx="11"
|
||||||
|
fill="#1A2230"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="0.8"
|
||||||
|
/>
|
||||||
|
<circle cx="158" cy="55" r="1.5" fill="#D4AF37" />
|
||||||
|
<circle cx="242" cy="55" r="1.5" fill="#D4AF37" />
|
||||||
|
|
||||||
|
<!-- Merkezi Gastronomi & Yıldız Amblemi -->
|
||||||
|
<g transform="translate(200, 84)">
|
||||||
|
<circle cx="0" cy="0" r="11" fill="none" stroke="#D4AF37" stroke-width="0.8" stroke-dasharray="2 2" />
|
||||||
|
<polygon points="0,-7 2,-2 7,0 2,2 0,7 -2,2 -7,0 -2,-2" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Zarif Tipografik Ayırıcı -->
|
||||||
|
<line x1="75" y1="172" x2="175" y2="172" stroke="#D4AF37" stroke-width="0.75" stroke-opacity="0.5" />
|
||||||
|
<polygon points="200,169.5 202.5,172 200,174.5 197.5,172" fill="#D4AF37" />
|
||||||
|
<line x1="225" y1="172" x2="325" y2="172" stroke="#D4AF37" stroke-width="0.75" stroke-opacity="0.5" />
|
||||||
|
|
||||||
|
<!-- QR Alanı Hedef Odak Çerçeveleri -->
|
||||||
|
<path d="M 80 205 L 80 195 L 90 195" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 320 205 L 320 195 L 310 195" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 80 445 L 80 455 L 90 455" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
<path d="M 320 445 L 320 455 L 310 455" fill="none" stroke="#D4AF37" stroke-width="2" stroke-linecap="round" />
|
||||||
|
|
||||||
|
<!-- Alt Bilgi Kartı Paneli -->
|
||||||
|
<rect
|
||||||
|
x="36"
|
||||||
|
y="520"
|
||||||
|
width="328"
|
||||||
|
height="84"
|
||||||
|
rx="14"
|
||||||
|
fill="#171F2C"
|
||||||
|
stroke="#D4AF37"
|
||||||
|
stroke-width="0.8"
|
||||||
|
stroke-opacity="0.4"
|
||||||
|
/>
|
||||||
|
<line x1="200" y1="530" x2="200" y2="594" stroke="#D4AF37" stroke-width="0.5" stroke-opacity="0.25" />
|
||||||
|
|
||||||
|
<!-- Minimal WiFi Vektörü -->
|
||||||
|
<g transform="translate(62, 545)">
|
||||||
|
<path d="M 0 4 A 12 12 0 0 1 18 4" fill="none" stroke="#D4AF37" stroke-width="1.4" stroke-linecap="round" />
|
||||||
|
<path d="M 3.5 8 A 7 7 0 0 1 14.5 8" fill="none" stroke="#D4AF37" stroke-width="1.4" stroke-linecap="round" />
|
||||||
|
<circle cx="9" cy="12" r="1.2" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<!-- Minimal Instagram / Web Vektörü -->
|
||||||
|
<g transform="translate(224, 545)">
|
||||||
|
<rect x="0" y="0" width="15" height="15" rx="4" fill="none" stroke="#D4AF37" stroke-width="1.4" />
|
||||||
|
<circle cx="7.5" cy="7.5" r="3.2" fill="none" stroke="#D4AF37" stroke-width="1.1" />
|
||||||
|
<circle cx="11.5" cy="3.5" r="0.75" fill="#D4AF37" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="qr-placeholder" transform="translate(90, 215)">
|
||||||
|
<rect
|
||||||
|
width="220"
|
||||||
|
height="220"
|
||||||
|
rx="20"
|
||||||
|
fill="#FFFFFF"
|
||||||
|
stroke="#E4E4E7"
|
||||||
|
stroke-width="2"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<rect
|
||||||
|
x="12"
|
||||||
|
y="12"
|
||||||
|
width="196"
|
||||||
|
height="196"
|
||||||
|
rx="14"
|
||||||
|
fill="#FAFAFA"
|
||||||
|
stroke="#E4E4E7"
|
||||||
|
stroke-dasharray="4 3"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="110"
|
||||||
|
y="115"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="12"
|
||||||
|
font-weight="600"
|
||||||
|
fill="#71717A"
|
||||||
|
text-anchor="middle"
|
||||||
|
>QR KOD ALANI</text>
|
||||||
|
</g>
|
||||||
|
|
||||||
|
<g id="layer-texts">
|
||||||
|
<!-- Masa Numarası -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="59"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="9"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2.5"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>TABLE • 01</text>
|
||||||
|
|
||||||
|
<!-- Restoran Logosu & İsmi -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="126"
|
||||||
|
font-family="'Playfair Display', 'Cinzel', Georgia, serif"
|
||||||
|
font-size="28"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.5"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>L’ATELIER BISTRO</text>
|
||||||
|
|
||||||
|
<!-- Fransızca / Uluslararası Alt Başlık -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="152"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="600"
|
||||||
|
letter-spacing="4"
|
||||||
|
fill="#D4AF37"
|
||||||
|
text-anchor="middle"
|
||||||
|
>FINE DINING & COCKTAILS</text>
|
||||||
|
|
||||||
|
<!-- Çağrı Metni / Talimat -->
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="480"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="11.5"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="2"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>DİJİTAL MENÜ İÇİN OKUTUN</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="200"
|
||||||
|
y="498"
|
||||||
|
font-family="'Playfair Display', Georgia, serif"
|
||||||
|
font-size="10.5"
|
||||||
|
font-style="italic"
|
||||||
|
font-weight="400"
|
||||||
|
letter-spacing="0.5"
|
||||||
|
fill="#94A3B8"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Kameranızı QR koda yaklaştırınız</text>
|
||||||
|
|
||||||
|
<!-- Sol Sütun: Yüksek Hızlı WiFi Bilgileri -->
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="550"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="9"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.2"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>GUEST WIFI</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="567"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="500"
|
||||||
|
fill="#CBD5E1"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Ağ: Atelier-Guest</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="126"
|
||||||
|
y="582"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="500"
|
||||||
|
fill="#CBD5E1"
|
||||||
|
text-anchor="middle"
|
||||||
|
>Şifre: bistro2026</text>
|
||||||
|
|
||||||
|
<!-- Sağ Sütun: Sosyal Medya & Rezervasyon -->
|
||||||
|
<text
|
||||||
|
x="286"
|
||||||
|
y="550"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="8.5"
|
||||||
|
font-weight="700"
|
||||||
|
letter-spacing="1.2"
|
||||||
|
fill="#E5C378"
|
||||||
|
text-anchor="middle"
|
||||||
|
>SOSYAL MEDYA</text>
|
||||||
|
|
||||||
|
<text
|
||||||
|
x="286"
|
||||||
|
y="575"
|
||||||
|
font-family="Inter, Arial, sans-serif"
|
||||||
|
font-size="10.5"
|
||||||
|
font-weight="600"
|
||||||
|
letter-spacing="0.5"
|
||||||
|
fill="#F9F6F0"
|
||||||
|
text-anchor="middle"
|
||||||
|
>@latelier.bistro</text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 7.1 KiB |
Reference in New Issue
Block a user