"User profile thumbnails BS 3"
Bootstrap 3.0.0 Snippet by holymp2006

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-sm-2 col-md-2"> <img src="http://thetransformedmale.files.wordpress.com/2011/06/bruce-wayne-armani.jpg" alt="" class="img-rounded img-responsive" /> </div> <div class="col-sm-2 col-md-4"> <blockquote> <p>Bruce Wayne</p> <small><cite title="Source Title">Gotham, United Kingdom <i class="glyphicon glyphicon-map-marker"></i></cite></small> </blockquote> <p> <i class="glyphicon glyphicon-envelope"></i> masterwayne@batman.com <br /> <i class="glyphicon glyphicon-globe"></i> www.bootsnipp.com <br /> <div class="btn-group"> <button type="button" class="btn btn-primary"> Social</button> <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown"> <span class="caret"></span><span class="sr-only">Social</span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="#">Twitter</a></li> <li><a href="https://plus.google.com/">Google +</a></li> <li><a href="https://www.facebook.com/">Facebook</a></li> <li class="divider"></li> <li><a href="#">Github</a></li> </ul> </div> </div> </div> </div>

Related: See More


Questions / Comments: