- Homepage: hero, how it works (buyer/organizer), features, CTA
- Tarifs: 3 plans (Gratuit, Basique 10€, Sur-mesure), JSON-LD Product
- Legal pages: mentions legales, CGU (tabs buyer/organizer), CGV, RGPD, cookies, hosting
- Navbar: neubrutalism style, logo liip, mobile menu, SEO attributes
- Footer: contact, description, legal links, tarifs
- Sitemap: add /tarifs and /sitemap-orgas-{page}.xml
- Liip Imagine: remove S3, webp format on all filters
- Tests: full coverage for all controllers, services, repositories
- Fix CSP: replace inline onclick with data-tab JS
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
35 lines
819 B
YAML
35 lines
819 B
YAML
liip_imagine:
|
|
driver: imagick
|
|
twig:
|
|
mode: lazy
|
|
|
|
webp:
|
|
generate: true
|
|
quality: 80
|
|
|
|
filter_sets:
|
|
navbar_logo:
|
|
quality: 85
|
|
format: webp
|
|
filters:
|
|
thumbnail: { size: [200, 72], mode: inset }
|
|
|
|
thumbnail:
|
|
quality: 80
|
|
format: webp
|
|
filters:
|
|
thumbnail: { size: [300, 300], mode: inset }
|
|
background: { size: [300, 300], position: center, color: '#ffffff' }
|
|
|
|
medium:
|
|
quality: 85
|
|
format: webp
|
|
filters:
|
|
thumbnail: { size: [600, 600], mode: inset }
|
|
|
|
large:
|
|
quality: 90
|
|
format: webp
|
|
filters:
|
|
thumbnail: { size: [1200, 1200], mode: inset }
|