Back to Team Members
Team

Team Photo Cards

Photo cards with social hover overlay.

#team#cards

Live preview

Source code

html
<section class="py-5 bg-light">
  <div class="container py-4 text-center">
    <h6 class="text-primary fw-bold text-uppercase" style="letter-spacing:2px;">The People</h6>
    <h2 class="display-6 fw-bold mb-5">Meet Our Experts</h2>
    <div class="row g-4 justify-content-center">
      <div class="col-sm-6 col-lg-3">
        <div class="card border-0 shadow-sm rounded-4 overflow-hidden team-card h-100">
          <img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400" class="team-img" style="height:300px;object-fit:cover;">
          <div class="card-body py-4">
            <h5 class="fw-bold mb-1">Robert Vance</h5>
            <p class="text-primary small fw-medium mb-0">CEO</p>
          </div>
        </div>
      </div>
      <div class="col-sm-6 col-lg-3">
        <div class="card border-0 shadow-sm rounded-4 overflow-hidden team-card h-100">
          <img src="https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400" class="team-img" style="height:300px;object-fit:cover;">
          <div class="card-body py-4">
            <h5 class="fw-bold mb-1">Emily Chen</h5>
            <p class="text-primary small fw-medium mb-0">Product Designer</p>
          </div>
        </div>
      </div>
      <div class="col-sm-6 col-lg-3">
        <div class="card border-0 shadow-sm rounded-4 overflow-hidden team-card h-100">
          <img src="https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400" class="team-img" style="height:300px;object-fit:cover;">
          <div class="card-body py-4">
            <h5 class="fw-bold mb-1">Marcus Lee</h5>
            <p class="text-primary small fw-medium mb-0">Engineer</p>
          </div>
        </div>
      </div>
      <div class="col-sm-6 col-lg-3">
        <div class="card border-0 shadow-sm rounded-4 overflow-hidden team-card h-100">
          <img src="https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=400" class="team-img" style="height:300px;object-fit:cover;">
          <div class="card-body py-4">
            <h5 class="fw-bold mb-1">Sara Khan</h5>
            <p class="text-primary small fw-medium mb-0">Marketing Lead</p>
          </div>
        </div>
      </div>
    </div>
  </div>
</section>

More designs in this section