Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

146 lignes
4.4KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #2BA6E3;
  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. #lang
  19. {
  20. float: right;
  21. }
  22. .news_item
  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. .news_item_contents
  33. {
  34. color: #444;
  35. line-height: 1.5em;
  36. }
  37. .news_item_date
  38. {
  39. margin-bottom: 2em;
  40. color: #aaa;
  41. }
  42. html
  43. {
  44. font-family: sans-serif;
  45. }
  46. body
  47. {
  48. background: #FAFAFA;
  49. }
  50. code, pre
  51. {
  52. font-family: monospace, serif;
  53. font-size: 1em;
  54. color: #7f0a0c;
  55. }
  56. img
  57. {
  58. width: 720px;
  59. }
  60. .mobile
  61. {
  62. width: 320px;
  63. }
  64. a
  65. {
  66. color: #3A91CB;
  67. }
  68. table
  69. {
  70. border-collapse: collapse;
  71. }
  72. table, th, td
  73. {
  74. border: 1px solid #aaa;
  75. padding: 0.5em;
  76. margin-top: 0.5em;
  77. margin-bottom: 0.5em;
  78. }
  79. </style>
  80. </head>
  81. <body>
  82. <div id="header">
  83. <strong id="title">Open Game Studio</strong>
  84. <a href="../../ru/news/index.html">Новости</a>
  85. <a href="../../ru/game/index.html">Игры</a>
  86. <a href="../../ru/tool/index.html">Инструменты</a>
  87. <a href="../../ru/page/about.html">О нас</a>
  88. <div id="lang">
  89. <a href="../../en/tool/index.html">EN</a>
  90. <a href="../../ru/tool/index.html">RU</a>
  91. </div>
  92. </div>
  93. <center>
  94. <h1>Инструменты</h1>
  95. <div class="news_item">
  96. <h2 class="news_item_title">
  97. <a href="pskov.html">ПСКОВ</a>
  98. </h2>
  99. <div class="news_item_contents">
  100. <p><a href="http://opengamestudio.org/pskov/ru">ПСКОВ</a> является генератором статических сайтов, работающим прямо в веб-браузере.</p>
  101. <p>. . .</p>
  102. </div>
  103. <div class="news_item_more">
  104. <a href="pskov.html">Читать далее</a>
  105. </div>
  106. </div>
  107. <div class="news_item">
  108. <h2 class="news_item_title">
  109. <a href="lfsa.html">ЛФСД</a>
  110. </h2>
  111. <div class="news_item_contents">
  112. <p><a href="http://opengamestudio.org/lfsa/ru">ЛФСД</a> (к <strong>Л</strong>окальной <strong>Ф</strong>айловой <strong>С</strong>истеме <strong>Д</strong>оступ) предоставляет клиентским приложениям JS доступ к локальной файловой системе.</p>
  113. <p>. . .</p>
  114. </div>
  115. <div class="news_item_more">
  116. <a href="lfsa.html">Читать далее</a>
  117. </div>
  118. </div>
  119. <div class="news_item">
  120. <h2 class="news_item_title">
  121. <a href="zipbase64.html">ZipBase64</a>
  122. </h2>
  123. <div class="news_item_contents">
  124. <p><a href="http://opengamestudio.org/zipbase64/ru">ZipBase64</a> конвертирует строки в Base64 или Zip + Base64. Исполняется в веб-браузере.</p>
  125. <p>. . .</p>
  126. </div>
  127. <div class="news_item_more">
  128. <a href="zipbase64.html">Читать далее</a>
  129. </div>
  130. </div>
  131. <div id="footer">
  132. Сайт сгенерирован <a href="http://opengamestudio.org/pskov/ru">ПСКОВОМ</a>
  133. из <a href="http://github.com/ogstudio/site-opengamestudio">этого исходного кода</a>.
  134. Сайт размещён на <a href="https://pages.github.com">GitHub Pages</a>.
  135. </div>
  136. </center>
  137. </body>
  138. </html>