Bootstrap snippet and html example. ProfileLinkedinstyle

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.

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

<!DOCTYPE html>
<html>
    <head>
        <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
    </head>
    <body>
        <div class="col-sm-2 col-sm-offset-4 frame">
            <div></div>
            <div class="profile">
               <img class="img-circle img-thumbnail" src="https://media.licdn.com/mpr/mpr/shrinknp_100_100/AAEAAQAAAAAAAAmtAAAAJDY2MzEwMDdhLThhOTEtNDQ3Yy1hMDM3LWM3NzM1MTg2YjVhNw.jpg" />
            </div>
            <div>
                <div>
                    <h4>piojoman</h4>
                    <p>Do not be afraid to take a big step, A precipice hopping is not passed</p>
                </div>                
                <div>
                    <div class="column">
                        <p>15</p>
                        <p>Friend</p>
                    </div>
                    <div class="column">
                        <p>8</p>
                        <p>Enemy</p>                            
                    </div>                        
                </div>     
                <div>
                    <button class="btn btn-info pull-left" data-toggle="tooltip" data-placement="top" title="Follow to piojoman">Follow</button>                        
                    <button class="btn btn-danger pull-right" style="margin-left:5px;" data-toggle="tooltip" data-placement="top" title="Block"><span class="glyphicon glyphicon-ban-circle" aria-hidden="true" ></span></button>
                    <button class="btn btn-success pull-right" data-toggle="tooltip" data-placement="top" title="Write a comment" ><span class="glyphicon glyphicon-comment" aria-hidden="true"></span></button>                        
                </div>                                         
            </div>
        </div>        
    </body>    
</html>

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

.frame{
    border:black;
    border:1px solid rgba(0,0,0,0.15);
    position:relative;
    padding:0;
    display:table;
    border-radius:2px;
}
.frame > div:first-of-type{
    position:absolute; 
    z-index:-1;
    height:25%;
    width:100%;
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSMnLtQSWlj5VetZstWV6zV19JLKIjttnH6TJdeVgMMHA4EA78A');
}
.frame > div:nth-child(3){
    position:relative;
    border-bottom:black;
    border-bottom: 1px solid rgba(0,0,0,.15);
    display:flex;
    flex-direction:column; 
    justify-content:center;
    width:100%;
    align-items:center;
    
}
.frame > div:nth-child(3) > div:nth-child(1) > h4{
    text-align:center;
}
.frame > div:nth-child(3) > div:nth-child(1) > p{
    text-align:center;color:#adadad; font-family:Source Sans Pro;font-weight: 400;font-size: 13px;
}
.frame > div:nth-child(3) > div:nth-child(1){
    width:100%;
    border-bottom:black;
    border-bottom: 1px solid rgba(0,0,0,.15);
}          
.frame > div:nth-child(3) > div:nth-child(2){
    border-bottom:black;
    border-bottom: 1px solid rgba(0,0,0,.15);
    display:table;
    width:100%;
    padding:10px;    
}
.frame .column{
    width:50%;float:left;
}
.frame .column > p:first-of-type{
    text-align:center;
    margin-bottom:0;
    font-size:21px;
    color:#0084bf;
}
.frame .column > p:last-of-type{
    text-align:center;
}          
.frame > div:nth-child(3) > div:nth-child(3){
    padding:10px;
    width:100%;
    position:relative;
    display:table;
}

.profile{
    margin-top:25%;
    display:flex; 
    justify-content:center;
    width:100%;
    align-items:center;
}
.profile > img {
    padding:1px;
    width:30%;
}

Javascript/Jquery code

This is the javascript code used to create this bootstrap snippet, You can copy and paste the following javascript code inside a page with bootstrap 3.3.7 included, to get the result that you can see in the preview selection

$('[data-toggle=tooltip]').tooltip(); 

Similar snippets

Bootstrap example and template. menu widget with collapse panels

menu widget with collapse panels

Bootstrap example and template. services prices

services prices

Bootstrap example and template. team list with board of directors

team list with board of directors

Bootstrap example and template. User Support Tickets Profile

User Support Tickets Profile

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. candidate list with skills rating and location

candidate list with skills rating and location

Bootstrap example and template. Gradients dashboard cards

Gradients dashboard cards

Bootstrap example and template. panel dashboard widget

panel dashboard widget

Bootstrap example and template. ProfileLinkedinstyle

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

Bootstrap 3.3.7

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

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

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

Jquery plugins

Great built-in plugins with jquery framework, you can easy to change all declarations

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