feat(footer): visible credit с маленьким лого hhivp
All checks were successful
deploy / deploy (push) Successful in 53s

Заменил длинную строку «Сайт разработан и сопровождается…»
на компактный credit-блок с маркой и текстом «Разработка — hhivp.com».
SVG mark локально (public/hhivp-mark.svg) — без cross-origin запросов.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Dmitry Gusev
2026-05-24 05:46:23 +03:00
parent 6e996fa23d
commit b626ff97a3
3 changed files with 25 additions and 2 deletions

4
public/hhivp-mark.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="hhivp">
<rect width="32" height="32" rx="6" fill="currentColor"/>
<text x="16" y="22" font-family="-apple-system,BlinkMacSystemFont,Inter,Roboto,Arial,sans-serif" font-size="14" font-weight="700" text-anchor="middle" fill="#fff" letter-spacing="-0.5">hhivp</text>
</svg>

After

Width:  |  Height:  |  Size: 358 B