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.

127 lines
3.9KB

  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. #lang
  44. {
  45. float: right;
  46. }
  47. img
  48. {
  49. width: 100%;
  50. }
  51. .itemDate
  52. {
  53. margin-bottom: 2em;
  54. color: #aaa;
  55. }
  56. .itemTitle a
  57. {
  58. color: #3A91CB;
  59. text-decoration: none;
  60. }
  61. </style>
  62. <title>Serov</title>
  63. </head>
  64. <body>
  65. <div id="header">
  66. <strong>Serov</strong>
  67. <a href="../../en/blog/index.html">Blog</a>
  68. <a href="../../en/page/about.html">About me</a>
  69. <a href="../../en/page/cv.html">CV</a>
  70. <div id="lang">
  71. <a href="../../en/blog/index2.html">EN</a>
  72. <a href="../../ru/blog/index2.html">RU</a>
  73. </div>
  74. </div>
  75. <center>
  76. <h1>Blog</h1>
  77. <div class="contents">
  78. <h2 class="itemTitle">
  79. <a href="1887.02.girl-with-peaches.html">Girl with peaches</a>
  80. </h2>
  81. <p class="itemDate">1887-02</p>
  82. <p><img src="https://upload.wikimedia.org/wikipedia/commons/a/a6/Valentin_Serov_-_%D0%94%D0%B5%D0%B2%D0%BE%D1%87%D0%BA%D0%B0_%D1%81_%D0%BF%D0%B5%D1%80%D1%81%D0%B8%D0%BA%D0%B0%D0%BC%D0%B8._%D0%9F%D0%BE%D1%80%D1%82%D1%80%D0%B5%D1%82_%D0%92.%D0%A1.%D0%9C%D0%B0%D0%BC%D0%BE%D0%BD%D1%82%D0%BE%D0%B2%D0%BE%D0%B9_-_Google_Art_Project.jpg" alt="Girl with peaches" /></p>
  83. <p>Here's my famous "Girl with peaches", this is a portrait of Mamontova.</p>
  84. <p>. . .</p>
  85. <div class="itemMore">
  86. <a href="1887.02.girl-with-peaches.html">Continue reading</a>
  87. </div>
  88. </div>
  89. <div class="contents">
  90. <h2 class="itemTitle">
  91. <a href="1887.01.venice.html">St. Mark plaza in Venice</a>
  92. </h2>
  93. <p class="itemDate">1887-01</p>
  94. <p><img src="https://upload.wikimedia.org/wikipedia/commons/d/d2/St._Mark_Plaza_in_Venice.jpg" alt="St. Mark plaza in Venice" /></p>
  95. <p>I've been to Venice, so I couldn't resist painting its St. Mark plaza.</p>
  96. <p>. . .</p>
  97. <div class="itemMore">
  98. <a href="1887.01.venice.html">Continue reading</a>
  99. </div>
  100. </div>
  101. <div class="contents">
  102. <h2 class="itemTitle">
  103. <a href="1886.02.by-the-window.html">By the window</a>
  104. </h2>
  105. <p class="itemDate">1886-02</p>
  106. <p><img src="https://upload.wikimedia.org/wikipedia/commons/7/72/Walentin_Aleksandrovich_Serov_By_the_Window.jpg" alt="By the window" /></p>
  107. <p>Here's "By the window" portrait of my then-girlfriend Olga Trubnikova. Just look at her!</p>
  108. <p>. . .</p>
  109. <div class="itemMore">
  110. <a href="1886.02.by-the-window.html">Continue reading</a>
  111. </div>
  112. </div>
  113. <p>Page 2 of 3</p>
  114. <p>
  115. <a href="index.html">« Newer</a>
  116. <a href="index3.html">Older »</a>
  117. </p>
  118. <div id="footer">
  119. This sample web site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>.
  120. </div>
  121. </center>
  122. </body>
  123. </html>