github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example_osv_java_servlet/src/main/java/test.html (about)

     1  <head>
     2      <style type="text/css">
     3          table.speakersTable {
     4              width: 70%;
     5              padding: 10;
     6              spacing: 10;
     7          }
     8  
     9          img.speakerPic {
    10              float: right;
    11              padding: 10;
    12              width: 90;
    13          }
    14      </style>
    15  </head>
    16  
    17  <h1>Organisation</h1>
    18  
    19  <h1>Speakers</h1>
    20  <table class="speakersTable">
    21      <tbody>
    22      <tr>
    23          <td>
    24              <img class="speakerPic" alt="Sergiu Bodiu"
    25                   src="http://m.c.lnkd.licdn.com/mpr/mpr/shrink_200_200/p/4/000/16a/2ba/0ba653e.jpg"/>
    26  
    27              <h2>Sergiu Bodiu </h2>
    28  
    29              <h3> Java Consultant at Bank of America </h3>
    30              <font size="5">S</font>easoned consultant experienced in large-scale e-commerce projects, passionate about
    31              providing innovative technology solutions to solve complex business problems, have extensive knowledge and
    32              experience delivering enterprise wide applications. He is skilled in software design, data modeling,
    33              stakeholder management, IT strategic planning, technical know-how and security. Able to design, implement,
    34              test and maintain software product components with strong focus on design elegance and software reuse.
    35          </td>
    36      </tr>
    37      <tr>
    38          <td>
    39              <img alt="Sergiu Bodiu" src="http://m.c.lnkd.licdn.com/mpr/mpr/shrink_200_200/p/4/000/16a/2ba/0ba653e.jpg"
    40                   width="84" height="84" align="right" hspace="10"/>
    41  
    42              <h2>Sergiu Bodiu </h2>
    43  
    44              <h3> Java Consultant at Bank of America </h3>
    45              <font size="5">S</font>easoned consultant experienced in large-scale e-commerce projects, passionate about
    46              providing innovative technology solutions to solve complex business problems, have extensive knowledge and
    47              experience delivering enterprise wide applications. He is skilled in software design, data modeling,
    48              stakeholder management, IT strategic planning, technical know-how and security. Able to design, implement,
    49              test and maintain software product components with strong focus on design elegance and software reuse.
    50          </td>
    51      </tr>
    52      </tbody>
    53  </table>