Bootstrap snippet and html example. profile tab widget

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

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.

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
    <div class="col-md-6">
        <div class="wdgt-profile">
            <div class="profile">
                <img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="">
                <div class="profile-social">
                    <a href="#"><i class="fa fa-pinterest"></i></a>
                    <a href="#"><i class="fa fa-twitter"></i></a>
                    <a href="#"><i class="fa fa-facebook"></i></a>
                </div>
                <ul class="profile-tab">
                    <li><a href="#"><i class="fa fa-camera"></i>Photo</a></li>
                    <li class="active"><a href="#"><i class="fa fa-user"></i>Profile</a></li>
                    <li><a href="#"><i class="fa fa-music"></i> Music</a></li>
                    <li><a href="#"><i class="fa fa-comments"></i>Comments</a></li>
                </ul>
            </div>
            <div class="profile-info">
                <h5>Name or description</h5>
                <span>Creative Designer</span>
            </div>
        </div>
    </div>
    <div class="col-md-6">
        <div class="wdgt-profile">
            <div class="profile">
                <img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="">
                <div class="profile-social">
                    <a href="#"><i class="fa fa-pinterest"></i></a>
                    <a href="#"><i class="fa fa-twitter"></i></a>
                    <a href="#"><i class="fa fa-facebook"></i></a>
                </div>
                <ul class="profile-tab">
                    <li><a href="#"><i class="fa fa-camera"></i>Photo</a></li>
                    <li class="active"><a href="#"><i class="fa fa-user"></i>Profile</a></li>
                    <li><a href="#"><i class="fa fa-music"></i> Music</a></li>
                    <li><a href="#"><i class="fa fa-comments"></i>Comments</a></li>
                </ul>
            </div>
            <div class="profile-info">
                <h5>Name or description</h5>
                <span>Creative Designer</span>
            </div>
        </div>
    </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{
    margin-top:20px;
    background:#eee;
}

.wdgt-profile {
  position: relative;
}

.wdgt-profile .profile img {
  width: 100%;
  height: 380px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.wdgt-profile .profile-social {
  position: absolute;
  left: 20px;
  top: 20px;
}

.wdgt-profile .profile-social a {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 24px;
  margin: 0 1px;
  text-align: center;
  width: 28px;
}

.wdgt-profile .profile-tab {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  list-style-type: none;
  padding: 0;
  height: 100%;
  background: rgba(0,0,0,.5);
  margin: 0;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.wdgt-profile .profile-tab li {
  text-align: center;
  max-width: 100%;
}

.wdgt-profile .profile-tab li a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
  color: #fff;
}

.wdgt-profile .profile-tab li a i {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}

.wdgt-profile .profile-info {
  background: #424F63;
  position: relative;
  z-index: 10;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.wdgt-profile .profile-info h5 {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.wdgt-profile .profile-info span {
  font-size: 11px;
  color: #fff;
}

Similar snippets

Bootstrap example and template. Profile with tabs like facebook page

Profile with tabs like facebook page

Bootstrap example and template. Profile page

Profile page

Bootstrap example and template. team members tab

team members tab

Bootstrap example and template. Update user profile

Update user profile

Bootstrap example and template. Bootstrap Colored Panel Pricing Table

Bootstrap Colored Panel Pricing Table

Bootstrap example and template. event blocks

event blocks

Bootstrap example and template. update your social status form

update your social status form

Bootstrap example and template. simple user profile presentation social

simple user profile presentation social

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. profile tab widget

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 7.6K+ 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