Bootstrap snippet and html example. profile cards with social links

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: profile,cards,social

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">
<!-- Begin page content -->
<div class="container bootstrap snippets bootdey">
<div class="row">
  <div class="col-md-4">
    <div class="g-hover-card">
    <img src="https://www.bootdey.com/image/400x200/" alt="">
    <div class="user-avatar">
       <img src="https://bootdey.com/img/Content/user_6.jpg" alt="">
    </div>
    <div class="info">
       <div class="title">
        <a href="https://bootdey.com/profile/Dey-Dey">bootdey.com/profile/Dey-Dey</a>
       </div>
       <div class="description">Dey-Dey</div>
    </div>
      <div class="bottom">
       <a href="https://twitter.com/bootdey" class="btn btn-info btn-xs">
           <i class="fa fa-twitter"></i>
        Twitter
       </a>
       <a href="https://facebook.com/bootdey" class="btn btn-primary btn-xs">
           <i class="fa fa-facebook"></i>
        Facebook
       </a>
       <a href="https://plus.google.com/+Bootdey-bootstrap/posts" class="btn btn-danger btn-xs">
           <i class="fa fa-google-plus"></i>
        Google +
       </a>
    </div>
   </div>
  </div>
  <div class="col-md-4">
    <div class="g-hover-card">        
    <img src="https://www.bootdey.com/image/400x200/" alt="">
    <div class="user-avatar">
       <img src="https://bootdey.com/img/Content/user_1.jpg" alt="">
    </div>
    <div class="info">
       <div class="title">
        <a href="https://bootdey.com/">bootdey.com</a>
       </div>
       <div class="description">Mark</div>
    </div>
    <div class="bottom">
       <a href="https://twitter.com/bootdey" class="btn btn-info btn-xs">
           <i class="fa fa-twitter"></i>
        Twitter
       </a>
       <a href="https://facebook.com/bootdey" class="btn btn-primary btn-xs">
           <i class="fa fa-facebook"></i>
        Facebook
       </a>
       <a href="https://plus.google.com/+Bootdey-bootstrap/posts" class="btn btn-danger btn-xs">
           <i class="fa fa-google-plus"></i>
        Google +
       </a>
    </div>
   </div>
  </div>
  <div class="col-md-4">
    <div class="g-hover-card">
    <img src="https://www.bootdey.com/image/400x200/" alt="">
    <div class="user-avatar">
       <img src="https://bootdey.com/img/Content/user_3.jpg" alt="">
    </div>
    <div class="info">
       <div class="title">
        <a href="https://bootdey.com/">bootdey.com</a>
       </div>
       <div class="description">Mario</div>
    </div>
      <div class="bottom">
       <a href="https://twitter.com/bootdey" class="btn btn-info btn-xs">
           <i class="fa fa-twitter"></i>
        Twitter
       </a>
       <a href="https://facebook.com/bootdey" class="btn btn-primary btn-xs">
           <i class="fa fa-facebook"></i>
        Facebook
       </a>
       <a href="https://plus.google.com/+Bootdey-bootstrap/posts" class="btn btn-danger btn-xs">
           <i class="fa fa-google-plus"></i>
        Google +
       </a>
    </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{
    background: #ddd;
    margin-top:20px;
}

.g-hover-card {
  position: relative;  
  text-align: center;
  background-color: #fff;
}

.g-hover-card img {
  width: 280px;
  height: 135px;
}

.g-hover-card .user-avatar {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}

.g-hover-card .user-avatar img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.g-hover-card .info {
  padding: 4px 8px 10px;
}

.g-hover-card  .info.title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}

.g-hover-card  .info.descriptions {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}

.g-hover-card .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.g-hover-card{
  width: 280px;
  padding-top: 0;
  overflow: hidden;
}

Similar snippets

Bootstrap example and template. Seller profile

Seller profile

Bootstrap example and template. Users cards widget

Users cards widget

Bootstrap example and template. user profile cover like facebook

user profile cover like facebook

Bootstrap example and template. light user profile

light user profile

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile with data and skills

profile with data and skills

Bootstrap example and template. chat app

chat app

Bootstrap example and template. bs5 profile billing page

bs5 profile billing page

Bootstrap example and template. profile cards with social links

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 10.2K 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