Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

67 строки
2.6KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <link rel="stylesheet" href="../../style.css">
  6. </head>
  7. <body>
  8. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  9. <div id="header">
  10. <div>
  11. <strong id="title">Open Game Studio</strong>
  12. <div id="lang">
  13. <a href="../../en/page/about.html">EN</a>
  14. <a href="../../ru/page/about.html">RU</a>
  15. </div>
  16. </div>
  17. <div class="header2">
  18. <div class="menu">
  19. <a href="../../en/news/index.html">News</a>
  20. <a href="../../en/game/index.html">Games</a>
  21. <a href="../../en/tool/index.html">Tools</a>
  22. <a href="../../en/page/about.html">About</a>
  23. </div>
  24. <a class="discord" href="https://discord.gg/3A6THQabNf">
  25. <img src="../../images/discord.png"></img>
  26. </a>
  27. <div class="clear"></div>
  28. </div>
  29. </div>
  30. <center>
  31. <h1>About us</h1>
  32. <div class="news_item">
  33. <div class="news_item_contents">
  34. <p><strong>Goals</strong></p>
  35. <p>The goals of Open Game Studio are:</p>
  36. <ul>
  37. <li>creation of free video game development tools</li>
  38. <li>making video games with those tools</li>
  39. <li>preparing video game development tutorials</li>
  40. </ul>
  41. <p>To this date, we have released OGS Mahjong 1. It's a solitaire game and the
  42. first step in the long path towards full-scale RPG.</p>
  43. <p><strong>Team</strong></p>
  44. <ul>
  45. <li>Michael “kornerr” Kapelko – software engineer, co-founder</li>
  46. <li>Ivan “Kai SD” Korystin – game designer, QA, PM, co-founder</li>
  47. </ul>
  48. <p><strong>Contributors</strong></p>
  49. <ul>
  50. <li>Maxim Zaretsky – writer</li>
  51. <li>Tatyana Artemyeva – QA</li>
  52. <li>devALEX – software engineer</li>
  53. <li>Timur “Sora” Malikin, Anton “Kif” Chernov- 3D modellers</li>
  54. <li>Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher – translators</li>
  55. </ul>
  56. <p><strong>Join us</strong></p>
  57. <p>If you like what we do, join us at <a href="https://discord.gg/3A6THQabNf">Discord</a>.</p>
  58. </div>
  59. </div>
  60. <div id="footer">
  61. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  62. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  63. </div>
  64. </center>
  65. </body>
  66. </html>