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.

58 lines
2.5KB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>О нас</title>
  6. <link rel="stylesheet" href="https://kornerr.github.io/pelican/theme/css/main.css" />
  7. <!--[if IE]>
  8. <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body id="index" class="home">
  12. <header id="banner" class="body">
  13. <h1><a href="https://kornerr.github.io/pelican/">Opensource Game Studio </a></h1>
  14. <nav><ul>
  15. <li><a href="https://kornerr.github.io/pelican/pages/about.html">About</a></li>
  16. <li><a href="https://kornerr.github.io/pelican/category/review.html">Review</a></li>
  17. </ul></nav>
  18. </header><!-- /#banner -->
  19. <section id="content" class="body">
  20. <h1 class="entry-title">О нас</h1>
  21. Translations:
  22. <a href="https://kornerr.github.io/pelican/pages/about.html">en</a>
  23. <p>Мы команда Opensource Game Studio, студия игр с открытым исходным кодом.</p>
  24. <p>Мы круты, ё.</p>
  25. </section>
  26. <section id="extras" class="body">
  27. <div class="blogroll">
  28. <h2>links</h2>
  29. <ul>
  30. <li><a href="http://getpelican.com/">Pelican</a></li>
  31. <li><a href="http://python.org/">Python.org</a></li>
  32. <li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
  33. <li><a href="#">You can modify those links in your config file</a></li>
  34. </ul>
  35. </div><!-- /.blogroll -->
  36. <div class="social">
  37. <h2>social</h2>
  38. <ul>
  39. <li><a href="#">You can add links in your config file</a></li>
  40. <li><a href="#">Another social link</a></li>
  41. </ul>
  42. </div><!-- /.social -->
  43. </section><!-- /#extras -->
  44. <footer id="contentinfo" class="body">
  45. <address id="about" class="vcard body">
  46. Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
  47. </address><!-- /#about -->
  48. <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
  49. </footer><!-- /#contentinfo -->
  50. </body>
  51. </html>