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.

136 lines
4.0KB

  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="../../en/news/index.html">News</a>
  85. <a href="../../en/game/index.html">Games</a>
  86. <a href="../../en/tool/index.html">Tools</a>
  87. <a href="../../en/page/about.html">About</a>
  88. <div id="lang">
  89. <a href="../../en/page/about.html">EN</a>
  90. <a href="../../ru/page/about.html">RU</a>
  91. </div>
  92. </div>
  93. <center>
  94. <h1>About us</h1>
  95. <div class="news_item">
  96. <div class="news_item_contents">
  97. <p><strong>Goals</strong></p>
  98. <p>The goals of Open Game Studio are:</p>
  99. <ul>
  100. <li>creation of free video game development tools</li>
  101. <li>making video games with those tools</li>
  102. <li>preparing video game development tutorials</li>
  103. </ul>
  104. <p>To this date, we have released OGS Mahjong 1. It's a solitaire game and the
  105. first step in the long path towards full-scale RPG.</p>
  106. <p><strong>Team</strong></p>
  107. <ul>
  108. <li>Michael “kornerr” Kapelko – software engineer, co-founder</li>
  109. <li>Ivan “Kai SD” Korystin – game designer, QA, PM, co-founder</li>
  110. </ul>
  111. <p><strong>Contributors</strong></p>
  112. <ul>
  113. <li>Maxim Zaretsky – writer</li>
  114. <li>Tatyana Artemyeva – QA</li>
  115. <li>devALEX – software engineer</li>
  116. <li>Timur “Sora” Malikin, Anton “Kif” Chernov- 3D modellers</li>
  117. <li>Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher – translators</li>
  118. </ul>
  119. <p><strong>Support us</strong></p>
  120. <p>If you like what we do, support us by joining our group at
  121. <a href="https://vk.com/opengamestudo">VK</a>, <a href="https://twitter.com/OpenGameStudio">Twitter</a>, or <a href="https://www.facebook.com/groups/162611230470183">Facebook</a>.</p>
  122. </div>
  123. </div>
  124. <div id="footer">
  125. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  126. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  127. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  128. </div>
  129. </center>
  130. </body>
  131. </html>