Initial commit: Vite + React project setup

This commit is contained in:
Sebastian
2025-12-05 16:56:43 +00:00
commit bd25742bf5
32 changed files with 3369 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad4" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#C8102E;stop-opacity:1" />
<stop offset="100%" style="stop-color:#001A4D;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="400" height="400" fill="url(#grad4)"/>
<text x="200" y="180" font-family="Arial, sans-serif" font-size="55" font-weight="bold" fill="white" text-anchor="middle">BURSA</text>
<text x="200" y="250" font-family="Arial, sans-serif" font-size="55" font-weight="bold" fill="white" text-anchor="middle">TIL</text>
</svg>

After

Width:  |  Height:  |  Size: 648 B