diff --git a/public/hhivp-mark.svg b/public/hhivp-mark.svg new file mode 100644 index 0000000..c645f5b --- /dev/null +++ b/public/hhivp-mark.svg @@ -0,0 +1,4 @@ + + + hhivp + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4f8e054..9a88fda 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -11,8 +11,10 @@ const year = new Date().getFullYear(); Конфиденциальность

- Сайт разработан и сопровождается техническим партнёром —{' '} - ООО «АйТи Решения» + + + Разработка — hhivp.com +

diff --git a/src/styles/global.css b/src/styles/global.css index 7b619ee..d7f05d6 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -190,6 +190,23 @@ section h2::before { border-bottom: 1px dashed currentColor; } .footer-inner .developer a:hover { color: var(--accent); border-bottom-color: var(--accent); } +.footer-inner .developer .dev-credit { + display: inline-flex; + align-items: center; + gap: 0.45rem; + border-bottom: none; +} +.footer-inner .developer .dev-credit:hover { color: var(--accent); } +.footer-inner .developer .dev-credit:hover span { border-bottom-color: var(--accent); } +.footer-inner .developer .dev-credit span { + border-bottom: 1px dashed currentColor; +} +.footer-inner .developer .dev-credit-mark { + flex-shrink: 0; + display: block; + vertical-align: middle; + color: currentColor; +} /* ── Reading pages (privacy) ────────────────────────────────────── */ .prose {