"panel detail"
Bootstrap 3.3.0 Snippet by martinfrancisco

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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"> <h2>Retail Detail</h2> <div class="col-md-4"> <h2>Aqui ira la imagen</h2> <div class="col-md-3 col-lg-3 " align="center"> <img alt="User Pic" src="http://babyinfoforyou.com/wp-content/uploads/2014/10/avatar-300x300.png" class="img-circle img-responsive"> </div> </div> <div class="col-md-8"> <h2>Y aqui una tabla con las descripciones</h2> <div class=" col-md-9 col-lg-9 "> <table class="table table-user-information"> <tbody> <tr> <td>Department:</td> <td>Programming</td> </tr> <tr> <td>Hire date:</td> <td>06/23/2013</td> </tr> <tr> <td>Date of Birth</td> <td>01/24/1988</td> </tr> <tr> <tr> <td>Gender</td> <td>Male</td> </tr> <tr> <td>Home Address</td> <td>Metro Manila,Philippines</td> </tr> <tr> <td>Email</td> <td><a href="mailto:info@support.com">info@support.com</a></td> </tr> <td>Phone Number</td> <td>123-4567-890(Landline)<br><br>555-4567-890(Mobile) </td> </tr> </tbody> </table> </div> </div> </div>

Related: See More


Questions / Comments: