Remove website visual assets section from README (#830)

This commit is contained in:
Burak Kaan Köse
2026-03-09 13:15:42 +01:00
committed by GitHub
parent 44be3eb4f7
commit 0d898d3de0
4 changed files with 215 additions and 21 deletions
+29
View File
@@ -0,0 +1,29 @@
<svg width="1200" height="560" viewBox="0 0 1200 560" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Wino Mail feature pillars">
<rect width="1200" height="560" fill="#0f172a" rx="24"/>
<text x="60" y="85" fill="#f8fafc" font-size="44" font-family="Segoe UI, Arial" font-weight="700">Feature Pillars</text>
<g font-family="Segoe UI, Arial">
<rect x="60" y="130" width="340" height="180" rx="18" fill="#1d4ed8"/>
<text x="85" y="180" fill="white" font-size="36">📨 Mail</text>
<text x="85" y="225" fill="#dbeafe" font-size="23">Outlook, Gmail, IMAP/SMTP</text>
<text x="85" y="258" fill="#dbeafe" font-size="23">Drafts, attachments, threading</text>
<rect x="430" y="130" width="340" height="180" rx="18" fill="#047857"/>
<text x="455" y="180" fill="white" font-size="36">📅 Calendar</text>
<text x="455" y="225" fill="#d1fae5" font-size="23">Event compose and reminders</text>
<text x="455" y="258" fill="#d1fae5" font-size="23">CalDAV sync and snooze</text>
<rect x="800" y="130" width="340" height="180" rx="18" fill="#7c3aed"/>
<text x="825" y="180" fill="white" font-size="36">👥 Contacts</text>
<text x="825" y="225" fill="#ede9fe" font-size="23">People management workflows</text>
<text x="825" y="258" fill="#ede9fe" font-size="23">Profile and settings integration</text>
<rect x="60" y="340" width="520" height="170" rx="18" fill="#b45309"/>
<text x="85" y="388" fill="white" font-size="34">⚡ Performance & Quality</text>
<text x="85" y="428" fill="#ffedd5" font-size="22">Batch DB fetch, indexes, tests, CI workflows</text>
<rect x="620" y="340" width="520" height="170" rx="18" fill="#be123c"/>
<text x="645" y="388" fill="white" font-size="34">🎨 WinUI Experience</text>
<text x="645" y="428" fill="#ffe4e6" font-size="22">Onboarding, dialogs, settings, toasts, shortcuts</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg width="1200" height="520" viewBox="0 0 1200 520" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Wino Mail vNext highlights">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#1e3a8a"/>
<stop offset="100%" stop-color="#0ea5e9"/>
</linearGradient>
</defs>
<rect width="1200" height="520" fill="url(#bg)" rx="24"/>
<text x="60" y="100" fill="white" font-size="56" font-family="Segoe UI, Arial" font-weight="700">Wino Mail vNext</text>
<text x="60" y="150" fill="#dbeafe" font-size="30" font-family="Segoe UI, Arial">Major improvements shipped this cycle</text>
<g fill="white" font-family="Segoe UI, Arial" font-size="29">
<text x="70" y="240">📅 Calendar compose, reminders, snooze, and CalDAV reliability</text>
<text x="70" y="295">👥 Contact management improvements and account integration</text>
<text x="70" y="350">🔄 Synchronizer resilience (Outlook/Gmail/IMAP/CalDAV)</text>
<text x="70" y="405">✉️ Editor, drafts, and large-attachment send pipeline upgrades</text>
<text x="70" y="460">⚡ Faster data access, indexing, and better test/CI coverage</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB