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.

137 lines
5.6KB

  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>Happy 2017</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/games.html" class="menu-button secondary">Games</a>
  27. <a href="/pages/education.html" class="menu-button secondary">Education</a>
  28. <a href="/pages/about.html" class="menu-button secondary">About</a>
  29. </div>
  30. </div>
  31. </nav>
  32. <!-- End Nav -->
  33. <!-- Main Page Content and Sidebar -->
  34. <div class="row">
  35. <!-- Main Blog Content -->
  36. <div class="large-9 columns">
  37. <article>
  38. <header>
  39. <h3 class="article-title"><a href="http://opengamestudio.org/2017-happy-new-year.html" rel="bookmark"
  40. title="Permalink to Happy 2017">Happy 2017</a></h3>
  41. </header>
  42. <h6 class="subheader" title="2016-12-31T00:00:00+03:00">Сб 31 декабря 2016
  43. <a class="button secondary small translation-button" href="http://opengamestudio.org/2017-happy-new-year-ru.html">ru</a>
  44. </h6> <p><img alt="Happy new year" src="http://opengamestudio.org/2016-12-31_happy-new-year.png"></p>
  45. <p>Okay. It's been a hard year for everyone in the team. And it's almost over. Praise it ends! Praise the new one!</p>
  46. <p>It may seem, that our progress stalled. Three years ago we announced the beginning of a new project (two to be precise), and now we still working on the engine and editor, haven't even started creating the actual game.</p>
  47. <p>If you were monitoring our news during the year, you know that we held several live sessions, showing in the real time how to use our tools to create some simple games. Each session was a step in a long road to our goal. While preparing for these live sessions, we added necessary building blocks, that will be needed to create almost any game.</p>
  48. <p>Future live sessions and technical previews will add even more, so at some point in future (i hope not very distant), we will have everything we need to sit down and build our planned game from these blocks.</p>
  49. <p>So, the project isn't dead; the idea was not thrown away. But there is a lot of work to be done before we can start making the game, and there are only two of us, using our spare time.
  50. So. You want our game to become a reality? Join us. Together we will rule the galaxy. Or just wait and see. We didn't stop several years ago. We won't stop now.
  51. After all, there is only one way to create a fine tool (and it's our initial goal if you remember) - we need to use it ourselves.
  52. We will. Stay tuned.</p>
  53. <p>Happy 2017. Let it be simple.</p>
  54. <p class="subheader">Category: <a href="http://opengamestudio.org/category/news.html">News</a>
  55. </p>
  56. </article>
  57. </div>
  58. <!-- End Main Content -->
  59. <!-- Sidebar -->
  60. <aside class="large-3 columns">
  61. <!--k
  62. <h5 class="sidebar-title">Site</h5>
  63. <ul class="side-nav">
  64. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  65. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  66. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  67. </ul>
  68. <h5 class="sidebar-title">Categories</h5>
  69. <ul class="side-nav">
  70. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  71. </ul>
  72. -->
  73. <h5 class="sidebar-title">Ads</h5>
  74. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  75. <!-- ogs2 -->
  76. <ins class="adsbygoogle"
  77. style="display:block"
  78. data-ad-client="ca-pub-4473792248813084"
  79. data-ad-slot="9024247127"
  80. data-ad-format="auto"></ins>
  81. <script>
  82. (adsbygoogle = window.adsbygoogle || []).push({});
  83. </script>
  84. </aside> <!-- End Sidebar -->
  85. </div> <!-- End Main Content and Sidebar -->
  86. <!-- Footer -->
  87. <footer class="row">
  88. <div class="large-12 columns">
  89. <hr />
  90. <div class="row">
  91. <div class="large-7 columns">
  92. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  93. </div>
  94. </div>
  95. </div>
  96. <script type="text/javascript">
  97. var _gaq = _gaq || [];
  98. _gaq.push(['_setAccount', 'UA-3773114-1']);
  99. _gaq.push(['_trackPageview']);
  100. (function() {
  101. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  102. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  103. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  104. })();
  105. </script>
  106. </footer>