Initial commit: MSPE website - full site with admin panel, API, and public pages

This commit is contained in:
Krikorios
2026-02-22 02:24:15 +02:00
commit 7a90e63301
106 changed files with 477087 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
<defs>
<linearGradient id="bg3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#0a1628"/>
<stop offset="100%" style="stop-color:#2a0a0a"/>
</linearGradient>
<linearGradient id="accent3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ef4444"/>
<stop offset="100%" style="stop-color:#f97316"/>
</linearGradient>
</defs>
<rect width="400" height="400" fill="url(#bg3)"/>
<circle cx="200" cy="200" r="170" fill="url(#accent3)" opacity="0.08"/>
<circle cx="200" cy="200" r="140" fill="url(#accent3)" opacity="0.05"/>
<text x="200" y="246" text-anchor="middle" fill="#e2e8f0" font-family="DM Sans, Arial, sans-serif" font-size="108" font-weight="800" letter-spacing="-5">RA</text>
</svg>

After

Width:  |  Height:  |  Size: 875 B