21 lines
1.2 KiB
XML
21 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<defs>
|
|
<linearGradient id="shieldGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#2d2d9e"/>
|
|
<stop offset="100%" style="stop-color:#1a1a6e"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Shield shape -->
|
|
<path d="M100 10 L180 40 L180 110 C180 155 145 185 100 195 C55 185 20 155 20 110 L20 40 Z" fill="url(#shieldGrad)" stroke="#c8a951" stroke-width="3"/>
|
|
<!-- Inner border -->
|
|
<path d="M100 22 L170 48 L170 108 C170 148 140 175 100 184 C60 175 30 148 30 108 L30 48 Z" fill="none" stroke="#c8a951" stroke-width="1.5" opacity="0.6"/>
|
|
<!-- WHS Text -->
|
|
<text x="100" y="90" font-family="Georgia, serif" font-size="52" font-weight="bold" fill="#ffffff" text-anchor="middle" dominant-baseline="middle">WHS</text>
|
|
<!-- Divider line -->
|
|
<line x1="55" y1="110" x2="145" y2="110" stroke="#c8a951" stroke-width="2"/>
|
|
<!-- Est 1925 -->
|
|
<text x="100" y="132" font-family="Georgia, serif" font-size="14" fill="#c8a951" text-anchor="middle">EST. 1925</text>
|
|
<!-- 100 Years -->
|
|
<text x="100" y="155" font-family="Georgia, serif" font-size="16" font-weight="bold" fill="#ffffff" text-anchor="middle">100 YEARS</text>
|
|
</svg>
|