Ajout carrousel articles avec miniatures auto-générées
- Créer composant React ArticleCarousel avec lecture auto et boucle infinie - Afficher 6 articles total : 3 articles blog et 3 pages docs, intercalés - Ajouter badges colorés : bleu pour blog, vert foncé pour docs - Implémenter plugin personnalisé pour récupérer et organiser articles - Remplacer section fonctionnalités page d'accueil par nouveau carrousel - Mettre à jour logo site et favicon avec logo vache (logo_vache.png) - Ajouter traductions anglaises pour chaînes UI carrousel
This commit is contained in:
parent
ba57296597
commit
461fc446ff
10 changed files with 911 additions and 55 deletions
|
|
@ -87,5 +87,29 @@
|
|||
"tags.notFound.description": {
|
||||
"message": "The tag you are looking for does not exist.",
|
||||
"description": "Tag not found description"
|
||||
},
|
||||
"carousel.title": {
|
||||
"message": "Recent Articles",
|
||||
"description": "Title of the article carousel section"
|
||||
},
|
||||
"carousel.badge.blog": {
|
||||
"message": "BLOG",
|
||||
"description": "Badge text for blog articles in carousel"
|
||||
},
|
||||
"carousel.badge.documentation": {
|
||||
"message": "DOCUMENTATION",
|
||||
"description": "Badge text for documentation pages in carousel"
|
||||
},
|
||||
"carousel.previous": {
|
||||
"message": "Previous article",
|
||||
"description": "Previous article button aria-label"
|
||||
},
|
||||
"carousel.next": {
|
||||
"message": "Next article",
|
||||
"description": "Next article button aria-label"
|
||||
},
|
||||
"carousel.goToSlide": {
|
||||
"message": "Go to slide {index}",
|
||||
"description": "Go to slide button aria-label"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue