Bootstrap snippet and html example. social user post

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: social,user,post

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

<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
        <div class="panel panel-default">
           <div class="panel-heading"><a class="pull-right" href="#">View all</a> <h4>Upgrade to Bootstrap 3</h4></div>
   			<div class="panel-body">
              <img class="img-circle pull-right img-thumbnail" width="80" height="80" src="https://bootdey.com/img/Content/avatar/avatar6.png"> <a href="#">Guidance and Tools</a>
              <div class="clearfix"></div>
              <hr>
              <p>Migrating from Bootstrap 2.x to 3 is not a simple matter of swapping out the JS and CSS files.
              Bootstrap 3 is a major overhaul, and there are a lot of changes from Bootstrap 2.x. <a href="https://bootdey.com">This guidance</a> is intended to help 2.x developers transition to 3.
              </p>
              <h5><a href="https://bootdey.com">More snippets on Bootdey</a></h5>
            </div>
         </div> 
    </div>

<div class="col-md-6 col-sm-12">
        <div class="panel panel-default">
           <div class="panel-heading"><a class="pull-right" href="#">View all</a> <h4>Upgrade to Bootstrap 3</h4></div>
   			<div class="panel-body">
              <img class="img-circle pull-right img-thumbnail" width="80" height="80" src="https://bootdey.com/img/Content/avatar/avatar7.png"> <a href="#">Guidance and Tools</a>
              <div class="clearfix"></div>
              <hr>
              <p>Migrating from Bootstrap 2.x to 3 is not a simple matter of swapping out the JS and CSS files.
              Bootstrap 3 is a major overhaul, and there are a lot of changes from Bootstrap 2.x. <a href="https://bootdey.com">This guidance</a> is intended to help 2.x developers transition to 3.
              </p>
              <h5><a href="https://bootdey.com">More snippets on Bootdey</a></h5>
            </div>
         </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.1.0 included, to get the result that you can see in the preview selection

body{
background:#eee;
}
.panel .panel-heading {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #262626;
    font-size: 16px;
    font-weight: 700;
}

.panel .panel-heading a {
    font-size: 11px;
    font-weight: 400;
}

Similar snippets

Bootstrap example and template. cover profile detail

cover profile detail

Bootstrap example and template. User Support Tickets Profile

User Support Tickets Profile

Bootstrap example and template. bs4 beta user profile with activities

bs4 beta user profile with activities

Bootstrap example and template. Blog Gallery Widget

Blog Gallery Widget

Bootstrap example and template. Edit profile page

Edit profile page

Bootstrap example and template. time table

time table

Bootstrap example and template. form inputs

form inputs

Bootstrap example and template. Invoice with ribbon

Invoice with ribbon

Bootstrap example and template. social user post

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

Bootstrap 3.1.0

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

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

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