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.

147 lines
4.5KB

  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>Opensource Game Studio</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>Archives</h3>
  37. <table class="table-archive">
  38. <tbody>
  39. <tr>
  40. <td>Wed 22 November 2017</td>
  41. <td><a href='2017-summary.html'>2017 summary</a></td>
  42. </tr>
  43. <tr>
  44. <td>Mon 16 October 2017</td>
  45. <td><a href='back-to-the-static.html'>Back to the Static</a></td>
  46. </tr>
  47. <tr>
  48. <td>Sun 10 September 2017</td>
  49. <td><a href='mjin-world-birth.html'>The birth of MJIN world</a></td>
  50. </tr>
  51. <tr>
  52. <td>Wed 16 August 2017</td>
  53. <td><a href='scripting-research.html'>Scripting research</a></td>
  54. </tr>
  55. <tr>
  56. <td>Mon 17 July 2017</td>
  57. <td><a href='openscenegraph-cross-platform-guide.html'>OpenSceneGraph cross-platform guide</a></td>
  58. </tr>
  59. <tr>
  60. <td>Thu 08 June 2017</td>
  61. <td><a href='ios-tutorial.html'>iOS tutorial</a></td>
  62. </tr>
  63. <tr>
  64. <td>Sat 03 June 2017</td>
  65. <td><a href='stub.html'>Stub</a></td>
  66. </tr>
  67. </tbody>
  68. </table>
  69. </div>
  70. <!-- End Main Content -->
  71. <!-- Sidebar -->
  72. <aside class="large-3 columns">
  73. <!--k
  74. <h5 class="sidebar-title">Site</h5>
  75. <ul class="side-nav">
  76. <li><a href="http://opengamestudio.org/archives.html">Archives</a>
  77. <li><a href="http://opengamestudio.org/tags.html">Tags</a>
  78. <li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
  79. </ul>
  80. <h5 class="sidebar-title">Categories</h5>
  81. <ul class="side-nav">
  82. <li><a href="http://opengamestudio.org/category/news.html">News</a></li>
  83. <li><a href="http://opengamestudio.org/category/stub.html">Stub</a></li>
  84. </ul>
  85. -->
  86. <h5 class="sidebar-title">Ads</h5>
  87. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  88. <!-- ogs2 -->
  89. <ins class="adsbygoogle"
  90. style="display:block"
  91. data-ad-client="ca-pub-4473792248813084"
  92. data-ad-slot="9024247127"
  93. data-ad-format="auto"></ins>
  94. <script>
  95. (adsbygoogle = window.adsbygoogle || []).push({});
  96. </script>
  97. </aside> <!-- End Sidebar -->
  98. </div> <!-- End Main Content and Sidebar -->
  99. <!-- Footer -->
  100. <footer class="row">
  101. <div class="large-12 columns">
  102. <hr />
  103. <div class="row">
  104. <div class="large-7 columns">
  105. <p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
  106. </div>
  107. </div>
  108. </div>
  109. <script type="text/javascript">
  110. var _gaq = _gaq || [];
  111. _gaq.push(['_setAccount', 'UA-3773114-1']);
  112. _gaq.push(['_trackPageview']);
  113. (function() {
  114. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  115. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  116. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  117. })();
  118. </script>
  119. </footer>