People & Team

This is the main variation vc-card boxed class is the main class

<div class="vc-card boxed">

  <a href="#">
    <img src="../../assets/img/people/06.jpg" alt="people">
  </a>

  <div class="vc-card-wrapper">
    <a href="#" class="title">Dr. Tristram Jack</a>
    <div class="subtitle">Associate Dean</div>
  </div>

  <div class="links">
    <a href="#" data-toggle="tooltip" data-original-title="homepage"><i class="fa fa-home"></i></a>
    <a href="#" data-toggle="tooltip" data-original-title="Biography"><i class="fa fa-user"></i></a>
    <a href="#" data-toggle="tooltip" data-original-title="Facebook"><i class="fa fa-facebook"></i></a>
    <a href="#" data-toggle="tooltip" data-original-title="Twitter"><i class="fa fa-twitter"></i></a>
  </div>

</div>

Variation Alternatively, there is variation with only two links at the bottom.

  • add .hoverable-links to the element

Mini Variation

Just adds a .mini-card to the element

Icon box style

Last updated