您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

142 行
4.7KB

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <!-- Set the viewport width to device width for mobile -->
  5. <meta name="viewport" content="width=device-width" />
  6. <title>About</title>
  7. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
  8. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
  9. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
  10. <link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
  11. <script src="http://opengamestudio.org/theme/js/custom.modernizr.js"></script>
  12. <!-- So Firefox can bookmark->"abo this site" -->
  13. <link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
  14. </head>
  15. <body>
  16. <!-- Nav Bar -->
  17. <nav>
  18. <!-- Show menu items and pages -->
  19. <div class="row">
  20. <div class="large-12 columns top-bar">
  21. <h1><a href="http://opengamestudio.org">Opensource Game Studio</a></h1>
  22. </div>
  23. </div>
  24. <div class="row top-menu">
  25. <div class="large-12 columns">
  26. <a href="/pages/projects.html" class="menu-button secondary">Projects</a>
  27. <a href="/pages/about.html" class="menu-button secondary">About</a>
  28. </div>
  29. </div>
  30. </nav>
  31. <!-- End Nav -->
  32. <!-- Main Page Content and Sidebar -->
  33. <div class="row">
  34. <!-- Main Blog Content -->
  35. <div class="large-9 columns">
  36. <h3>About</h3>
  37. <a class="button secondary small translation-button" href="http://opengamestudio.org/pages/about-ru.html">ru</a>
  38. <h4>Goals</h4>
  39. <p>The goals of Opensource Game Studio are:</p>
  40. <ul>
  41. <li>creation of free video game development tools</li>
  42. <li>making video games with those tools</li>
  43. <li>preparing video game development tutorials</li>
  44. </ul>
  45. <p>We use opensource and freeware software as the base, that's why our tools are
  46. opensource, too.</p>
  47. <p>To this date, we have released OGS Mahjong 1. It's a solitaire game and the
  48. first step in the long path towards full-scale RPG we dream of.</p>
  49. <h4>Team</h4>
  50. <p>Opensource Game Studio team consists of:</p>
  51. <ul>
  52. <li>Michael “kornerr” Kapelko – software engineer, co-founder.</li>
  53. <li>Ivan “Kai SD” Korystin – game designer, QA, PM, co-founder.</li>
  54. </ul>
  55. <h4>Contributors</h4>
  56. <p>Opensource Game Studio contributors are:</p>
  57. <ul>
  58. <li>Maxim Zaretsky – Writer.</li>
  59. <li>Tatyana Artemyeva – QA.</li>
  60. <li>devALEX – software engineer.</li>
  61. <li>Timur “Sora” Malikin, Anton “Kif” Chernov- 3D modellers.</li>
  62. <li>Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher – translators.</li>
  63. </ul>
  64. <h4>Join us</h4>
  65. <p>Join us if you feel the world needs more quality games and game development tools.</p>
  66. </div>
  67. <!-- End Main Content -->
  68. <!-- Sidebar -->
  69. <aside class="large-3 columns">
  70. <!--k
  71. <h5 class="sidebar-title">Site</h5>
  72. <ul class="side-nav">
  73. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  74. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  75. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  76. </ul>
  77. <h5 class="sidebar-title">Categories</h5>
  78. <ul class="side-nav">
  79. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  80. </ul>
  81. -->
  82. <h5 class="sidebar-title">Ads</h5>
  83. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  84. <!-- ogs2 -->
  85. <ins class="adsbygoogle"
  86. style="display:block"
  87. data-ad-client="ca-pub-4473792248813084"
  88. data-ad-slot="9024247127"
  89. data-ad-format="auto"></ins>
  90. <script>
  91. (adsbygoogle = window.adsbygoogle || []).push({});
  92. </script>
  93. </aside> <!-- End Sidebar -->
  94. </div> <!-- End Main Content and Sidebar -->
  95. <!-- Footer -->
  96. <footer class="row">
  97. <div class="large-12 columns">
  98. <hr />
  99. <div class="row">
  100. <div class="large-7 columns">
  101. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  102. </div>
  103. </div>
  104. </div>
  105. <script type="text/javascript">
  106. var _gaq = _gaq || [];
  107. _gaq.push(['_setAccount', 'UA-3773114-1']);
  108. _gaq.push(['_trackPageview']);
  109. (function() {
  110. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  111. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  112. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  113. })();
  114. </script>
  115. </footer>