docs: add monochrome logo and embed it in README header

This commit is contained in:
2026-03-07 01:45:36 +03:00
parent 2dd0358163
commit 891082782d
2 changed files with 17 additions and 1 deletions

16
assets/logo.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-labelledby="title desc">
<title id="title">wscraper logo monochrome</title>
<desc id="desc">Minimal black and white logo with stylized W and search mark.</desc>
<rect width="512" height="512" rx="108" fill="#FFFFFF"/>
<rect x="72" y="84" width="368" height="344" rx="44" fill="#FFFFFF" stroke="#D4D4D8" stroke-width="8"/>
<path d="M126 160 L170 352 L212 244 L254 352 L298 160" fill="none" stroke="#111111" stroke-width="28" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="324" y="192" width="84" height="16" rx="8" fill="#6B7280"/>
<rect x="324" y="232" width="64" height="16" rx="8" fill="#6B7280"/>
<rect x="324" y="272" width="92" height="16" rx="8" fill="#6B7280"/>
<circle cx="372" cy="340" r="28" fill="none" stroke="#111111" stroke-width="12"/>
<path d="M391 359 L420 388" fill="none" stroke="#111111" stroke-width="12" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 971 B