Files
ogs-site/pages/about.html
2017-10-16 06:56:57 +00:00

114 lines
4.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>About</title>
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/normalize.css" />
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/foundation.min.css" />
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/style.css" />
<link rel="stylesheet" href="https://kaisd.github.io/ogs-site/theme/css/pygments.css" />
<script src="https://kaisd.github.io/ogs-site/theme/js/custom.modernizr.js"></script>
<!-- So Firefox can bookmark->"abo this site" -->
<link href="feeds/all.atom.xml" rel="alternate" title="Opensource Game Studio" type="application/atom+xml">
</head>
<body>
<!-- Nav Bar -->
<nav>
<!-- Show menu items and pages -->
<div class="row">
<div class="large-12 columns top-bar">
<h1><a href="https://kaisd.github.io/ogs-site">Opensource Game Studio</a></h1>
</div>
</div>
<div class="row top-menu">
<div class="large-12 columns">
<a href="pages/projects.html" class="menu-button secondary">Projects</a>
<a href="pages/about.html" class="menu-button secondary">About</a>
</div>
</div>
</nav>
<!-- End Nav -->
<!-- Main Page Content and Sidebar -->
<div class="row">
<!-- Main Blog Content -->
<div class="large-9 columns">
<h3>About</h3>
<a class="button secondary small translation-button" href="https://kaisd.github.io/ogs-site/pages/about-ru.html">ru</a>
<p>The primary goal of The Opensource Game Studio Team is the creation of the free Toolset for creating the computer games, and also the creation of games with its aid. At present, we are developing the game engine, in which, we try to combine the best things, that we managed to find in the the world Opensource and Freeware with our own developments.
Recently we have released a mahjong solitaire game, its our first step in a long path to our toolset and full scale RPG in the end. Now were starting to work on a new project.</p>
<h5>The Opensource Game Studio Core Team:</h5>
<ul>
<li>Michael “kornerr” Kapelko programmer. The initiator.</li>
<li>Ivan “Kai SD” Korystin Game Designer, QA, PM.</li>
</ul>
<h5>Contributors:</h5>
<ul>
<li>Maxim Zaretsky Writer.</li>
<li>Tatyana Artemyeva QA.</li>
<li>devALEX programmer.</li>
<li>Timur “Sora” Malikin, Anton “Kif” Chernov- 3D Modellers.</li>
<li>Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher translators.</li>
</ul>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="large-3 columns">
<!--k
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="https://kaisd.github.io/ogs-site/archives.html">Archives</a>
<li><a href="https://kaisd.github.io/ogs-site/tags.html">Tags</a>
<li><a href="https://kaisd.github.io/ogs-site/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="https://kaisd.github.io/ogs-site/category/news.html">News</a></li>
<li><a href="https://kaisd.github.io/ogs-site/category/stub.html">Stub</a></li>
</ul>
-->
<h5 class="sidebar-title">Projects</h5>
<ul class="side-nav">
<li><a href="pages/ogs-mahjong.html">OGS Mahjong</a></li>
<li><a href="pages/ogs-editor.html">OGS Editor</a></li>
<li><a href="pages/openscenegraph-guide.html">OpenSceneGraph guide</a></li>
</ul>
</aside> <!-- End Sidebar -->
</div> <!-- End Main Content and Sidebar -->
<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-7 columns">
<p>Proudly powered by <a href="http://getpelican.com">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</p>
</div>
</div>
</div>
</footer>