Migrate README and assets from GitLab

This commit is contained in:
Gemini AI
2025-12-10 15:39:23 +04:00
Unverified
commit 00e4b4fafb
17 changed files with 924 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<svg width="700" height="150" viewBox="0 0 700 150" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_vm_y65gil" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#8E2DE2;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4A00E0;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background Container -->
<rect width="700" height="150" fill="#050510" rx="15" ry="15"/>
<!-- Neon Border -->
<rect x="2" y="2" width="696" height="146" fill="none" stroke="url(#grad_vm_y65gil)" stroke-width="2" rx="12" ry="12"/>
<!-- Icon/Graphic Element (Cloud/Terminal) -->
<text x="70" y="95" font-family="Arial, sans-serif" font-size="60" fill="url(#grad_vm_y65gil)" opacity="0.2" font-weight="bold">☁️</text>
<!-- Main Title -->
<text x="380" y="55" font-family="Arial, Helvetica, sans-serif" font-size="28" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="1">Z.AI Full Stack Workstation</text>
<!-- Description -->
<text x="380" y="90" font-family="Arial, Helvetica, sans-serif" font-size="14" fill="#cccccc" text-anchor="middle">Free Virtual Machine for AI Coding - Anywhere</text>
<!-- Footer CTA -->
<text x="380" y="130" font-family="Arial, Helvetica, sans-serif" font-size="11" fill="url(#grad_vm_y65gil)" text-anchor="middle" font-weight="bold" letter-spacing="1.5">LAUNCH WORKSTATION</text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB