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:
25
marketing/logo-emailsorter.svg
Normal file
25
marketing/logo-emailsorter.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Background Circle -->
|
||||
<circle cx="256" cy="256" r="240" fill="#22c55e" opacity="0.1"/>
|
||||
<circle cx="256" cy="256" r="200" fill="#22c55e" opacity="0.15"/>
|
||||
|
||||
<!-- Main Email Icon -->
|
||||
<g transform="translate(256, 256)">
|
||||
<!-- Envelope -->
|
||||
<rect x="-120" y="-80" width="240" height="160" rx="8" fill="#22c55e" stroke="#16a34a" stroke-width="4"/>
|
||||
|
||||
<!-- Envelope Flap -->
|
||||
<path d="M -120,-80 L 0,-20 L 120,-80 Z" fill="#16a34a"/>
|
||||
|
||||
<!-- Letter inside -->
|
||||
<rect x="-100" y="-40" width="200" height="120" rx="4" fill="white" opacity="0.9"/>
|
||||
|
||||
<!-- Lines on letter (representing sorted emails) -->
|
||||
<line x1="-90" y1="-20" x2="90" y2="-20" stroke="#22c55e" stroke-width="3" stroke-linecap="round"/>
|
||||
<line x1="-90" y1="0" x2="60" y2="0" stroke="#22c55e" stroke-width="3" stroke-linecap="round"/>
|
||||
<line x1="-90" y1="20" x2="80" y2="20" stroke="#22c55e" stroke-width="3" stroke-linecap="round"/>
|
||||
</g>
|
||||
|
||||
<!-- Text: ES (EmailSorter initials) -->
|
||||
<text x="256" y="380" font-family="Arial, sans-serif" font-size="72" font-weight="bold" fill="#16a34a" text-anchor="middle">ES</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user