Components User Profiles User Profiles Component

User Profiles Component

Responsive User Profiles Component with Microinteractions, Vibrant color scheme, and Simple complexity level for Portfolio.

Preview

HTML Code

<div class="flex items-center justify-center min-h-screen bg-gradient-to-r from-purple-500 to-pink-500 dark:from-gray-800 dark:to-gray-900">
  <div class="w-full max-w-sm bg-white dark:bg-gray-700 rounded-lg shadow-lg p-6 transform transition duration-500 hover:scale-105">
    <div class="flex justify-center">
      <img class="w-24 h-24 rounded-full border-4 border-purple-500 dark:border-pink-500" src="https://randomuser.me/api/portraits/women/65.jpg" alt="Profile Picture">
    </div>
    <div class="text-center mt-4">
      <h2 class="text-xl font-semibold text-gray-800 dark:text-white">Jane Doe</h2>
      <p class="text-sm text-gray-600 dark:text-gray-300">Web Developer</p>
    </div>
    <div class="flex justify-around mt-6">
      <div class="text-center">
        <p class="text-lg font-semibold text-purple-600 dark:text-pink-600">Projects</p>
        <p class="text-gray-600 dark:text-gray-300">12</p>
      </div>
      <div class="text-center">
        <p class="text-lg font-semibold text-purple-600 dark:text-pink-600">Followers</p>
        <p class="text-gray-600 dark:text-gray-300">500</p>
      </div>
    </div>
    <div class="mt-6 text-center">
      <button class="px-4 py-2 bg-purple-600 text-white text-sm font-semibold rounded-lg hover:bg-purple-700 dark:bg-pink-600 dark:hover:bg-pink-700 transform transition duration-300 hover:translate-y-1">View Profile</button>
    </div>
  </div>
</div>

Related Components

User Profiles Component

A complex, responsive user profiles component designed for food/restaurant websites, featuring a dark mode UI with high contrast colors. Includes multiple user cards with profile information and a call to action.

Open

User Profiles Component

A User Profiles Component designed in a brutalist style with a triadic color scheme, featuring a moderate complexity suitable for blog/content consumption, and responsive design with dark theme support.

Open

Art Deco Grayscale User Profiles Component

A responsive user profiles component with an Art Deco geometric grayscale design, suitable for job boards or career platforms, including dark mode support.

Open