Social Components Component
A Brutalist social component showcasing bold design with high contrast, responsive effects, and dark theme support using Tailwind CSS. Features user avatars, social media links, and placeholder images.
HTML Code
<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md transition-all duration-300">
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">Connect With Us</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="bg-gray-200 dark:bg-gray-700 p-4 rounded-lg text-center">
<img src="https://picsum.photos/200/200?random=1" alt="Profile 1" class="rounded-full mb-2 mx-auto" />
<p class="text-lg font-semibold">John Doe</p>
<a href="#" class="text-blue-500 dark:text-blue-300 hover:underline">@john_doe</a>
</div>
<div class="bg-gray-200 dark:bg-gray-700 p-4 rounded-lg text-center">
<img src="https://picsum.photos/200/200?random=2" alt="Profile 2" class="rounded-full mb-2 mx-auto" />
<p class="text-lg font-semibold">Jane Smith</p>
<a href="#" class="text-blue-500 dark:text-blue-300 hover:underline">@jane_smith</a>
</div>
<div class="bg-gray-200 dark:bg-gray-700 p-4 rounded-lg text-center">
<img src="https://picsum.photos/200/200?random=3" alt="Profile 3" class="rounded-full mb-2 mx-auto" />
<p class="text-lg font-semibold">Alice Johnson</p>
<a href="#" class="text-blue-500 dark:text-blue-300 hover:underline">@alice_j</a>
</div>
<div class="bg-gray-200 dark:bg-gray-700 p-4 rounded-lg text-center">
<img src="https://picsum.photos/200/200?random=4" alt="Profile 4" class="rounded-full mb-2 mx-auto" />
<p class="text-lg font-semibold">Bob Brown</p>
<a href="#" class="text-blue-500 dark:text-blue-300 hover:underline">@bob_brown</a>
</div>
</div>
<div class="mt-6">
<h3 class="text-xl font-bold text-gray-900 dark:text-white">Follow Us</h3>
<div class="flex space-x-4 mt-2">
<a href="#" class="text-gray-600 dark:text-gray-400">Facebook</a>
<a href="#" class="text-gray-600 dark:text-gray-400">Twitter</a>
<a href="#" class="text-gray-600 dark:text-gray-400">Instagram</a>
<a href="#" class="text-gray-600 dark:text-gray-400">LinkedIn</a>
</div>
</div>
</div>
Related Components
Social Components Component
Retro/Vintage Social Components Component with Monochromatic color scheme and Simple complexity, designed for Blogs/Content, with dark theme support.
Social Components
A skeuomorphic social component designed for blogs/content purposes with vibrant colors and dark mode support.
Social Components Component
Social Components Component with Brutalism design, responsive effects, and dark theme support.