Move pelican site to obsolete-pelican subdirectory. Copy site-opengamestudio en/ru and index here
This commit is contained in:
132
en/page/about.html
Normal file
132
en/page/about.html
Normal file
@@ -0,0 +1,132 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
figure
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
figcaption
|
||||
{
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<div id="header">
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/page/games.html">Games</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="about.html">EN</a>
|
||||
<a href="../../ru/page/about.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class="news_item_title">About</h1>
|
||||
<div class="news_item">
|
||||
<div class="news_item_contents">
|
||||
<p><strong>Goals</strong></p>
|
||||
<p>The goals of Opensource Game Studio are:</p>
|
||||
<ul>
|
||||
<li>creation of free video game development tools</li>
|
||||
<li>making video games with those tools</li>
|
||||
<li>preparing video game development tutorials</li>
|
||||
</ul>
|
||||
<p>To this date, we have released OGS Mahjong 1. It’s a solitaire game and the first step in the long path towards full-scale RPG.</p>
|
||||
<p><strong>Team</strong></p>
|
||||
<ul>
|
||||
<li>Michael “kornerr” Kapelko – software engineer, co-founder</li>
|
||||
<li>Ivan “Kai SD” Korystin – game designer, QA, PM, co-founder</li>
|
||||
</ul>
|
||||
<p><strong>Contributors</strong></p>
|
||||
<ul>
|
||||
<li>Maxim Zaretsky – writer</li>
|
||||
<li>Tatyana Artemyeva – QA</li>
|
||||
<li>devALEX – software engineer</li>
|
||||
<li>Timur “Sora” Malikin, Anton “Kif” Chernov- 3D modellers</li>
|
||||
<li>Thierry Delaunay, Miguel de Dios, Dirk Pervolz, Jurgen Rauscher – translators</li>
|
||||
</ul>
|
||||
<p><strong>Support us</strong></p>
|
||||
<p>If you like what we do, support us by joining our group at <a href="https://twitter.com/OpenGameStudio">Twitter</a>, <a href="https://www.facebook.com/groups/162611230470183">Facebook</a>, or <a href="https://vk.com/opengamestudo">VK</a>. One day we’ll need your help.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
135
en/page/games.html
Normal file
135
en/page/games.html
Normal file
@@ -0,0 +1,135 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
figure
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
figcaption
|
||||
{
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<div id="header">
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/page/games.html">Games</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="games.html">EN</a>
|
||||
<a href="../../ru/page/games.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class="news_item_title">Games</h1>
|
||||
<div class="news_item">
|
||||
<div class="news_item_contents">
|
||||
<p>Below is a list of games: either released or in development.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<div class="news_item_contents">
|
||||
<p><strong>OGS Mahjong 1</strong></p>
|
||||
<p>Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen>
|
||||
</iframe>
|
||||
<ul>
|
||||
<li><strong>Released</strong>: 2013</li>
|
||||
<li><strong>Platforms</strong>: Linux, Windows</li>
|
||||
<li><strong><a href="../../en/page/ogs-mahjong-1.html">Download OGS Mahjong 1</a></strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="news_item">
|
||||
<div class="news_item_contents">
|
||||
|
||||
<p><strong>OGS Mahjong 2 (in development)</strong></p>
|
||||
<p>Remake of OGS Mahjong 1 that runs on desktop, mobile, and web.</p>
|
||||
<p><a href="https://ogstudio.github.io/ogs-mahjong/"><img src="../../images/ogs-mahjong-2-screenshot.png" alt="shot" /></a></p>
|
||||
<ul>
|
||||
<li><strong>Try</strong> the latest version of <a href="https://ogstudio.github.io/ogs-mahjong/">OGS Mahjong 2 demo</a> in your web browser</li>
|
||||
<li><strong>Note</strong>: make sure you have <a href="https://get.webgl.org">WebGL enabled</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
144
en/page/ogs-mahjong-1.html
Normal file
144
en/page/ogs-mahjong-1.html
Normal file
@@ -0,0 +1,144 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="utf-8">
|
||||
<head>
|
||||
<style>
|
||||
#header
|
||||
{
|
||||
background: #2BA6E3;
|
||||
padding: 0.7em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#header a
|
||||
{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em 0.5em 1em;
|
||||
}
|
||||
.news_item
|
||||
{
|
||||
background: #FFFFFF;
|
||||
width: 720px;
|
||||
padding: 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
border: 1px solid #E0E0E0;
|
||||
text-align: left;
|
||||
}
|
||||
.news_item_contents
|
||||
{
|
||||
color: #444;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
.news_item_date
|
||||
{
|
||||
margin-bottom: 2em;
|
||||
color: #aaa;
|
||||
}
|
||||
body
|
||||
{
|
||||
background: #FAFAFA;
|
||||
}
|
||||
code, pre
|
||||
{
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
color: #7f0a0c;
|
||||
}
|
||||
figure
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
img
|
||||
{
|
||||
width: 720px;
|
||||
}
|
||||
html
|
||||
{
|
||||
font-family: sans-serif;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: #3A91CB;
|
||||
text-decoration: none;
|
||||
}
|
||||
#lang
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
figcaption
|
||||
{
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table, th, td
|
||||
{
|
||||
border: 1px solid #aaa;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<div id="header">
|
||||
<a href="../../en/news/index.html">News</a>
|
||||
<a href="../../en/page/games.html">Games</a>
|
||||
<a href="../../en/page/about.html">About</a>
|
||||
<div id="lang">
|
||||
<a href="ogs-mahjong-1.html">EN</a>
|
||||
<a href="../../ru/page/ogs-mahjong-1.html">RU</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1 class="news_item_title">OGS Mahjong 1</h1>
|
||||
<div class="news_item">
|
||||
<div class="news_item_contents">
|
||||
<p>Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen>
|
||||
</iframe>
|
||||
<p><br></p>
|
||||
<p><strong>Features</strong></p>
|
||||
<ul>
|
||||
<li>3 game modes: Mahjong Solitaire, Shisen-sho and Shisen-sho with gravity.</li>
|
||||
<li>More than 150 layouts. Layouts format is compatible with KMahjongg.</li>
|
||||
<li>Support for multiple tilesets.</li>
|
||||
<li>4 themes: “Classic”, “Neo-classic”, “Flowers”, “Distros”.</li>
|
||||
<li>Support for background scenes.</li>
|
||||
<li>3 scenes: “Room”, “Room Lite” and “Inside the computer”.</li>
|
||||
<li>Save and load.</li>
|
||||
<li>Hints and shuffle.</li>
|
||||
<li>Unlimited number of undos.</li>
|
||||
<li>Camera animations and dynamic camera (cursor tracking).</li>
|
||||
<li>Layers highlighting.</li>
|
||||
<li>6 languages: Russian, English, German, French, Spanish and Hindi.</li>
|
||||
<li>Online leaderboard.</li>
|
||||
<li>Adapting the game settings to your computer configuration during the first game launch.</li>
|
||||
</ul>
|
||||
<p><strong>Basic version</strong></p>
|
||||
<ul>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-windows32.exe/download" title="Download ogs-mahjong-1.1.0-windows32.exe">For Windows (exe)</a> (40 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-windows32.exe/download" title="Download ogs-mahjong-1.1.0-full-windows32.exe">For Windows, with editor and additional music (exe)</a> (123 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux64.tar.lzma/download" title="Download ogs-mahjong-1.1.0-linux64.tar.lzma">For Linux64 (tar.lzma)</a> (37 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux64.tar.lzma/download" title="Download ogs-mahjong-1.1.0-full-linux64.tar.lzma">For Linux64, with editor and additional music (tar.lzma)</a> (110 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-1.1.0-linux32.tar.lzma/download" title="Download ogs-mahjong-1.1.0-linux32.tar.lzma">For Linux32 (tar.lzma)</a> (37 MB)</li>
|
||||
<li><a href="http://sourceforge.net/projects/osrpgcreation/files/Mahjong/1.1.0/ogs-mahjong-full-1.1.0-linux32.tar.lzma/download" title="Download ogs-mahjong-1.1.0-full-linux32.tar.lzma">For Linux32, with editor and additional music (tar.lzma)</a> (110 MB)</li>
|
||||
</ul>
|
||||
<p><strong>Deluxe version</strong></p>
|
||||
<p>If you like our work, you can support us by buying the Deluxe version. It will help us keep the things running and, maybe, hire some freelance artists to make our future games a bit better.</p>
|
||||
<p><strong>OGS Mahjong Deluxe</strong> contains two additional tilesets: “Eastern” and “Sport”.</p>
|
||||
<iframe src="https://www.humblebundle.com/widget/v2/product/ogsmahjong/ySGF3h34?theme=transparent-light" width="526" height="325" style="border: none;" scrolling="no" frameborder="0">
|
||||
</iframe>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user