Bootstrap snippet and html example. profile section

Bootstrap 5.2.0 snippet "profile section" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.

HTML code

Clean, semantic HTML that powers this Bootstrap 5.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<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

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


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

Similar snippets

Bootstrap example and template. bs4 inbox list

bs4 inbox list

Bootstrap example and template. social network profile info

social network profile info

Bootstrap example and template. bs4 blog timeline

bs4 blog timeline

Bootstrap example and template. blog comments

blog comments

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 projects

bs4 projects

Bootstrap example and template. Sidebar left menu

Sidebar left menu

Bootstrap example and template. User profile with post list

User profile with post list

FAQ

How do I use this snippet?

Include Bootstrap 5.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 5.2.0.

Bootstrap example and template. profile section

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 497+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

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