mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 12:53:40 +00:00
67 lines
4.0 KiB
XML
67 lines
4.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="860" height="340" viewBox="0 0 860 340">
|
|
<defs>
|
|
<style>
|
|
.card-bg { fill: #161b22; }
|
|
.card-border { fill: none; stroke: #F39044; stroke-opacity: 0.22; stroke-width: 1; }
|
|
.card-accent { fill: #F39044; }
|
|
.plat-name { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 700; fill: #e6edf3; }
|
|
.plat-sub { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 11px; fill: #F39044; opacity: 0.75; }
|
|
.plat-dist { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 11.5px; fill: #8b949e; }
|
|
</style>
|
|
</defs>
|
|
|
|
<rect width="860" height="340" fill="none"/>
|
|
|
|
<!-- Row 1, Col 1: Web -->
|
|
<rect x="0" y="0" width="272" height="100" rx="6" class="card-bg"/>
|
|
<rect x="0" y="0" width="272" height="100" rx="6" class="card-border"/>
|
|
<rect x="0" y="0" width="272" height="3" rx="1" class="card-accent"/>
|
|
<text x="136" y="32" text-anchor="middle" class="plat-name">Web</text>
|
|
<text x="136" y="56" text-anchor="middle" class="plat-dist">Any modern browser</text>
|
|
<text x="136" y="72" text-anchor="middle" class="plat-dist">(Chrome, Safari, Firefox) · PWA</text>
|
|
|
|
<!-- Row 1, Col 2: Windows -->
|
|
<rect x="294" y="0" width="272" height="100" rx="6" class="card-bg"/>
|
|
<rect x="294" y="0" width="272" height="100" rx="6" class="card-border"/>
|
|
<rect x="294" y="0" width="272" height="3" rx="1" class="card-accent"/>
|
|
<text x="430" y="28" text-anchor="middle" class="plat-name">Windows</text>
|
|
<text x="430" y="44" text-anchor="middle" class="plat-sub">x64 / ia32</text>
|
|
<text x="430" y="64" text-anchor="middle" class="plat-dist">Portable · MSI Installer</text>
|
|
<text x="430" y="80" text-anchor="middle" class="plat-dist">Chocolatey</text>
|
|
|
|
<!-- Row 1, Col 3: Linux -->
|
|
<rect x="588" y="0" width="272" height="100" rx="6" class="card-bg"/>
|
|
<rect x="588" y="0" width="272" height="100" rx="6" class="card-border"/>
|
|
<rect x="588" y="0" width="272" height="3" rx="1" class="card-accent"/>
|
|
<text x="724" y="28" text-anchor="middle" class="plat-name">Linux</text>
|
|
<text x="724" y="44" text-anchor="middle" class="plat-sub">x64 / ia32</text>
|
|
<text x="724" y="64" text-anchor="middle" class="plat-dist">Portable · AUR · AppImage</text>
|
|
<text x="724" y="80" text-anchor="middle" class="plat-dist">Deb · Flatpak</text>
|
|
|
|
<!-- Row 2, Col 1: macOS -->
|
|
<rect x="0" y="120" width="272" height="100" rx="6" class="card-bg"/>
|
|
<rect x="0" y="120" width="272" height="100" rx="6" class="card-border"/>
|
|
<rect x="0" y="120" width="272" height="3" rx="1" class="card-accent"/>
|
|
<text x="136" y="148" text-anchor="middle" class="plat-name">macOS</text>
|
|
<text x="136" y="164" text-anchor="middle" class="plat-sub">x64 / ia32 · v12.0+</text>
|
|
<text x="136" y="184" text-anchor="middle" class="plat-dist">Apple App Store · DMG</text>
|
|
<text x="136" y="200" text-anchor="middle" class="plat-dist">Homebrew</text>
|
|
|
|
<!-- Row 2, Col 2: iOS/iPadOS -->
|
|
<rect x="294" y="120" width="272" height="100" rx="6" class="card-bg"/>
|
|
<rect x="294" y="120" width="272" height="100" rx="6" class="card-border"/>
|
|
<rect x="294" y="120" width="272" height="3" rx="1" class="card-accent"/>
|
|
<text x="430" y="148" text-anchor="middle" class="plat-name">iOS / iPadOS</text>
|
|
<text x="430" y="164" text-anchor="middle" class="plat-sub">v15.1+</text>
|
|
<text x="430" y="184" text-anchor="middle" class="plat-dist">Apple App Store · IPA</text>
|
|
|
|
<!-- Row 2, Col 3: Android -->
|
|
<rect x="588" y="120" width="272" height="100" rx="6" class="card-bg"/>
|
|
<rect x="588" y="120" width="272" height="100" rx="6" class="card-border"/>
|
|
<rect x="588" y="120" width="272" height="3" rx="1" class="card-accent"/>
|
|
<text x="724" y="148" text-anchor="middle" class="plat-name">Android</text>
|
|
<text x="724" y="164" text-anchor="middle" class="plat-sub">v7.0+</text>
|
|
<text x="724" y="184" text-anchor="middle" class="plat-dist">Google Play Store · APK</text>
|
|
|
|
</svg>
|