feat(web): кросс-ссылка на MedPrice в шапке (лого рядом через разделитель)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 10:22:09 +05:00
parent dbe36d3323
commit 3783f1be25
+5 -2
View File
@@ -19,9 +19,12 @@
<div class="h-1 bg-brand w-full"></div> <div class="h-1 bg-brand w-full"></div>
<header class="max-w-5xl mx-auto px-5 pt-8 pb-2 flex items-center justify-between"> <header class="max-w-5xl mx-auto px-5 pt-8 pb-2 flex items-center justify-between">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2.5">
<span class="text-2xl font-bold">Med<span class="text-brand">Archive</span></span> <span class="text-2xl font-bold">Med<span class="text-brand">Archive</span></span>
<span class="text-xs text-tg bg-lg border border-[#ebedf0] rounded-full px-2 py-0.5">прайсы клиник-партнёров</span> <span class="h-6 w-px bg-[#d1d5db]"></span>
<a href="https://medprice.secondbrain.tools" title="Перейти в MedPrice — агрегатор цен на медуслуги"
aria-label="Открыть MedPrice" class="text-2xl font-bold opacity-55 hover:opacity-100 transition-opacity">Med<span class="text-[#0d9488]">Price</span></a>
<span class="text-xs text-tg bg-lg border border-[#ebedf0] rounded-full px-2 py-0.5 ml-3 hidden sm:inline">прайсы клиник-партнёров</span>
</div> </div>
<nav class="text-sm text-tg flex gap-4"> <nav class="text-sm text-tg flex gap-4">
<button onclick="show('search')" class="hover:text-ink">Поиск</button> <button onclick="show('search')" class="hover:text-ink">Поиск</button>