Infographics Component
A simple infographics component designed with Neumorphism style and a Pastel color scheme. It displays a profile card and basic statistics in a visually appealing layout suitable for business or corporate websites.
HTML Code
<div class="bg-gray-100 dark:bg-gray-800 p-6 rounded-lg shadow-md flex flex-col items-center">
<div class="bg-white dark:bg-gray-700 p-4 rounded-full shadow-lg mb-4">
<img src="https://picsum.photos/80/80" alt="Infographic Image" class="rounded-full">
</div>
<h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200">John Doe</h2>
<p class="text-gray-600 dark:text-gray-400">CEO, Company XYZ</p>
<div class="mt-4 flex justify-between w-full">
<div class="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg text-center">
<h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Projects</h3>
<p class="text-2xl font-bold text-gray-800 dark:text-gray-200">120</p>
</div>
<div class="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg text-center">
<h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Clients</h3>
<p class="text-2xl font-bold text-gray-800 dark:text-gray-200">80</p>
</div>
</div>
<div class="mt-4 bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg w-full text-center">
<h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Satisfaction Rate</h3>
<p class="text-2xl font-bold text-gray-800 dark:text-gray-200">95%</p>
</div>
</div>
Related Components
Infographics Component
A responsive 3D infographic component designed for social media interfaces with vibrant colors and dark theme support, incorporating three-dimensional elements for depth and engagement.
Infographics Component
A responsive infographics component with engaging microinteractions and dark theme support using Tailwind CSS.
Infographics Component
A complex Infographics Component with a Skeuomorphism design style and a Vibrant color scheme, suitable for e-commerce platforms. It is responsive and supports dark mode using Tailwind CSS. It displays various product statistics with interactive elements.