Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 4 Jahren
vor 4 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. a
  61. {
  62. color: #3A91CB;
  63. text-decoration: none;
  64. }
  65. table
  66. {
  67. border-collapse: collapse;
  68. }
  69. table, th, td
  70. {
  71. border: 1px solid #aaa;
  72. padding: 0.5em;
  73. margin-top: 0.5em;
  74. margin-bottom: 0.5em;
  75. }
  76. </style>
  77. </head>
  78. <body>
  79. <div id="header">
  80. <strong id="title">Open Game Studio</strong>
  81. <a href="../../en/news/index.html">News</a>
  82. <a href="../../en/game/index.html">Games</a>
  83. <a href="../../en/tool/index.html">Tools</a>
  84. <a href="../../en/page/about.html">About</a>
  85. <div id="lang">
  86. <a href="../../en/news/index7.html">EN</a>
  87. <a href="../../ru/news/index7.html">RU</a>
  88. </div>
  89. </div>
  90. <center>
  91. <h1>News</h1>
  92. <div class="news_item">
  93. <h2 class="news_item_title">
  94. <a href="user-servey-finish-promise.html">User survey ends today</a>
  95. </h2>
  96. <p class="news_item_date">
  97. 2014-12-31 11:00
  98. </p>
  99. <div class="news_item_contents">
  100. <p>About a year ago, we started the user survey, in order to find out what do you think of the Open Source in general and about our project in particular. Today we're closing this survey. It took time, but we've got plenty of answers. Thank you for that.. . .</p>
  101. </div>
  102. <div class="news_item_more">
  103. <a href="user-servey-finish-promise.html">Continue reading</a>
  104. </div>
  105. </div>
  106. <div class="news_item">
  107. <h2 class="news_item_title">
  108. <a href="2014-another-year-passed.html">And another year has passed</a>
  109. </h2>
  110. <p class="news_item_date">
  111. 2014-12-31 12:00
  112. </p>
  113. <div class="news_item_contents">
  114. <p>Hello!</p>
  115. <p>So, this year comes to the end. There were very little publications from us during this year. We haven't stopped working, but right now our work is in the phase, when we have nothing to show. And the spare time of the team members is rarely more then 30-40 hours a month.. . .</p>
  116. </div>
  117. <div class="news_item_more">
  118. <a href="2014-another-year-passed.html">Continue reading</a>
  119. </div>
  120. </div>
  121. <p class="pagination_title">Page 7 of 7</p>
  122. <p>
  123. <a href="index6.html">« Newer</a>
  124. </p>
  125. <div id="footer">
  126. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  127. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  128. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  129. </div>
  130. </center>
  131. </body>
  132. </html>