Bootstrap snippet and html example. new team members

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: users,thumbnails

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

<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

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.4 included, to get the result that you can see in the preview selection

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. Profile with tabs like facebook page

Profile with tabs like facebook page

Bootstrap example and template. bs4 beta friend list

bs4 beta friend list

Bootstrap example and template. social network profile head

social network profile head

Bootstrap example and template. users resume cards

users resume cards

Bootstrap example and template. check file manager

check file manager

Bootstrap example and template. bs4 account tickets

bs4 account tickets

Bootstrap example and template. bs4 wishlist profile page

bs4 wishlist profile page

Bootstrap example and template. bs4 File Manager

bs4 File Manager

Bootstrap example and template. new team members

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 6.0K views, Using this bootstrap snippet you have the following benefits:

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