Composant de chronologie
Un composant de chronologie réactif avec un design Glassmorphism, une palette de couleurs complémentaire et une prise en charge du thème sombre, adapté aux sites Web d’entreprise. Il comporte des éléments translucides givrés ressemblant à du verre dépoli avec des effets de flou.
HTML Code
<div class="min-h-screen bg-gradient-to-br from-gray-100 to-gray-300 dark:from-gray-900 dark:to-black py-10 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<h1 class="text-4xl sm:text-5xl lg:text-6xl font-extrabold text-center text-gray-900 dark:text-white mb-16 drop-shadow-lg">
Company Milestones
</h1>
<div class="relative">
<div class="hidden md:block absolute w-1 h-full bg-blue-400 dark:bg-purple-600 left-1/2 transform -translate-x-1/2 rounded-full shadow-lg"></div>
<!-- Timeline Item - Left Aligned -->
<div class="mb-12 flex flex-col md:flex-row items-center justify-between md:odd:flex-row-reverse w-full">
<div class="md:w-1/2 flex justify-start md:justify-end mb-6 md:mb-0">
<div class="relative w-full md:w-4/5 lg:w-3/4 p-6 bg-white bg-opacity-30 dark:bg-gray-800 dark:bg-opacity-30 backdrop-filter backdrop-blur-lg rounded-2xl shadow-xl border border-white border-opacity-20 dark:border-gray-700 dark:border-opacity-20 transform hover:scale-105 transition-all duration-300">
<div class="absolute md:top-1/2 md:-right-4 w-8 h-8 bg-gradient-to-br from-blue-400 to-indigo-500 rounded-full shadow-md transform md:-translate-y-1/2 hidden md:block"></div>
<div class="absolute md:top-1/2 md:-left-4 w-8 h-8 bg-gradient-to-br from-blue-400 to-indigo-500 rounded-full shadow-md transform md:-translate-y-1/2 md:hidden block top-[-20px] left-1/2 -translate-x-1/2"></div>
<h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-3">Foundation & Early Growth</h3>
<p class="text-gray-700 dark:text-gray-200 leading-relaxed">
Established in 20XX, we quickly grew our client base by focusing on innovative solutions and customer satisfaction. Our initial team laid the groundwork for future success and expansion.
</p>
<span class="block text-sm text-gray-600 dark:text-gray-400 mt-4">January 20XX</span>
</div>
</div>
<div class="md:w-1/12 md:flex md:justify-center hidden"></div>
<div class="md:w-1/2 flex justify-end md:justify-start"></div>
</div>
<!-- Timeline Item - Right Aligned -->
<div class="mb-12 flex flex-col md:flex-row items-center justify-between md:odd:flex-row-reverse w-full">
<div class="md:w-1/2 flex justify-end md:justify-start mb-6 md:mb-0">
<div class="relative w-full md:w-4/5 lg:w-3/4 p-6 bg-white bg-opacity-30 dark:bg-gray-800 dark:bg-opacity-30 backdrop-filter backdrop-blur-lg rounded-2xl shadow-xl border border-white border-opacity-20 dark:border-gray-700 dark:border-opacity-20 transform hover:scale-105 transition-all duration-300">
<div class="absolute md:top-1/2 md:-left-4 w-8 h-8 bg-gradient-to-br from-purple-500 to-pink-600 rounded-full shadow-md transform md:-translate-y-1/2 hidden md:block"></div>
<div class="absolute md:top-1/2 md:-right-4 w-8 h-8 bg-gradient-to-br from-purple-500 to-pink-600 rounded-full shadow-md transform md:-translate-y-1/2 md:hidden block top-[-20px] left-1/2 -translate-x-1/2"></div>
<h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-3">Technological Advancements</h3>
<p class="text-gray-700 dark:text-gray-200 leading-relaxed">
Introduced cutting-edge AI and machine learning capabilities, revolutionizing our product offerings and providing clients with unparalleled insights and efficiency.
</p>
<span class="block text-sm text-gray-600 dark:text-gray-400 mt-4">June 20XX</span>
</div>
</div>
<div class="md:w-1/12 md:flex md:justify-center hidden"></div>
<div class="md:w-1/2 flex justify-start md:justify-end"></div>
</div>
<!-- Timeline Item - Left Aligned (again) -->
<div class="mb-12 flex flex-col md:flex-row items-center justify-between md:odd:flex-row-reverse w-full">
<div class="md:w-1/2 flex justify-start md:justify-end mb-6 md:mb-0">
<div class="relative w-full md:w-4/5 lg:w-3/4 p-6 bg-white bg-opacity-30 dark:bg-gray-800 dark:bg-opacity-30 backdrop-filter backdrop-blur-lg rounded-2xl shadow-xl border border-white border-opacity-20 dark:border-gray-700 dark:border-opacity-20 transform hover:scale-105 transition-all duration-300">
<div class="absolute md:top-1/2 md:-right-4 w-8 h-8 bg-gradient-to-br from-orange-400 to-red-500 rounded-full shadow-md transform md:-translate-y-1/2 hidden md:block"></div>
<div class="absolute md:top-1/2 md:-left-4 w-8 h-8 bg-gradient-to-br from-orange-400 to-red-500 rounded-full shadow-md transform md:-translate-y-1/2 md:hidden block top-[-20px] left-1/2 -translate-x-1/2"></div>
<h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-3">Global Expansion</h3>
<p class="text-gray-700 dark:text-gray-200 leading-relaxed">
Successfully launched operations in several international markets, establishing our presence on a global scale and expanding our diverse customer base.
</p>
<span class="block text-sm text-gray-600 dark:text-gray-400 mt-4">November 20XX</span>
</div>
</div>
<div class="md:w-1/12 md:flex md:justify-center hidden"></div>
<div class="md:w-1/2 flex justify-end md:justify-start"></div>
</div>
<!-- Timeline Item - Right Aligned (again) -->
<div class="mb-12 flex flex-col md:flex-row items-center justify-between md:odd:flex-row-reverse w-full">
<div class="md:w-1/2 flex justify-end md:justify-start mb-6 md:mb-0">
<div class="relative w-full md:w-4/5 lg:w-3/4 p-6 bg-white bg-opacity-30 dark:bg-gray-800 dark:bg-opacity-30 backdrop-filter backdrop-blur-lg rounded-2xl shadow-xl border border-white border-opacity-20 dark:border-gray-700 dark:border-opacity-20 transform hover:scale-105 transition-all duration-300">
<div class="absolute md:top-1/2 md:-left-4 w-8 h-8 bg-gradient-to-br from-green-400 to-teal-500 rounded-full shadow-md transform md:-translate-y-1/2 hidden md:block"></div>
<div class="absolute md:top-1/2 md:-right-4 w-8 h-8 bg-gradient-to-br from-green-400 to-teal-500 rounded-full shadow-md transform md:-translate-y-1/2 md:hidden block top-[-20px] left-1/2 -translate-x-1/2"></div>
<h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-3">Sustainable Initiatives</h3>
<p class="text-gray-700 dark:text-gray-200 leading-relaxed">
Launched comprehensive sustainability programs, significantly reducing our carbon footprint and reinforcing our commitment to environmental responsibility.
</p>
<span class="block text-sm text-gray-600 dark:text-gray-400 mt-4">March 20XX</span>
</div>
</div>
<div class="md:w-1/12 md:flex md:justify-center hidden"></div>
<div class="md:w-1/2 flex justify-start md:justify-end"></div>
</div>
</div>
</div>
</div>
Composants associés
Composant Chronologie des médias sociaux
Un composant de chronologie simple et réactif pour les médias sociaux, conçu selon les principes de Material Design. Il utilise des tons de terre et inclut la prise en charge du mode sombre. Chaque élément de la chronologie affiche un avatar utilisateur, un nom, le titre d’une publication et une image de remplacement, typique des flux de médias sociaux.
Composant de chronologie
Un composant de chronologie réactif avec un style de conception 3D, utilisant une palette de couleurs monochromatiques, conçu pour présenter le travail ou les produits d’un portfolio. Il comprend plusieurs éléments interactifs et prend en charge un thème sombre.
Composant de chronologie
Un composant de chronologie réactif pour les tableaux de bord, avec des micro-interactions et une palette de couleurs pastel, avec prise en charge du thème sombre. Il utilise Tailwind CSS pour le style et inclut des images de substitution de picsum.photos et des avatars de randomuser.me.