"Flat user profile UI"
Bootstrap 3.2.0 Snippet by LuisMRibeiro

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ----------> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet"> <div class="container"> <div class="col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6"> <div class="well profile"> <div class="col-sm-12"> <div class="col-xs-12 col-sm-4 text-center"> <figure> <img src="http://www.localcrimenews.com/wp-content/uploads/2013/07/default-user-icon-profile.png" alt="" class="img-circle img-responsive"> </figure> </div> <div class="col-xs-12 col-sm-8"> <h2>Nicole Pearson</h2> <p><i class="fa fa-envelope-o"></i> npearson@gmail.com</p> <p><i class="fa fa-tablet"></i> 919 023 450</p> <div> <button class="btn btn-primary pull-right">Edit</button> </div> </div> <hr/> </div> </div> </div> </div>

Related: See More


Questions / Comments: