8 Commits

Author SHA1 Message Date
914f7d96fc fix: add page titles for all templates
- Added descriptive titles for all pages

- index.html: Buying a Used Car? Check it!

- database.html: Salvage Vehicles Database

- search.html: Vehicle History Check

- privacy.html: Privacy Policy

- decodevin.html: Decode VIN Number

- details.html: Vehicle Details
2025-05-02 12:42:41 +03:00
a8a17d2cdb refactor: update templates to Bootstrap 5
- index.html: Updated container to container-lg, improved search form structure, added modern spacing and alignment classes, enhanced form input and button styling

- database.html: Updated table classes for better responsiveness, added table-hover and align-middle classes, improved pagination styling, added table-light class for header

- search.html: Completely restructured layout, added card components for details and history, improved table responsiveness, enhanced mobile view with proper column sizing, added alert component for not found state

- privacy.html: Completely restructured layout, added modern typography classes, improved readability with proper spacing, enhanced navigation with proper heading hierarchy, added card component for better content organization
2025-05-02 12:32:45 +03:00
d2d3284403 fix: limit content width with container-lg - Replace container with container-lg in database.html and index.html 2025-05-02 12:20:55 +03:00
03b3bf9f53 feat: update database.html to Bootstrap 5 - Update table classes for responsive design - Update pagination component - Add modern spacing utilities 2025-05-02 12:17:45 +03:00
3175dbc0fe feat: добавление нового маршрута /v2/reqphoto для получения фотографий автомобиля по VIN - обновлены запросы в app.py и документация Swagger для улучшения взаимодействия с API 2025-05-02 10:59:52 +03:00
be5090f9a3 feat: обновление стилей для улучшения дизайна и адаптивности - изменены отступы и добавлены новые стили для hero-unit и таблицы, улучшена центровка и читаемость на мобильных устройствах 2025-04-20 02:42:44 +03:00
1799493a4a feat: адаптация шаблонов для мобильных устройств 2025-04-20 01:26:01 +03:00
12f0b91216 Init 2024-11-28 12:19:28 +03:00