HTML code
Clean, semantic HTML that powers this Bootstrap 3.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div class="container bootstrap snippets bootdey">
<div class="col-sm-4">
<!-- Begin user profile -->
<div class="box-info text-center user-profile-2">
<div class="header-cover">
<img src="https://www.bootdey.com/image/350x280/FFB6C1/000000" alt="User cover">
</div>
<div class="user-profile-inner">
<h4 class="white">Jonny doe</h4>
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" class="img-circle profile-avatar" alt="User avatar">
<h5>Administrator</h5>
<!-- User button -->
<div class="user-button">
<div class="row">
<div class="col-md-6">
<button type="button" class="btn btn-primary btn-sm btn-block"><i class="fa fa-envelope"></i> Send Message</button>
</div>
<div class="col-md-6">
<button type="button" class="btn btn-default btn-sm btn-block"><i class="fa fa-user"></i> Add as friend</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<!-- Begin user profile -->
<div class="box-info text-center user-profile-2">
<div class="header-cover">
<img src="https://www.bootdey.com/image/350x280/87CEFA/000000" alt="User cover">
</div>
<div class="user-profile-inner">
<h4 class="white">Jonny doe</h4>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-circle profile-avatar" alt="User avatar">
<h5>Administrator</h5>
<!-- User button -->
<div class="user-button">
<div class="row">
<div class="col-md-6">
<button type="button" class="btn btn-primary btn-sm btn-block"><i class="fa fa-envelope"></i> Send Message</button>
</div>
<div class="col-md-6">
<button type="button" class="btn btn-default btn-sm btn-block"><i class="fa fa-user"></i> Add as friend</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<!-- Begin user profile -->
<div class="box-info text-center user-profile-2">
<div class="header-cover">
<img src="https://www.bootdey.com/image/350x280/FF7F50/000000" alt="User cover">
</div>
<div class="user-profile-inner">
<h4 class="white">Jonny doe</h4>
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" class="img-circle profile-avatar" alt="User avatar">
<h5>Administrator</h5>
<!-- User button -->
<div class="user-button">
<div class="row">
<div class="col-md-6">
<button type="button" class="btn btn-primary btn-sm btn-block"><i class="fa fa-envelope"></i> Send Message</button>
</div>
<div class="col-md-6">
<button type="button" class="btn btn-default btn-sm btn-block"><i class="fa fa-user"></i> Add as friend</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div> CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.2.0 to keep the design, spacing, and responsiveness consistent.
Downloadbody{
background:#EEEEEE;
}
.user-profile-2 {
text-align: center;
position: relative;
margin-top:10px;
}
.box-info {
position: relative;
padding: 15px;
background: #fff;
color: #5b5b5b;
margin-bottom: 20px;
-webkit-transition: All 0.4s ease;
-moz-transition: All 0.4s ease;
-o-transition: All 0.4s ease;
border-bottom:4px solid #DDDDDD;
}
.user-profile-2 .header-cover {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 130px;
overflow: hidden;
z-index: 1;
}
.user-profile-2 .user-profile-inner {
z-index: 2;
position: relative;
}
.user-profile-2 .user-profile-inner h4.white {
color: #fff;
}
.user-profile-2 .user-profile-inner img.profile-avatar {
box-shadow: 0 0 0 5px rgba(255,255,255,1);
-moz-box-shadow: 0 0 0 5px rgba(255,255,255,1);
-webkit-box-shadow: 0 0 0 5px rgba(255,255,255,1);
border: none;
width:100px;
height:100px;
}
.user-button {
margin: 15px 0;
}FAQ
How do I use this snippet?
Include Bootstrap 3.2.0, 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.2.0.
About this bootstrap example/template
This free Bootstrap 3.2.0 snippet, List user profiles, was published on Jul 15th 2014, 18:43 by Bootdey Admin.
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 21.3K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 3.2.0
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.2.0 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