logo
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Zep</title>
|
<title>Zep</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
+11
-8
@@ -10,15 +10,18 @@
|
|||||||
<rect width="100" height="100" rx="24" fill="#1e1f22" />
|
<rect width="100" height="100" rx="24" fill="#1e1f22" />
|
||||||
|
|
||||||
<g transform="translate(0, 2)">
|
<g transform="translate(0, 2)">
|
||||||
<!-- Fins -->
|
<!-- Comic Action Lines -->
|
||||||
<path d="M20 40 L10 30 L10 70 L20 60" fill="#ffffff" opacity="0.2" />
|
<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 -->
|
<!-- The Chat Bubble Zeppelin Sandwich -->
|
||||||
<path d="M20 50 Q20 30 55 30 Q90 30 90 50" fill="none" stroke="#dbdee1" stroke-width="6" stroke-linecap="round" />
|
<!-- Top Bun -->
|
||||||
<path d="M22 50 H88" fill="none" stroke="url(#blimpGrad)" stroke-width="8" stroke-linecap="round" />
|
<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" />
|
||||||
<path d="M20 50 Q20 70 55 70 Q90 70 90 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 -->
|
<!-- Internal "Z" detail -->
|
||||||
<rect x="45" y="72" width="20" height="6" rx="3" fill="#dbdee1" />
|
<path d="M55 40 L70 40 L55 60 L70 60" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.4" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 1.3 KiB |
@@ -97,16 +97,19 @@
|
|||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<g class="zep-blimp">
|
<g class="zep-blimp">
|
||||||
<!-- Fins -->
|
<!-- Fins / Comic Action Lines -->
|
||||||
<path d="M20 40 L10 30 L10 70 L20 60" fill="currentColor" opacity="0.4" />
|
<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 -->
|
<!-- The Chat Bubble Zeppelin Sandwich -->
|
||||||
<path d="M20 50 Q20 30 55 30 Q90 30 90 50" class="blimp-top" />
|
<!-- Top Bun -->
|
||||||
<path d="M22 50 H88" class="blimp-filling" />
|
<path d="M25 50 C25 30 45 25 60 25 C85 25 95 35 95 50" class="blimp-top" />
|
||||||
<path d="M20 50 Q20 70 55 70 Q90 70 90 50" class="blimp-bottom" />
|
<!-- 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 -->
|
<!-- Internal "Z" detail -->
|
||||||
<rect x="45" y="72" width="20" height="6" rx="3" fill="currentColor" />
|
<path d="M55 40 L70 40 L55 60 L70 60" stroke="currentColor" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.3" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user