You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: grey;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. body
  19. {
  20. background: #FAFAFA;
  21. }
  22. .contents
  23. {
  24. background: #FFFFFF;
  25. width: 720px;
  26. padding: 1em;
  27. margin-top: 2em;
  28. margin-bottom: 2em;
  29. border: 1px solid #E0E0E0;
  30. text-align: left;
  31. }
  32. table
  33. {
  34. border-collapse: collapse;
  35. }
  36. table, th, td
  37. {
  38. border: 1px solid #aaa;
  39. padding: 0.5em;
  40. margin-top: 0.5em;
  41. margin-bottom: 0.5em;
  42. }
  43. </style>
  44. <title>Serov</title>
  45. </head>
  46. <body>
  47. <div id="header">
  48. <strong>Serov</strong>
  49. <a href="about.html">About me</a>
  50. <a href="cv.html">CV</a>
  51. </div>
  52. <center>
  53. <h1>Curriculum vitae</h1>
  54. <div class="contents">
  55. <p>Here's my CV in case my paintings still interest you. I took a bit of a modern IT approach to structure my CV as key-value pairs of a dictionary (map), enjoy!</p>
  56. <table>
  57. <thead>
  58. <tr>
  59. <th>Key</th>
  60. <th>Value</th>
  61. </tr>
  62. </thead>
  63. <tbody>
  64. <tr>
  65. <td>Name</td>
  66. <td>Valentin Serov</td>
  67. </tr>
  68. <tr>
  69. <td>Age</td>
  70. <td>46</td>
  71. </tr>
  72. <tr>
  73. <td>Marital status</td>
  74. <td>Married</td>
  75. </tr>
  76. <tr>
  77. <td>Country</td>
  78. <td>Russian Empire</td>
  79. </tr>
  80. <tr>
  81. <td>Alma mater</td>
  82. <td>Imperial Academy of Arts</td>
  83. </tr>
  84. <tr>
  85. <td>Education</td>
  86. <td>* Member Academy of Arts (1898) <br> * Full Member Academy of Arts (1903)</td>
  87. </tr>
  88. </tbody>
  89. </table>
  90. </div>
  91. <div id="footer">
  92. This sample web site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>.
  93. </div>
  94. </center>
  95. </body>
  96. </html>