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:
32
marketing/logo-emailsorter-simple.svg
Normal file
32
marketing/logo-emailsorter-simple.svg
Normal file
@@ -0,0 +1,32 @@
|
||||
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Simple gradient background -->
|
||||
<defs>
|
||||
<linearGradient id="bgGradient" 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 -->
|
||||
<rect width="512" height="512" rx="120" fill="url(#bgGradient)"/>
|
||||
|
||||
<!-- Email Icon (white) -->
|
||||
<g transform="translate(256, 200)">
|
||||
<!-- Envelope -->
|
||||
<rect x="-100" y="-60" width="200" height="120" rx="6" fill="white"/>
|
||||
|
||||
<!-- Envelope Flap -->
|
||||
<path d="M -100,-60 L 0,-10 L 100,-60 Z" fill="white" opacity="0.9"/>
|
||||
|
||||
<!-- Letter inside -->
|
||||
<rect x="-80" y="-30" width="160" height="80" rx="3" fill="#22c55e" opacity="0.2"/>
|
||||
|
||||
<!-- Sorted lines -->
|
||||
<line x1="-70" y1="-10" x2="70" y2="-10" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||
<line x1="-70" y1="10" x2="50" y2="10" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||
<line x1="-70" y1="30" x2="60" y2="30" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||
</g>
|
||||
|
||||
<!-- Text -->
|
||||
<text x="256" y="340" font-family="Arial, sans-serif" font-size="64" font-weight="bold" fill="white" text-anchor="middle">EmailSorter</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user