Initial Commit
This commit is contained in:
4
public/images/favicon.svg
Normal file
4
public/images/favicon.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
||||
<path d="M16 1 L29 6 L29 18 C29 25 23 30 16 31 C9 30 3 25 3 18 L3 6 Z" fill="#1a1a6e"/>
|
||||
<text x="16" y="20" font-family="Georgia, serif" font-size="12" font-weight="bold" fill="#ffffff" text-anchor="middle" dominant-baseline="middle">W</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 338 B |
20
public/images/whs-logo.svg
Normal file
20
public/images/whs-logo.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<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 1926 -->
|
||||
<text x="100" y="132" font-family="Georgia, serif" font-size="14" fill="#c8a951" text-anchor="middle">EST. 1926</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>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user