Files
portfolio/project/public/images/projects/wizytowka.svg
T
2026-07-14 18:13:44 +02:00

31 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 270" width="480" height="270" role="img" aria-label="Wizytówka">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ffc45b"/>
<stop offset="1" stop-color="#ff8a5b"/>
</linearGradient>
<radialGradient id="glow" cx="0.78" cy="0.22" r="0.75">
<stop offset="0" stop-color="#ffc45b" stop-opacity="0.55"/>
<stop offset="1" stop-color="#ffc45b" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="480" height="270" fill="#0d1a2b"/>
<rect width="480" height="270" fill="url(#glow)"/>
<!-- pasek okna -->
<rect x="28" y="28" width="424" height="214" rx="14" fill="#14293f" stroke="rgba(150,178,209,0.18)"/>
<g fill="rgba(150,178,209,0.5)">
<circle cx="52" cy="52" r="5"/><circle cx="70" cy="52" r="5"/><circle cx="88" cy="52" r="5"/>
</g>
<rect x="112" y="46" width="316" height="12" rx="6" fill="rgba(150,178,209,0.14)"/>
<!-- znak / inicjaly -->
<rect x="52" y="88" width="86" height="86" rx="20" fill="url(#g)"/>
<text x="95" y="145" font-family="'Space Grotesk',system-ui,sans-serif" font-size="40" font-weight="700" fill="#0d1a2b" text-anchor="middle">Wz</text>
<!-- linie tekstu -->
<rect x="160" y="96" width="200" height="16" rx="8" fill="rgba(234,241,248,0.85)"/>
<rect x="160" y="124" width="252" height="10" rx="5" fill="rgba(150,178,209,0.35)"/>
<rect x="160" y="142" width="216" height="10" rx="5" fill="rgba(150,178,209,0.28)"/>
<rect x="160" y="160" width="150" height="10" rx="5" fill="rgba(150,178,209,0.22)"/>
<!-- nazwa -->
<text x="52" y="216" font-family="'Space Grotesk',system-ui,sans-serif" font-size="20" font-weight="600" fill="#eaf1f8">Wizytówka</text>
</svg>