This commit is contained in:
2026-04-05 19:08:10 -04:00
parent 63fe3a3c04
commit 6f9cbe8689
3 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/zep.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zep</title>
</head>
+11 -8
View File
@@ -10,15 +10,18 @@
<rect width="100" height="100" rx="24" fill="#1e1f22" />
<g transform="translate(0, 2)">
<!-- Fins -->
<path d="M20 40 L10 30 L10 70 L20 60" fill="#ffffff" opacity="0.2" />
<!-- Comic Action Lines -->
<path d="M15 40 L5 35 M15 50 L2 50 M15 60 L5 65" stroke="#ffffff" stroke-width="4" stroke-linecap="round" opacity="0.3" />
<!-- The Sandwich Layers -->
<path d="M20 50 Q20 30 55 30 Q90 30 90 50" fill="none" stroke="#dbdee1" stroke-width="6" stroke-linecap="round" />
<path d="M22 50 H88" fill="none" stroke="url(#blimpGrad)" stroke-width="8" stroke-linecap="round" />
<path d="M20 50 Q20 70 55 70 Q90 70 90 50" fill="none" stroke="#dbdee1" stroke-width="6" stroke-linecap="round" />
<!-- The Chat Bubble Zeppelin Sandwich -->
<!-- Top Bun -->
<path d="M25 50 C25 30 45 25 60 25 C85 25 95 35 95 50" fill="none" stroke="#dbdee1" stroke-width="6" stroke-linecap="round" />
<!-- Energy Filling -->
<path d="M22 50 C22 50 50 50 98 50" fill="none" stroke="url(#blimpGrad)" stroke-width="8" stroke-linecap="round" />
<!-- Bottom Bun + Chat Pointer -->
<path d="M95 50 C95 65 85 75 60 75 C55 75 50 75 45 85 L38 75 C30 75 25 65 25 50" fill="none" stroke="#dbdee1" stroke-width="6" stroke-linecap="round" />
<!-- Gondola -->
<rect x="45" y="72" width="20" height="6" rx="3" fill="#dbdee1" />
<!-- Internal "Z" detail -->
<path d="M55 40 L70 40 L55 60 L70 60" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.4" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 1.3 KiB

+11 -8
View File
@@ -97,16 +97,19 @@
</linearGradient>
</defs>
<g class="zep-blimp">
<!-- Fins -->
<path d="M20 40 L10 30 L10 70 L20 60" fill="currentColor" opacity="0.4" />
<!-- Fins / Comic Action Lines -->
<path d="M15 40 L5 35 M15 50 L2 50 M15 60 L5 65" stroke="currentColor" stroke-width="4" stroke-linecap="round" opacity="0.4" />
<!-- The Sandwich Layers -->
<path d="M20 50 Q20 30 55 30 Q90 30 90 50" class="blimp-top" />
<path d="M22 50 H88" class="blimp-filling" />
<path d="M20 50 Q20 70 55 70 Q90 70 90 50" class="blimp-bottom" />
<!-- The Chat Bubble Zeppelin Sandwich -->
<!-- Top Bun -->
<path d="M25 50 C25 30 45 25 60 25 C85 25 95 35 95 50" class="blimp-top" />
<!-- Energy Filling -->
<path d="M22 50 C22 50 50 50 98 50" class="blimp-filling" />
<!-- Bottom Bun + Chat Pointer (Gondola) -->
<path d="M95 50 C95 65 85 75 60 75 C55 75 50 75 45 85 L38 75 C30 75 25 65 25 50" class="blimp-bottom" />
<!-- Gondola -->
<rect x="45" y="72" width="20" height="6" rx="3" fill="currentColor" />
<!-- Internal "Z" detail -->
<path d="M55 40 L70 40 L55 60 L70 60" stroke="currentColor" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.3" />
</g>
</svg>
</div>