↩️ Ремонт-сайт: возврат к прежнему тёплому редакторскому дизайну
All checks were successful
Deploy Remont Site / deploy (push) Successful in 24s

По просьбе: чертёжный стиль откатан полностью, восстановлены
оригинальные style.css и generate.js (тёплая палитра материалов,
шалфейный акцент, круглые образцы, Spectral+Onest без моношрифта).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LuV7iC61963xpBTBvxkyEq
This commit is contained in:
Cosmo
2026-07-22 16:02:53 +00:00
parent 033a99e017
commit d5771ac98f
2 changed files with 150 additions and 245 deletions

View File

@@ -398,7 +398,7 @@ function renderPlan(rooms, sections) {
<div class="section__index" aria-hidden="true">01</div>
</div>
<div class="plan-layout">
<figure class="plan-figure sheet reveal"><img src="${imgSrc(cfg.hero.planImage)}" alt="Схема планировки" data-zoom></figure>
<figure class="plan-figure reveal"><img src="${imgSrc(cfg.hero.planImage)}" alt="Схема планировки" data-zoom></figure>
<ul class="rooms reveal">${items}</ul>
</div>
</div>
@@ -428,7 +428,7 @@ function buildHtml(rooms, sections) {
<meta name="theme-color" content="#EDE8DE">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Onest:wght@400;500;600&family=JetBrains+Mono:wght@400;500;600&display=swap&subset=cyrillic,cyrillic-ext,latin" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Onest:wght@400;500;600&display=swap&subset=cyrillic,cyrillic-ext,latin" rel="stylesheet">
<link rel="stylesheet" href="css/style.css?v=${CSS_VER}">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%237C8A66'/><path d='M25 70V42l25-18 25 18v28H56V52H44v18z' fill='%23F7F3EA'/></svg>">
</head>
@@ -461,8 +461,8 @@ function buildHtml(rooms, sections) {
${stats}
</div>
</div>
<div class="hero__plan sheet reveal">
<span class="cap">План · М 1:100</span>
<div class="hero__plan reveal">
<span class="cap">Планировка</span>
<img src="${imgSrc(h.planImage)}" alt="Планировка квартиры" data-zoom>
</div>
</div>