Initial commit: IT Nexus Web-App

This commit is contained in:
2026-06-01 20:49:07 +02:00
commit 8023765e6c
387 changed files with 106900 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180" fill="none">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="180" y2="180" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#00AAAA"/>
<stop offset="100%" stop-color="#007878"/>
</linearGradient>
<linearGradient id="shine" x1="0" y1="0" x2="0" y2="180" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="white" stop-opacity="0.15"/>
<stop offset="60%" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
<rect width="180" height="180" rx="38" fill="url(#bg)"/>
<rect width="180" height="180" rx="38" fill="url(#shine)"/>
<text x="90" y="118"
font-family="Segoe UI, Helvetica Neue, Arial, sans-serif"
font-size="86" font-weight="900"
fill="white" text-anchor="middle" letter-spacing="-3">IT</text>
<circle cx="90" cy="148" r="5" fill="white" opacity="0.4"/>
</svg>

After

Width:  |  Height:  |  Size: 942 B