Bootstrap snippet and html example. user profile complete

Bootstrap 3.3.4 snippet "user profile complete" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: user,profile,complete

HTML code

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

<div class="row">
    <div class="col-sm-3">
        <!-- START widget-->
        <div class="panel widget">
           <div class="panel-body bg-danger text-center">
              <div class="radial-bar radial-bar-40 radial-bar radial-bar-danger m0">
                 <img src="https://bootdey.com/img/Content/user_3.jpg" alt="">
              </div>
              <p>
                 <strong>40%</strong>
                 <span>complete</span>
              </p>
           </div>
        </div>
        <!-- END widget-->
     </div>
    <div class="col-sm-3">
        <!-- START widget-->
        <div class="panel widget">
           <div class="panel-body bg-danger text-center">
              <div class="radial-bar radial-bar-50 radial-bar radial-bar-danger m0">
                 <img src="https://bootdey.com/img/Content/user_3.jpg" alt="">
              </div>
              <p>
                 <strong>40%</strong>
                 <span>complete</span>
              </p>
           </div>
        </div>
        <!-- END widget-->
     </div>
</div>

CSS code

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


body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.52857143;
  color: #515253;
  background-color: #f5f7fa;
  margin-top:20px;
}

.widget .panel, .widget.panel {
  overflow: hidden;
}

.widget {
  margin-bottom: 20px;
  border: 0;
}

.bg-danger {
  background-color: #f05050;
  color: #fff!important;
}

.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(90deg,#fafafa 50%,transparent 50%,transparent),linear-gradient(234deg,#f05050 50%,#fafafa 50%,#fafafa);
}

.radial-bar-primary.radial-bar-50 {
  background-image: linear-gradient(90deg,#fafafa 60%,transparent 60%,transparent),linear-gradient(234deg,#5d9cec 60%,#fafafa 60%,#fafafa);
}

.m0 {
  margin: 0!important;
}

.radial-bar {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fafafa;
  background-color: transparent;
  margin-bottom: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
}

.radial-bar:after, .radial-bar>img {
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}

.radial-bar>img {
  z-index: 102;
}

.radial-bar:after, .radial-bar>img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  color: #a1a2a3;
}

Similar snippets

Bootstrap example and template. zig zag user description

zig zag user description

Bootstrap example and template. User wall with sidebar show hide

User wall with sidebar show hide

Bootstrap example and template. user blog widget

user blog widget

Bootstrap example and template. profile with followers with cover photo

profile with followers with cover photo

Bootstrap example and template. messages like material design

messages like material design

FAQ

How do I use this snippet?

Include Bootstrap 3.3.4, 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.3.4.

Bootstrap example and template. user profile complete

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

Bootstrap 3.3.4

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.4 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