6 Commits

Author SHA1 Message Date
c40d310924 image localization 2026-04-23 11:33:56 +03:00
83ce3622a3 migraion completed 2026-04-23 10:23:28 +03:00
6ca7190335 Move V1/V2 toggle into main nav and ui-kit sidebar
Relocates the toggle out of header actions into the end of .main-nav
(pushed right via margin-left:auto) and adds it to the ui-kit sidebar,
which uses the base layout without the site header.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 16:08:30 +03:00
6ff7e97046 Add V1/V2 design version toggle
Introduces data-design-version attribute on <html> with localStorage
persistence and anti-flicker inline script. V2 overrides implement the
design audit: Cormorant serif headings, #7D021D wine palette, warm
#FFFDFA base, refreshed product card, mega-menu, contacts, and form
success state. V1 remains untouched.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 01:33:41 +03:00
372b910492 Restore UI-kit mega menu in header partial and fix nav links
- Restore UI-kit dropdown (mega menu) lost during 11ty migration:
  the block existed in index.html but not in components/menu.html,
  sourced from commit 08bd969
- Fix absolute nav links (/catalog.html, /about.html, etc.) to
  relative in header.njk and footer.njk for static file serving

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 23:45:48 +03:00
9e9cd69ce5 Migrate to 11ty and add prototype inspector
- Set up 11ty with Nunjucks templates (src/ → _site/)
- Extract shared header and footer into partials — single source of truth
- Convert all 11 pages to .njk with front matter (layout, title, permalink)
- Add base/default/ui-kit layout chain
- Add custom JS element inspector (Alt+I) with Typography, Tokens and Styles panels
- Add CLAUDE.md with architecture overview and dev commands
- Add .claude/launch.json with dev server configs
- Add docs/elementor-token-handoff.md
- Add _site/ to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 23:13:13 +03:00