Email Sorter Beta

Ich habe soweit automatisiert the Emails sortieren aber ich muss noch schauen was es fur bugs es gibt wenn die app online  ist deswegen wurde ich mit diesen Commit die website veroffentlichen obwohjl es sein konnte  das es noch nicht fertig ist und verkaufs bereit
This commit is contained in:
2026-01-22 19:32:12 +01:00
parent 95349af50b
commit abf761db07
596 changed files with 56405 additions and 51231 deletions

View File

@@ -0,0 +1,35 @@
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<!-- Gradient background -->
<defs>
<linearGradient id="iconGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#22c55e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#16a34a;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="256" cy="256" r="240" fill="url(#iconGradient)"/>
<!-- Email Icon (white) -->
<g transform="translate(256, 256)">
<!-- Envelope -->
<rect x="-120" y="-90" width="240" height="180" rx="12" fill="white"/>
<!-- Envelope Flap -->
<path d="M -120,-90 L 0,-20 L 120,-90 Z" fill="white" opacity="0.95"/>
<!-- Letter inside -->
<rect x="-100" y="-50" width="200" height="140" rx="6" fill="#22c55e" opacity="0.15"/>
<!-- Sorted email lines -->
<line x1="-90" y1="-20" x2="90" y2="-20" stroke="white" stroke-width="5" stroke-linecap="round"/>
<line x1="-90" y1="5" x2="70" y2="5" stroke="white" stroke-width="5" stroke-linecap="round"/>
<line x1="-90" y1="30" x2="80" y2="30" stroke="white" stroke-width="5" stroke-linecap="round"/>
<line x1="-90" y1="55" x2="60" y2="55" stroke="white" stroke-width="5" stroke-linecap="round"/>
<!-- AI indicator (small dots) -->
<circle cx="-70" cy="-60" r="5" fill="white" opacity="0.8"/>
<circle cx="70" cy="-60" r="5" fill="white" opacity="0.8"/>
<circle cx="0" cy="-70" r="4" fill="white" opacity="0.9"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB