Le Meilleur

Description

  • Le Meilleur

  • May 2022

Le Meilleur is a baker who wanted to give his website a new lease of life to showcase his various products. A home page and a product page were created according to the customer's criteria. A graphic design section was required for the visuals, resulting in perfect harmony with the request.

ssss document.addEventListener('DOMContentLoaded', function () { const filterButton = document.querySelector('.filter[data-group="category_all"]'); const language = document.documentElement.lang; if (filterButton) { if (language === 'fr') { filterButton.textContent = 'Tout'; } else if (language === 'de') { filterButton.textContent = 'Alle'; } else { filterButton.textContent = 'All'; } } });