Files
warkanum 143161c234 feat(ui): enhance Countdown and layout components
* Improve Countdown component styling and structure
* Update layout to include responsive menu and background pattern
* Adjust PhotoBackground and page styles for better presentation
* Add damask pattern SVG for background use
2026-08-11 23:58:28 +02:00

17 lines
736 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160">
<g fill="none" stroke="#D9A441" stroke-width="1" stroke-opacity="0.35">
<path d="M80,0 L160,80 L80,160 L0,80 Z" />
</g>
<g fill="#D9A441">
<circle cx="80" cy="80" r="3" fill-opacity="0.28" />
<circle cx="80" cy="71" r="7" fill-opacity="0.14" />
<circle cx="80" cy="89" r="7" fill-opacity="0.14" />
<circle cx="71" cy="80" r="7" fill-opacity="0.14" />
<circle cx="89" cy="80" r="7" fill-opacity="0.14" />
<circle cx="80" cy="0" r="2" fill-opacity="0.3" />
<circle cx="160" cy="80" r="2" fill-opacity="0.3" />
<circle cx="80" cy="160" r="2" fill-opacity="0.3" />
<circle cx="0" cy="80" r="2" fill-opacity="0.3" />
</g>
</svg>