Commit Graph

3 Commits

Author SHA1 Message Date
921cea9044 feat: add sidebar and item list to catalog page, enable DEBUG mode for development
All checks were successful
Build and Push Docker Image / build (push) Successful in 24s
- Created `side-bar.html` and `item-list.html` fragments for catalog page layout
- Updated `catalog/index.html` to include sidebar and item list templates
- Added styles for catalog layout in `catalog.css`
- Enabled `DEBUG=True` in settings for local development
- Adjusted CSS in shipping and services for consistent spacing
2026-04-07 23:09:19 +02:00
5c05a91bd2 refactor: update "shipping" and "services" styles with adjusted padding
All checks were successful
Build and Push Docker Image / build (push) Successful in 27s
- Added `.shipping-content` class with `padding-bottom` styling in `shipping.css`
- Updated `.large` section in `services.css` with adjusted spacing for consistency
2026-04-07 22:41:23 +02:00
bbf43d29a7 feat: добавить страницу "Доставка" с содержанием и стилями
All checks were successful
Build and Push Docker Image / build (push) Successful in 39s
- Создан шаблон `shipping.html` с подробной информацией о доставке и оплате
- Добавлен файл `shipping.css` для стилизации страницы
- Интегрированы хлебные крошки и активная ссылка в шапке страницы
- Обновлены стили с поддержкой новых секций и компонентов
2026-04-07 20:13:50 +02:00