Bootstrap snippet and html example. ProfileLinkedinstyle

Bootstrap 3.3.7 snippet "ProfileLinkedinstyle" 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 3.3.7 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

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

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

.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

Lightweight JS to power any interactions this snippet needs. Drop it under your scripts (after Bootstrap 3.3.7) to mirror the live demo.

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

Similar snippets

Bootstrap example and template. Social navigation box

Social navigation box

Bootstrap example and template. Meet our master individuals

Meet our master individuals

Bootstrap example and template. resume user profile widget

resume user profile widget

Bootstrap example and template. timeline events

timeline events

Bootstrap example and template. Admin Panel Quick Shortcuts

Admin Panel Quick Shortcuts

Bootstrap example and template. responsive video with description

responsive video with description

Bootstrap example and template. Responsive UI Card

Responsive UI Card

Bootstrap example and template. service icons

service icons

FAQ

How do I use this snippet?

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

Bootstrap example and template. ProfileLinkedinstyle

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

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