"User Profile Widget"
Bootstrap 3.0.0 Snippet by doctorkarn

<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="user-box"> <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/300x300" alt="" class="img-rounded img-responsive" /> </div> <div class="col-sm-6 col-md-8"> <h4>Bhaumik Patel</h4> <div class="small">San Francisco, USA <i class="glyphicon glyphicon-map-marker"></i></div> <i class="glyphicon glyphicon-envelope"></i>email@example.com<br /> <i class="glyphicon glyphicon-phone"></i>081-234-5678<br /> <i class="glyphicon glyphicon-globe"></i>www.jquery2dotnet.com<br /> <hr /> <button type="button" class="btn btn-warning">Setting</button> <button type="button" class="btn btn-danger">Logout</button> </div> </div> </div> </div> </div> </div> </div>
body{padding-top:30px;} .user-box .glyphicon { margin-bottom: 10px;margin-right: 10px;} .user-box .small { display: block; line-height: 1.428571429; color: #999; }

Related: See More


Questions / Comments: