Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Un commentaire
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
document.addEventListener('DOMContentLoaded', function () {
const introContainer = document.querySelector('.intro-container');
// Attendre que l'animation des lettres soit terminée avant de cacher l'intro
setTimeout(function () {
introContainer.classList.add('hide'); // Ajouter la classe "hide" après 2.5 secondes
}, 2500); // Temps correspondant à la durée des animations (2.5 secondes ici)
});
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.