"User Profile Widget"
Bootstrap 3.0.0 Snippet by BhaumikPatel

<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/380x500" alt="" class="img-rounded img-responsive" /> </div> <div class="col-sm-6 col-md-8"> <h4> Bhaumik Patel</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-globe"></i><a href="http://www.jquery2dotnet.com">www.jquery2dotnet.com</a> <br /> <i class="glyphicon glyphicon-gift"></i>June 02, 1988</p> <!-- Split button --> <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/+Jquery2dotnet/posts">Google +</a></li> <li><a href="https://www.facebook.com/jquery2dotnet">Facebook</a></li> <li class="divider"></li> <li><a href="#">Github</a></li> </ul> </div> </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:

Thx..

Yefta John F. Shiregar () - 8 years ago - Reply 0


ok

Jayani te Ariki () - 9 years ago - Reply 0


Great! thx big!

Niaro Niralik () - 10 years ago - Reply 0


Looks great! Thanks! Does anyone know how to make them side by side...? I tried to vary the sizes of the columns but they keep being stacked....thanks

Henry Dalziel () - 10 years ago - Reply 0


Yes, you only have to copy and paste the lines 3 - 38, which will create another block in the row. You can also do this dynamically.

Ruben () - 10 years ago - Reply 0


How would you add this widget dynamically?

Sherod Keen () - 10 years ago - Reply 0