womm-certification/assets/womm-seal.svg

79 lines
3.1 KiB
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&amp;display=swap');
.seal-text { font-family: 'EB Garamond', 'Georgia', serif; font-weight: 700; }
</style>
</defs>
<!-- Outer ring -->
<circle cx="200" cy="200" r="190" fill="none" stroke="#1a1a2e" stroke-width="6"/>
<circle cx="200" cy="200" r="180" fill="none" stroke="#1a1a2e" stroke-width="2"/>
<!-- Decorative dots on outer ring -->
<g fill="#1a1a2e">
<circle cx="200" cy="14" r="4"/>
<circle cx="200" cy="386" r="4"/>
<circle cx="14" cy="200" r="4"/>
<circle cx="386" cy="200" r="4"/>
<!-- Diagonal dots -->
<circle cx="68" cy="68" r="3"/>
<circle cx="332" cy="68" r="3"/>
<circle cx="68" cy="332" r="3"/>
<circle cx="332" cy="332" r="3"/>
</g>
<!-- Inner ring -->
<circle cx="200" cy="200" r="150" fill="none" stroke="#1a1a2e" stroke-width="2"/>
<circle cx="200" cy="200" r="140" fill="none" stroke="#1a1a2e" stroke-width="1"/>
<!-- Star decorations between rings -->
<g fill="#1a1a2e" class="seal-text" text-anchor="middle" font-size="16">
<text x="200" y="42">&#9733;</text>
<text x="200" y="370">&#9733;</text>
<text x="38" y="206">&#9733;</text>
<text x="362" y="206">&#9733;</text>
</g>
<!-- Circular text - top arc: "WORKS ON MY MACHINE" -->
<path id="topArc" d="M 80,200 a 120,120 0 0,1 240,0" fill="none"/>
<text class="seal-text" font-size="18" fill="#1a1a2e" letter-spacing="3">
<textPath href="#topArc" startOffset="50%" text-anchor="middle">WORKS ON MY MACHINE</textPath>
</text>
<!-- Circular text - bottom arc: "CERTIFIED" -->
<path id="bottomArc" d="M 320,200 a 120,120 0 0,1 -240,0" fill="none"/>
<text class="seal-text" font-size="18" fill="#1a1a2e" letter-spacing="5">
<textPath href="#bottomArc" startOffset="50%" text-anchor="middle">CERTIFIED</textPath>
</text>
<!-- Central content area -->
<!-- Laptop icon -->
<g transform="translate(200,170)" fill="none" stroke="#1a1a2e" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<!-- Screen -->
<rect x="-35" y="-30" width="70" height="48" rx="4"/>
<!-- Checkmark on screen -->
<polyline points="-12,0 -2,10 16,-10" stroke-width="4" stroke="#2d6a4f"/>
<!-- Base -->
<path d="M-45,18 L-50,28 L50,28 L45,18"/>
</g>
<!-- WOMM text -->
<text x="200" y="230" class="seal-text" font-size="42" fill="#1a1a2e" text-anchor="middle" letter-spacing="6">WOMM</text>
<!-- Divider lines -->
<line x1="130" y1="242" x2="270" y2="242" stroke="#1a1a2e" stroke-width="1.5"/>
<!-- Seal of Approval text -->
<text x="200" y="262" class="seal-text" font-size="13" fill="#1a1a2e" text-anchor="middle" letter-spacing="2">SEAL OF APPROVAL</text>
<!-- Year -->
<text x="200" y="285" class="seal-text" font-size="14" fill="#1a1a2e" text-anchor="middle" letter-spacing="1">EST. 2026</text>
<!-- Small decorative elements -->
<g fill="#1a1a2e">
<circle cx="155" cy="285" r="2"/>
<circle cx="245" cy="285" r="2"/>
</g>
</svg>