- 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>
81 lines
3.9 KiB
Plaintext
81 lines
3.9 KiB
Plaintext
---
|
||
title: "DP Trade — Catalog"
|
||
layout: layouts/default
|
||
permalink: /catalog.html
|
||
bodyClass: compact-type
|
||
---
|
||
<main class="section catalog-section">
|
||
<div class="container">
|
||
<div class="catalog-head">
|
||
<div>
|
||
<p class="eyebrow">Catalog / Country</p>
|
||
<h1>Венгрия</h1>
|
||
</div>
|
||
<div class="catalog-actions" aria-label="Действия каталога">
|
||
<span>Всего найдено: 22</span>
|
||
<a class="button button--secondary" href="#">Все в избранное</a>
|
||
<a class="button button--secondary" href="#">Очистить избранное</a>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="catalog-toolbar">
|
||
<span>Всего найдено: 22</span>
|
||
<select class="input catalog-sort" aria-label="Сортировка">
|
||
<option>Исходная сортировка</option>
|
||
<option>По цене</option>
|
||
<option>По названию</option>
|
||
</select>
|
||
</div>
|
||
|
||
<section class="product-list" aria-label="Список товаров">
|
||
<article class="product-card product-card--list">
|
||
<a class="product-image" href="product.html" aria-label="Вино белое Oremus, Case of Aszu 5 Puttonyos, 0.5 л. 2000">
|
||
<img src="assets/images/00081538_1.png" alt="Вино белое Oremus, Case of Aszu 5 Puttonyos, 0.5 л. 2000" />
|
||
</a>
|
||
<div class="product-info">
|
||
<h3>Вино белое Oremus, Case of Aszu 5 Puttonyos, 0.5 л. 2000</h3>
|
||
<p class="product-origin">Вино белое, Oremus, Венгрия</p>
|
||
<p>Вино Белое Сладкое<br />12 %</p>
|
||
<p>Сорт: Фурминт (70%), Харшлевелю (28%), Мускат (2%)</p>
|
||
</div>
|
||
<div class="product-buy">
|
||
<strong>19 240 ₽</strong>
|
||
<a class="button button--secondary" href="#">В избранное</a>
|
||
</div>
|
||
</article>
|
||
|
||
<article class="product-card product-card--list">
|
||
<a class="product-image" href="product.html" aria-label="Вино белое Oremus, Tokaji Aszu 5 Puttonyos, 0.5 л. 2000">
|
||
<img src="assets/images/00080768_1.png" alt="Вино белое Oremus, Tokaji Aszu 5 Puttonyos, 0.5 л. 2000" />
|
||
</a>
|
||
<div class="product-info">
|
||
<h3>Вино белое Oremus, Tokaji Aszu 5 Puttonyos, 0.5 л. 2000</h3>
|
||
<p class="product-origin">Вино белое, Oremus, Венгрия</p>
|
||
<p>Вино Белое Сладкое<br />12 %</p>
|
||
<p>Сорт: Фурминт (70%), Харшлевелю (28%), Мускат (2%)</p>
|
||
</div>
|
||
<div class="product-buy">
|
||
<strong>19 240 ₽</strong>
|
||
<a class="button button--secondary" href="#">В избранное</a>
|
||
</div>
|
||
</article>
|
||
|
||
<article class="product-card product-card--list">
|
||
<a class="product-image" href="product.html" aria-label="Вино белое Oremus, Tokaji Late Harvest, 0.5 л. 2021">
|
||
<img src="assets/images/00081726_1.png" alt="Вино белое Oremus, Tokaji Late Harvest, 0.5 л. 2021" />
|
||
</a>
|
||
<div class="product-info">
|
||
<h3>Вино белое Oremus, Tokaji Late Harvest, 0.5 л. 2021</h3>
|
||
<p class="product-origin">Вино белое, Oremus, Венгрия</p>
|
||
<p>Вино Белое Полусладкое<br />11.5 %</p>
|
||
<p>Сорт: Фурминт, Зета, Харшлевелю</p>
|
||
</div>
|
||
<div class="product-buy">
|
||
<strong>4 980 ₽</strong>
|
||
<a class="button button--secondary" href="#">В избранное</a>
|
||
</div>
|
||
</article>
|
||
</section>
|
||
</div>
|
||
</main>
|