AB vegetable

Description

  • April 2019

The French agency for the development and promotion of organic agriculture, responsible for the AB label, wanted to highlight the benefits of seasonal vegetables, in this case winter vegetables. A home page and a recipe page were created using Adobe XD.

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'; } } });