Bootstrap snippet and html example. profile cards with social links

Bootstrap 3.3.4 snippet "profile cards with social links" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: profile,cards,social

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">
<!-- 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

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

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. Social Widget

Social Widget

Bootstrap example and template. bs4 profile header card

bs4 profile header card

Bootstrap example and template. about me profile

about me profile

Bootstrap example and template. Profile header with carousel

Profile header with carousel

Bootstrap example and template. light user grid

light user grid

Bootstrap example and template. custom nav pills

custom nav pills

Bootstrap example and template. bs4 profile with messages and edit

bs4 profile with messages and edit

Bootstrap example and template. Bootstrap Login Form in modal

Bootstrap Login Form in modal

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. profile cards with social links

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 12.4K+ 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