feat: initialize nuntius project with full server implementation
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 180" role="img" aria-label="nuntius — messenger">
|
||||
<title>nuntius</title>
|
||||
<desc>Horizontal logo: a small circular seal with a sealed envelope on the left, the wordmark "nuntius" and the tagline "messenger" on the right.</desc>
|
||||
|
||||
<defs>
|
||||
<radialGradient id="logoBg" cx="0.5" cy="0.4" r="0.75">
|
||||
<stop offset="0%" stop-color="#2a4a8a"/>
|
||||
<stop offset="60%" stop-color="#122a55"/>
|
||||
<stop offset="100%" stop-color="#04081a"/>
|
||||
</radialGradient>
|
||||
|
||||
<linearGradient id="logoRim" x1="0.5" y1="0" x2="0.5" y2="1">
|
||||
<stop offset="0%" stop-color="#fff3c8"/>
|
||||
<stop offset="50%" stop-color="#c89c4a"/>
|
||||
<stop offset="100%" stop-color="#7a5418"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="logoPaper" x1="0.5" y1="0" x2="0.5" y2="1">
|
||||
<stop offset="0%" stop-color="#fbf3dc"/>
|
||||
<stop offset="100%" stop-color="#dac79a"/>
|
||||
</linearGradient>
|
||||
|
||||
<linearGradient id="logoFlap" x1="0.5" y1="0" x2="0.5" y2="1">
|
||||
<stop offset="0%" stop-color="#eedbab"/>
|
||||
<stop offset="100%" stop-color="#a88a58"/>
|
||||
</linearGradient>
|
||||
|
||||
<radialGradient id="logoWax" cx="0.4" cy="0.32" r="0.7">
|
||||
<stop offset="0%" stop-color="#f47575"/>
|
||||
<stop offset="50%" stop-color="#a01818"/>
|
||||
<stop offset="100%" stop-color="#4a0808"/>
|
||||
</radialGradient>
|
||||
|
||||
<radialGradient id="logoWaxShine" cx="0.3" cy="0.25" r="0.4">
|
||||
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.65"/>
|
||||
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- ===== Simplified circular seal (icon mark) ===== -->
|
||||
<g transform="translate(90 90)">
|
||||
<!-- Outer gold rim -->
|
||||
<circle cx="0" cy="0" r="78" fill="url(#logoRim)"/>
|
||||
<!-- Inner blue field -->
|
||||
<circle cx="0" cy="0" r="70" fill="url(#logoBg)"/>
|
||||
<!-- Thin gold inner line -->
|
||||
<circle cx="0" cy="0" r="66" fill="none" stroke="#c89c4a" stroke-width="0.8" opacity="0.55"/>
|
||||
|
||||
<!-- Soft glow behind envelope -->
|
||||
<ellipse cx="0" cy="6" rx="56" ry="32" fill="#f4d27a" opacity="0.08"/>
|
||||
|
||||
<!-- Envelope (slightly tilted) -->
|
||||
<g transform="rotate(-4)">
|
||||
<!-- Back panel -->
|
||||
<rect x="-44" y="-26" width="88" height="56" rx="2" fill="url(#logoPaper)"/>
|
||||
<!-- V-fold -->
|
||||
<path d="M -44 -18 L 0 12 L 44 -18" fill="none" stroke="#a88a58" stroke-width="0.6" opacity="0.55"/>
|
||||
<!-- Side fold shadows -->
|
||||
<path d="M -44 -26 L -44 30 L -22 30 Z" fill="#c8ad72" opacity="0.32"/>
|
||||
<path d="M 44 -26 L 44 30 L 22 30 Z" fill="#c8ad72" opacity="0.32"/>
|
||||
<!-- Top flap -->
|
||||
<path d="M -44 -26 L 0 8 L 44 -26 Z" fill="url(#logoFlap)"/>
|
||||
<!-- Flap edge -->
|
||||
<path d="M -44 -26 L 0 8 L 44 -26" fill="none" stroke="#7a5a25" stroke-width="0.8"/>
|
||||
</g>
|
||||
|
||||
<!-- Wax seal -->
|
||||
<g transform="rotate(-4)">
|
||||
<ellipse cx="0" cy="14" rx="16" ry="13.5" fill="url(#logoWax)"/>
|
||||
<circle cx="0" cy="14" r="11" fill="none" stroke="#5a0808" stroke-width="0.5" opacity="0.6"/>
|
||||
<text x="0" y="19" text-anchor="middle" font-family="Georgia, 'Times New Roman', serif" font-size="13" font-weight="bold" fill="#f4d27a" opacity="0.95">N</text>
|
||||
<ellipse cx="-3.5" cy="9" rx="5.5" ry="2.5" fill="url(#logoWaxShine)"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<!-- ===== Wordmark ===== -->
|
||||
<g transform="translate(205 0)">
|
||||
<!-- Primary wordmark "nuntius" -->
|
||||
<text x="0" y="108"
|
||||
font-family="Georgia, 'Times New Roman', 'Liberation Serif', serif"
|
||||
font-size="82" font-weight="500" fill="#122a55"
|
||||
letter-spacing="1.5">nuntius</text>
|
||||
|
||||
<!-- Decorative gold underline -->
|
||||
<line x1="3" y1="125" x2="320" y2="125" stroke="#c89c4a" stroke-width="1" opacity="0.75"/>
|
||||
<circle cx="3" cy="125" r="2" fill="#c89c4a"/>
|
||||
<circle cx="320" cy="125" r="2" fill="#c89c4a"/>
|
||||
|
||||
<!-- Tagline "messenger" -->
|
||||
<text x="6" y="152"
|
||||
font-family="Georgia, 'Times New Roman', 'Liberation Serif', serif"
|
||||
font-size="18" font-weight="400" fill="#8a6520" font-style="italic"
|
||||
letter-spacing="4">messenger</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
Reference in New Issue
Block a user