HTML code
Clean, semantic HTML that powers this Bootstrap 4.0.0-beta snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container profile-page">
<div class="row">
<div class="col-xl-6 col-lg-7 col-md-12">
<div class="card profile-header">
<div class="body">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="profile-image float-md-right"> <img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt=""> </div>
</div>
<div class="col-lg-8 col-md-8 col-12">
<h4 class="m-t-0 m-b-0"><strong>Michael</strong> Deo</h4>
<span class="job_post">Ui UX Designer</span>
<p>795 Folsom Ave, Suite 600 San Francisco, CADGE 94107</p>
<div>
<button class="btn btn-primary btn-round">Follow</button>
<button class="btn btn-primary btn-round btn-simple">Message</button>
</div>
<p class="social-icon m-t-5 m-b-0">
<a title="Twitter" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Facebook" href="javascript:void(0);"><i class="fa fa-facebook"></i></a>
<a title="Google-plus" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Behance" href="javascript:void(0);"><i class="fa fa-behance"></i></a>
<a title="Instagram" href="javascript:void(0);"><i class="fa fa-instagram "></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-7 col-md-12">
<div class="card profile-header">
<div class="body">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="profile-image float-md-right"> <img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt=""> </div>
</div>
<div class="col-lg-8 col-md-8 col-12">
<h4 class="m-t-0 m-b-0"><strong>Michael</strong> Deo</h4>
<span class="job_post">Ui UX Designer</span>
<p>795 Folsom Ave, Suite 600 San Francisco, CADGE 94107</p>
<div>
<button class="btn btn-primary btn-round">Follow</button>
<button class="btn btn-primary btn-round btn-simple">Message</button>
</div>
<p class="social-icon m-t-5 m-b-0">
<a title="Twitter" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Facebook" href="javascript:void(0);"><i class="fa fa-facebook"></i></a>
<a title="Google-plus" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Behance" href="javascript:void(0);"><i class="fa fa-behance"></i></a>
<a title="Instagram" href="javascript:void(0);"><i class="fa fa-instagram "></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-6 col-lg-7 col-md-12">
<div class="card profile-header">
<div class="body">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="profile-image float-md-right"> <img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""> </div>
</div>
<div class="col-lg-8 col-md-8 col-12">
<h4 class="m-t-0 m-b-0"><strong>Michael</strong> Deo</h4>
<span class="job_post">Ui UX Designer</span>
<p>795 Folsom Ave, Suite 600 San Francisco, CADGE 94107</p>
<div>
<button class="btn btn-primary btn-round">Follow</button>
<button class="btn btn-primary btn-round btn-simple">Message</button>
</div>
<p class="social-icon m-t-5 m-b-0">
<a title="Twitter" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Facebook" href="javascript:void(0);"><i class="fa fa-facebook"></i></a>
<a title="Google-plus" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Behance" href="javascript:void(0);"><i class="fa fa-behance"></i></a>
<a title="Instagram" href="javascript:void(0);"><i class="fa fa-instagram "></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-7 col-md-12">
<div class="card profile-header">
<div class="body">
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="profile-image float-md-right"> <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""> </div>
</div>
<div class="col-lg-8 col-md-8 col-12">
<h4 class="m-t-0 m-b-0"><strong>Michael</strong> Deo</h4>
<span class="job_post">Ui UX Designer</span>
<p>795 Folsom Ave, Suite 600 San Francisco, CADGE 94107</p>
<div>
<button class="btn btn-primary btn-round">Follow</button>
<button class="btn btn-primary btn-round btn-simple">Message</button>
</div>
<p class="social-icon m-t-5 m-b-0">
<a title="Twitter" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Facebook" href="javascript:void(0);"><i class="fa fa-facebook"></i></a>
<a title="Google-plus" href="javascript:void(0);"><i class="fa fa-twitter"></i></a>
<a title="Behance" href="javascript:void(0);"><i class="fa fa-behance"></i></a>
<a title="Instagram" href="javascript:void(0);"><i class="fa fa-instagram "></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 4.0.0-beta to keep the design, spacing, and responsiveness consistent.
Downloadbody{
margin-top:20px;
background:#eee;
}
a {
color: #f96332;
}
.m-t-5{
margin-top: 5px;
}
.card {
background: #fff;
margin-bottom: 30px;
transition: .5s;
border: 0;
border-radius: .1875rem;
display: inline-block;
position: relative;
width: 100%;
box-shadow: none;
}
.card .body {
font-size: 14px;
color: #424242;
padding: 20px;
font-weight: 400;
}
.profile-page .profile-header {
position: relative
}
.profile-page .profile-header .profile-image img {
border-radius: 50%;
width: 140px;
border: 3px solid #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
.profile-page .profile-header .social-icon a {
margin: 0 5px
}
.profile-page .profile-sub-header {
min-height: 60px;
width: 100%
}
.profile-page .profile-sub-header ul.box-list {
display: inline-table;
table-layout: fixed;
width: 100%;
background: #eee
}
.profile-page .profile-sub-header ul.box-list li {
border-right: 1px solid #e0e0e0;
display: table-cell;
list-style: none
}
.profile-page .profile-sub-header ul.box-list li:last-child {
border-right: none
}
.profile-page .profile-sub-header ul.box-list li a {
display: block;
padding: 15px 0;
color: #424242
}
FAQ
How do I use this snippet?
Include Bootstrap 4.0.0-beta, 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 4.0.0-beta.
About this bootstrap example/template
This free Bootstrap 4.0.0-beta snippet, bs4 profile header card, was published on Feb 11th 2018, 19:52 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 27.4K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 4.0.0-beta
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js'></script>
This code example is based on bootstrap 4.0.0-beta 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