Bootstrap snippet and html example. profile tab widget

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: profile,tab,widget,social

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 3.3.4 included, to get the result that you can see in the preview selection

<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

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 3.3.4 included, to get the result that you can see in the preview selection

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. Contact list label

Contact list label

Bootstrap example and template. social network profile head

social network profile head

Bootstrap example and template. bs4 social tiemeline

bs4 social tiemeline

Bootstrap example and template. profile timeline

profile timeline

Bootstrap example and template. user profile description

user profile description

Bootstrap example and template. Event Schedule list

Event Schedule list

Bootstrap example and template. Bootstrap 3 Toggle Switch buttons

Bootstrap 3 Toggle Switch buttons

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile tab widget

About this bootstrap example/template

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 5.9K views, Using this bootstrap snippet you have the following benefits:

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