Bootstrap snippet and html example. new team members

Bootstrap 3.3.4 snippet "new team members" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: users,thumbnails

HTML code

Clean, semantic HTML that powers this Bootstrap 3.3.4 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
    <h4 class="h-title">
        New team members        
    </h4>
    <div class="row">
      <div class="col-md-4 col-sm-6">
        <div class="block">
          <div class="thumbnail">
            <a href="#" class="thumb-zoom" title="Eugene A. Kopyov">
              <img src="https://www.bootdey.com/image/300x300/48D1CC/000000" alt="">
            </a>
              <div class="caption text-center">
                <h6>Eugene A. Kopyov <small>UX designer</small></h6>
                <div class="icons-group">
                          <a href="#"><i class="fa fa-google-plus"></i></a>
                          <a href="#" ><i class="fa fa-twitter"></i></a>
                          <a href="#"><i class="fa fa-github"></i></a>
                      </div>
              </div>
            </div>
        </div>
      </div>
    
      <div class="col-md-4 col-sm-6">
        <div class="block">
            <div class="thumbnail">
            <a href="#g" class="thumb-zoom" title="Sophia R. McJamer">
                <img src="https://www.bootdey.com/image/300x300/B0C4DE/000000" alt="">
              </a>
              <div class="caption text-center">
                <h6>Sophia R. McJamer <small>Media designer</small></h6>
                <div class="icons-group">
                          <a href="#"><i class="fa fa-google-plus"></i></a>
                          <a href="#" ><i class="fa fa-twitter"></i></a>
                          <a href="#"><i class="fa fa-github"></i></a>
                      </div>
              </div>
            </div>
        </div>
      </div>
    
      <div class="col-md-4 col-sm-6">
        <div class="block">
            <div class="thumbnail">
            <a href="#" class="thumb-zoom" title="Noah Kennedy">
                <img src="https://www.bootdey.com/image/300x300/FF7F50/000000" alt="">
              </a>
              <div class="caption text-center">
                <h6>Noah Kennedy <small>CEO &amp; founder</small></h6>
                <div class="icons-group">
                          <a href="#"><i class="fa fa-google-plus"></i></a>
                          <a href="#" ><i class="fa fa-twitter"></i></a>
                          <a href="#"><i class="fa fa-github"></i></a>
                      </div>
              </div>
            </div>
        </div>
      </div>
        
      <div class="col-md-4 col-sm-6">
        <div class="block">
            <div class="thumbnail">
            <a href="#" class="thumb-zoom" title="Noah Kennedy">
                <img src="https://www.bootdey.com/image/300x300/00BFFF/000000" alt="">
              </a>
              <div class="caption text-center">
                <h6>Noah Kennedy <small>CEO &amp; founder</small></h6>
                <div class="icons-group">
                          <a href="#"><i class="fa fa-google-plus"></i></a>
                          <a href="#" ><i class="fa fa-twitter"></i></a>
                          <a href="#"><i class="fa fa-github"></i></a>
                      </div>
              </div>
            </div>
        </div>
      </div>
        
      <div class="col-md-4 col-sm-6">
        <div class="block">
            <div class="thumbnail">
            <a href="#" class="thumb-zoom" title="Noah Kennedy">
                <img src="https://www.bootdey.com/image/300x300/008B8B/000000" alt="">
              </a>
              <div class="caption text-center">
                <h6>Noah Kennedy <small>CEO &amp; founder</small></h6>
                <div class="icons-group">
                          <a href="#"><i class="fa fa-google-plus"></i></a>
                          <a href="#" ><i class="fa fa-twitter"></i></a>
                          <a href="#"><i class="fa fa-github"></i></a>
                      </div>
              </div>
            </div>
        </div>
      </div> 
        
      <div class="col-md-4 col-sm-6">
        <div class="block">
            <div class="thumbnail">
            <a href="#" class="thumb-zoom" title="Noah Kennedy">
                <img src="https://www.bootdey.com/image/300x300/5F9EA0/000000" alt="">
              </a>
              <div class="caption text-center">
                <h6>Noah Kennedy <small>CEO &amp; founder</small></h6>
                <div class="icons-group">
                          <a href="#"><i class="fa fa-google-plus"></i></a>
                          <a href="#" ><i class="fa fa-twitter"></i></a>
                          <a href="#"><i class="fa fa-github"></i></a>
                      </div>
              </div>
            </div>
        </div>
      </div>
    </div>    
</div>

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.3.4 to keep the design, spacing, and responsiveness consistent.

body{
    margin-top:20px;
}
.h-title{
 border-bottom:1px solid #eee;
 padding-bottom:5px;
}
.block {
    margin-bottom: 35px;
}

.thumbnail {
    background: none;
    position: relative;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}

.thumbnail .caption {
    padding: 12px 0 0 0;
    color: #333;
}

.thumbnail .caption h6 small {
    display: block;
    margin-top: 4px;
}

.thumbnail .caption h6, .thumbnail .caption .h6 {
    font-size: 14px;
}

.icons-group a {
    color: #555;
}

.thumb-zoom img:hover {
    opacity: 0.7;
    cursor: pointer;
    border-radius: 0px;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
                      -moz-transform: scale(1.2, 1.2);
     -moz-transition-timing-function: ease-out;
                       -ms-transform: scale(1.20, 1.20);
      -ms-transition-timing-function: ease-out;

         -webkit-transition-duration: 500ms;
            -moz-transition-duration: 500ms;
             -ms-transition-duration: 500ms;
}

Similar snippets

Bootstrap example and template. bs4 crud users

bs4 crud users

Bootstrap example and template. Members

Members

Bootstrap example and template. followers list

followers list

Bootstrap example and template. contacts lab

contacts lab

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. Bootstrap Google Plus Style Login Form

Bootstrap Google Plus Style Login Form

Bootstrap example and template. update my profile

update my profile

Bootstrap example and template. Form register inside narrow jumbotron

Form register inside narrow jumbotron

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.3.4.

Bootstrap example and template. new team members

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 7.8K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working