初始版本

This commit is contained in:
2026-04-23 16:30:57 +08:00
commit 0d0683a6e6
538 changed files with 113042 additions and 0 deletions

21
public/websopy-logo.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 48" fill="none">
<!-- W icon: left pill -->
<rect x="2" y="2" width="13" height="34" rx="6.5" fill="white"
transform="rotate(18, 8.5, 19)"/>
<!-- W icon: center pill (slightly shorter) -->
<rect x="24" y="7" width="11" height="26" rx="5.5" fill="white"/>
<!-- W icon: right pill -->
<rect x="41" y="2" width="13" height="34" rx="6.5" fill="white"
transform="rotate(-18, 47.5, 19)"/>
<!-- websopy text -->
<text
x="64"
y="35"
font-family="'Helvetica Neue', Helvetica, Arial, sans-serif"
font-size="23"
font-weight="800"
fill="white"
letter-spacing="-0.5"
>websopy</text>
</svg>

After

Width:  |  Height:  |  Size: 689 B