17 Commits

Author SHA1 Message Date
5e80185cf7 Consolidate to Eleventy as single source of truth
Remove root HTML pages and the parallel client-side scheme
(components/head.js, components/*.html, assets/js/components.js)
along with duplicated assets/, css/, fonts/ at the root. Eleventy
partials in src/_includes/ already cover head (with Plausible),
header (with mega menu and full nav), and footer. Add .claude/ to
.gitignore to keep local worktrees out of commits.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 00:25:12 +03:00
ab4689bd2b current status 2026-04-21 23:27:50 +03:00
13c1cf9575 local fonts 2026-04-20 11:06:19 +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
a2fd9a5483 Fix CSS/JS paths to relative for static file serving
Absolute paths (/css/site.css) break when opening _site/ directly
via file://. Relative paths work with both the dev server and static hosting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 23:26:40 +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
08bd969b19
Merge pull request #1 from 42point/codex/dp-trade-card
Codex/dp trade card
2026-04-18 16:52:15 +03:00
02a2782cb7 Refine footer layout and replace social icons 2026-04-17 23:55:09 +03:00
02193a0f66 Add editorial guidelines and refresh UI kit 2026-04-17 21:10:49 +03:00
18750fef24 Add demo pages for news, about, and contacts 2026-04-17 18:35:38 +03:00
4dd01aeb29 Add UI-kit demo pages and bottle card variants 2026-04-17 18:28:01 +03:00
5127269b0a Merge pull request 'codex/uikit-menu' (#1) from codex/uikit-menu into main
Reviewed-on: #1
2026-04-17 17:41:40 +03:00
22d0bb7750 Cool the site palette 2026-04-17 17:37:41 +03:00
a35d5644ee Refine menu chevrons and update dropdown content 2026-04-17 17:32:51 +03:00
2de505b4b4 Add compact retail typography variant 2026-04-17 16:28:52 +03:00
a760fe059a Adopt Montserrat typography and add type variants 2026-04-17 16:14:42 +03:00
7c6409974c Consolidate DP Trade into one HTML/CSS project 2026-04-17 16:02:22 +03:00