HTML code
Clean, semantic HTML that powers this Bootstrap 5.1.3 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<section class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-12 mb-4 mb-sm-5">
<div class="card card-style1 border-0">
<div class="card-body p-1-9 p-sm-2-3 p-md-6 p-lg-7">
<div class="row align-items-center">
<div class="col-lg-6 mb-4 mb-lg-0">
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="...">
</div>
<div class="col-lg-6 px-xl-10">
<div class="bg-secondary d-lg-inline-block py-1-9 px-1-9 px-sm-6 mb-1-9 rounded">
<h3 class="h2 text-white mb-0">John mark Doe Kyzer</h3>
<span class="text-primary">Coach</span>
</div>
<ul class="list-unstyled mb-1-9">
<li class="mb-2 mb-xl-3 display-28"><span class="display-26 text-secondary me-2 font-weight-600">Position:</span> Coach</li>
<li class="mb-2 mb-xl-3 display-28"><span class="display-26 text-secondary me-2 font-weight-600">Experience:</span> 10 Years</li>
<li class="mb-2 mb-xl-3 display-28"><span class="display-26 text-secondary me-2 font-weight-600">Email:</span> [email protected]</li>
<li class="mb-2 mb-xl-3 display-28"><span class="display-26 text-secondary me-2 font-weight-600">Website:</span> www.example.com</li>
<li class="display-28"><span class="display-26 text-secondary me-2 font-weight-600">Phone:</span> 507 - 541 - 4567</li>
</ul>
<ul class="social-icon-style1 list-unstyled mb-0 ps-0">
<li><a href="#!"><i class="ti-twitter-alt"></i></a></li>
<li><a href="#!"><i class="ti-facebook"></i></a></li>
<li><a href="#!"><i class="ti-pinterest"></i></a></li>
<li><a href="#!"><i class="ti-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 mb-4 mb-sm-5">
<div>
<span class="section-title text-primary mb-3 mb-sm-4">About Me</span>
<p>Edith is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p class="mb-0">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed.</p>
</div>
</div>
<div class="col-lg-12">
<div class="row">
<div class="col-lg-12 mb-4 mb-sm-5">
<div class="mb-4 mb-sm-5">
<span class="section-title text-primary mb-3 mb-sm-4">Skill</span>
<div class="progress-text">
<div class="row">
<div class="col-6">Driving range</div>
<div class="col-6 text-end">80%</div>
</div>
</div>
<div class="custom-progress progress progress-medium mb-3" style="height: 4px;">
<div class="animated custom-bar progress-bar slideInLeft bg-secondary" style="width:80%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="10" role="progressbar"></div>
</div>
<div class="progress-text">
<div class="row">
<div class="col-6">Short Game</div>
<div class="col-6 text-end">90%</div>
</div>
</div>
<div class="custom-progress progress progress-medium mb-3" style="height: 4px;">
<div class="animated custom-bar progress-bar slideInLeft bg-secondary" style="width:90%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="70" role="progressbar"></div>
</div>
<div class="progress-text">
<div class="row">
<div class="col-6">Side Bets</div>
<div class="col-6 text-end">50%</div>
</div>
</div>
<div class="custom-progress progress progress-medium mb-3" style="height: 4px;">
<div class="animated custom-bar progress-bar slideInLeft bg-secondary" style="width:50%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="70" role="progressbar"></div>
</div>
<div class="progress-text">
<div class="row">
<div class="col-6">Putting</div>
<div class="col-6 text-end">60%</div>
</div>
</div>
<div class="custom-progress progress progress-medium" style="height: 4px;">
<div class="animated custom-bar progress-bar slideInLeft bg-secondary" style="width:60%" aria-valuemax="100" aria-valuemin="0" aria-valuenow="70" role="progressbar"></div>
</div>
</div>
<div>
<span class="section-title text-primary mb-3 mb-sm-4">Education</span>
<p>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
<p class="mb-1-9">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 5.1.3 to keep the design, spacing, and responsiveness consistent.
Downloadbody{margin-top:20px;}
.card-style1 {
box-shadow: 0px 0px 10px 0px rgb(89 75 128 / 9%);
}
.border-0 {
border: 0!important;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.25rem;
}
section {
padding: 120px 0;
overflow: hidden;
background: #fff;
}
.mb-2-3, .my-2-3 {
margin-bottom: 2.3rem;
}
.section-title {
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.text-primary {
color: #ceaa4d !important;
}
.text-secondary {
color: #15395A !important;
}
.font-weight-600 {
font-weight: 600;
}
.display-26 {
font-size: 1.3rem;
}
@media screen and (min-width: 992px){
.p-lg-7 {
padding: 4rem;
}
}
@media screen and (min-width: 768px){
.p-md-6 {
padding: 3.5rem;
}
}
@media screen and (min-width: 576px){
.p-sm-2-3 {
padding: 2.3rem;
}
}
.p-1-9 {
padding: 1.9rem;
}
.bg-secondary {
background: #15395A !important;
}
@media screen and (min-width: 576px){
.pe-sm-6, .px-sm-6 {
padding-right: 3.5rem;
}
}
@media screen and (min-width: 576px){
.ps-sm-6, .px-sm-6 {
padding-left: 3.5rem;
}
}
.pe-1-9, .px-1-9 {
padding-right: 1.9rem;
}
.ps-1-9, .px-1-9 {
padding-left: 1.9rem;
}
.pb-1-9, .py-1-9 {
padding-bottom: 1.9rem;
}
.pt-1-9, .py-1-9 {
padding-top: 1.9rem;
}
.mb-1-9, .my-1-9 {
margin-bottom: 1.9rem;
}
@media (min-width: 992px){
.d-lg-inline-block {
display: inline-block!important;
}
}
.rounded {
border-radius: 0.25rem!important;
}FAQ
How do I use this snippet?
Include Bootstrap 5.1.3, 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 5.1.3.
About this bootstrap example/template
This free Bootstrap 5.1.3 snippet, user about me section, was published on Mar 3rd 2022, 08:03 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 35.9K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 5.1.3
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 5.1.3 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