Advertisement
Guest User

Untitled

a guest
May 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.04 KB | None | 0 0
  1.   <div class="panel-body">
  2.                     <div class='row'>
  3.                         <div class='col-md-4'>
  4.                             <div class="panel panel-info">
  5.                               <div class="panel-heading">User info</div>
  6.                               <div class="panel-body">
  7.                                 <br>
  8.                                 <img src='imgs/empty_pic.png' height='120' width='120'></img>
  9.                                 <br><br>
  10.                                 <p><span id='name'></span> <span id='surname'></span></p>
  11.                                 <p><span id='email'></span></p>
  12.                               </div>
  13.                             </div>
  14.                         </div>
  15.                         <div class='col-md-8'>
  16.                             <div class="panel panel-info">
  17.                               <div class="panel-heading">User info</div>
  18.                               <div class="panel-body">
  19.                                 <h4 style='display:inline-block'>Education and training</h4>
  20.                                 <table class="table table-striped">
  21.                                     <thead>
  22.                                       <tr>
  23.                                         <th>Titolo</th>
  24.                                         <th>Anno</th>
  25.                                         <th>Luogo</th>
  26.                                         <th>Opzioni</th>
  27.                                       </tr>
  28.                                     </thead>
  29.                                     <tbody id='education'>
  30.                                      
  31.                                     </tbody>
  32.                                 </table>
  33.                               </div>
  34.                             </div>
  35.                         </div>
  36.                     </div>
  37.               </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement