"User Profile Widget"
Bootstrap 3.0.0 Snippet by mrchief

<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-xs-12 col-sm-6 col-md-6"> <div class="well well-sm"> <div class="row"> <div class="col-sm-6 col-md-4"> <img src="http://placehold.it/75" alt="" class="img-rounded img-responsive" /> </div> <div class="col-sm-6 col-md-8"> <h4> John Galt</h4> <small><cite title="San Francisco, USA">San Francisco, USA <i class="glyphicon glyphicon-map-marker"> </i></cite></small> <p> <i class="glyphicon glyphicon-envelope"></i>email@example.com <br /> <i class="glyphicon glyphicon-key"></i><a href="http://www.jquery2dotnet.com">www.jquery2dotnet.com</a> <br /> <i class="glyphicon glyphicon-gift"></i>June 02, 1988</p> </div> </div> </div> </div> </div> </div>
body{padding-top:30px;} .glyphicon { margin-bottom: 10px;margin-right: 10px;} small { display: block; line-height: 1.428571429; color: #999; }

Related: See More


Questions / Comments: