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 5.2.0 included, to get the result that you can see in the preview selection
Download<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--font-->
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Square+Peg&display=swap" rel="stylesheet">
<section>
<div class="container">
<div class="row">
<div class="col-md-5">
<img src="https://thumbs.dreamstime.com/b/african-american-corporate-businessman-vertical-portrait-59935719.jpg" class="profile-pic img-fluid w-100">
</div>
<div class="col-md-1" id="social">
<ul class="s_sec">
<li><i class="fa fa-facebook-f"></i></li>
<li><i class="fa fa-behance"></i></li>
<li><i class="fa fa-git"></i></li>
<li><i class="fa fa-instagram"></i></li>
<li><i class="fa fa-linkedin"></i></li>
</ul>
</div>
<div class="col-md-6">
<div class="h_text">
<h4>Hey I'm <br><span>Professional Web Designer</span></h4>
</div>
<!--follow details-->
<div class="row">
<div class="col-md-4">
<div class="d_box">
<h4><strong>300+</strong></h4>
<p>Clients</p>
</div>
</div>
<div class="col-md-4">
<div class="d_box">
<h4><strong>300 k</strong></h4>
<p>Followers</p>
</div>
</div>
<div class="col-md-4">
<div class="d_box">
<h4><strong>200 k+</strong></h4>
<p>Requests</p>
</div>
</div>
</div>
<!--progress report-->
<div class="p_sec mt-3">
<div>
<h4>Website Designing</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" style="width:90%">90%</div>
</div>
</div>
<div>
<h4>Photoshop & Illustrator</h4>
<div class="progress">
<div class="progress-bar bg-success progress-bar-striped progress-bar-animated" style="width:70%">97%</div>
</div>
</div>
<div>
<h4>Web Development</h4>
<div class="progress">
<div class="progress-bar bg-warning progress-bar-striped progress-bar-animated" style="width:85%">85%</div>
</div>
</div>
</div>
<!--download button-->
<a href="#" class="btn btn-primary mt-4">DOWNLOAD CV</a>
</div>
</div>
</div>
</section>
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 5.2.0 included, to get the result that you can see in the preview selection
Download
.h_text h4 {
font-family: 'Cabin', sans-serif;
font-size: 45px;
font-weight: 100;
padding: 34px 0px;}
.h_text h4 span {
color: #0b4396;font-family: 'Square Peg', cursive;font-size: 65px;
line-height: 0.6;}
.d_box {
background: #cccccc36;
padding: 20px;
text-align: center;
margin-bottom: 30px;
border-radius: 9px;}
ul.s_sec li {
list-style: none;
border-radius: 22px;
text-align: center;
padding: 5px;
margin-bottom: 15px;}
.p_sec>div {
margin-bottom: 25px;}
.d_box h4 {
font-size: 28px;
margin-bottom: -1px;}
.d_box p {
font-size: 18px;
}
h4 {
font-family: 'Cabin', sans-serif;
font-size: 18px;}
ul.s_sec {
position: absolute;
margin-left: -24px;
background-color: #0b4396;
padding-right: 35px;
padding-bottom: 39px;
padding-top: 38px;
margin-top: 44px;
color: white;}
.btn.btn-primary {
width: 225px;
padding: 12px;
font-family: 'Cabin', sans-serif;
background-color: #0b4396;}
</style>
About this bootstrap example/template
This example/template, profile section, was published on Dec 16th 2022, 13:30 by Anjali Sharma and it is free.
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 218 views, Using this bootstrap snippet you have the following benefits:
Bootstrap 5.2.0
<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.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