Rework main menu to have Games, Education, About

This commit is contained in:
2018-12-10 12:38:54 +03:00
parent 97fdc56433
commit 35786508a2
128 changed files with 795 additions and 157 deletions

View File

@@ -30,7 +30,8 @@
</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/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</a>
<a href="/pages/about.html" class="menu-button secondary">About</a>
</div>
@@ -55,28 +56,25 @@
<li>создание игр с использованием этих средств</li>
<li>создание самоучителей по разработке игр</li>
</ul>
<p>Мы используем свободное программное обеспечение, поэтому наши средства разработки
тоже выходят под свободной лицензией.</p>
<p>На текущий момент мы выпустили OGS Mahjong 1. Это игра семейства "пасьянс маджонг"
является первым шагом на долгом пути к полноценной РПГ, о которой мы мечтаем.</p>
<p>На текущий момент мы выпустили OGS Mahjong 1. Эта игра семейства "пасьянс маджонг"
является первым шагом на долгом пути к полноценной РПГ.</p>
<h4>Команда</h4>
<p>Команда Opensource Game Studio состоит из:</p>
<ul>
<li>Михаил “kornerr” Капелько программист, сооснователь.</li>
<li>Иван “Kai SD” Корыстин гейм-дизайнер, QA, PM, сооснователь.</li>
<li>Михаил “kornerr” Капелько программист, сооснователь</li>
<li>Иван “Kai SD” Корыстин гейм-дизайнер, QA, PM, сооснователь</li>
</ul>
<h4>Участники</h4>
<p>В Opensource Game Studio принимали участие:</p>
<ul>
<li>Максим Зарецкий сценарист.</li>
<li>Татьяна Артемьева QA.</li>
<li>devALEX программист.</li>
<li>Тимур “Sora” Маликин, Антон “Kif” Чернов 3D моделлеры.</li>
<li>Тьерри Делоне, Мигель де Диос, Дирк Первольц, Юрген Раушер переводчики.</li>
<li>Максим Зарецкий сценарист</li>
<li>Татьяна Артемьева QA</li>
<li>devALEX программист</li>
<li>Тимур “Sora” Маликин, Антон “Kif” Чернов 3D моделлеры</li>
<li>Тьерри Делоне, Мигель де Диос, Дирк Первольц, Юрген Раушер переводчики</li>
</ul>
<h4>Присоединяйтесь</h4>
<p>Присоединяйтесь к нам, если вы чувствуете, что миру нужно больше качественных
игр и средств для их разработки.</p>
<h4>Поддержите нас</h4>
<p>Если вам нравится то, что мы делаем, присоединяйтесь к нашим группам в
<a href="https://twitter.com/OpenGameStudio">Twitter</a>, <a href="https://www.facebook.com/groups/162611230470183">Facebook</a> или <a href="https://vk.com/opengamestudo">VK</a>.
Однажды нам потребуется ваша помощь, чтобы пошатнуть основы мироздания.</p>
</div>
<!-- End Main Content -->

View File

@@ -30,7 +30,8 @@
</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/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</a>
<a href="/pages/about.html" class="menu-button secondary">About</a>
</div>
@@ -55,27 +56,25 @@
<li>making video games with those tools</li>
<li>preparing video game development tutorials</li>
</ul>
<p>We use opensource and freeware software as the base, that's why our tools are
opensource, too.</p>
<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 we dream of.</p>
first step in the long path towards full-scale RPG.</p>
<h4>Team</h4>
<p>Opensource Game Studio team consists of:</p>
<ul>
<li>Michael “kornerr” Kapelko software engineer, co-founder.</li>
<li>Ivan “Kai SD” Korystin game designer, QA, PM, co-founder.</li>
<li>Michael “kornerr” Kapelko software engineer, co-founder</li>
<li>Ivan “Kai SD” Korystin game designer, QA, PM, co-founder</li>
</ul>
<h4>Contributors</h4>
<p>Opensource Game Studio contributors are:</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>
<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>
<h4>Join us</h4>
<p>Join us if you feel the world needs more quality games and game development tools.</p>
<h4>Support us</h4>
<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 you to help us shake the world.</p>
</div>
<!-- End Main Content -->

128
pages/education-ru.html Normal file
View File

@@ -0,0 +1,128 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Обучение</title>
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
<script src="http://opengamestudio.org/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="http://opengamestudio.org">Opensource Game Studio</a></h1>
</div>
</div>
<div class="row top-menu">
<div class="large-12 columns">
<a href="/pages/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</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>Обучение</h3>
<a class="button secondary small translation-button" href="http://opengamestudio.org/pages/education.html">en</a>
<h4>Научитесь создавать игры</h4>
<p>Данная страница является отправной точкой для изучения <code>ogstudio</code>, инструмента
для создания в кратчайшие возможные сроки трёхмерных игр, которые работают
везде: веб, десктоп и мобилки.</p>
<p>Процесс обучения базируется на <a href="https://classroom.github.com">GitHub Classroom</a>.
Вы можете начать в любое время. Для этого просто октройте
адрес URL курса и следуйте инструкциям в README.
GitHub сам создаст хранилища (репозитории) для вас в организации
<a href="https://github.com/OGStudio-Education">OGStudio-Education</a>.</p>
<h4>Курсы</h4>
<p>Сейчас мы работаем над первым курсом, чтобы помочь вам начать разрабатывать
игры с помощью <code>ogstudio</code>.</p>
<p>Попробуйте <a href="https://classroom.github.com/a/7eZOApFj">Вводный</a> курс.</p>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="large-3 columns">
<!--k
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/archives.html">Archives</a>
<li><a href="http://opengamestudio.org/tags.html">Tags</a>
<li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/category/news.html">News</a></li>
</ul>
-->
<h5 class="sidebar-title">Ads</h5>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ogs2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4473792248813084"
data-ad-slot="9024247127"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3773114-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</footer>

127
pages/education.html Normal file
View File

@@ -0,0 +1,127 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Education</title>
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
<script src="http://opengamestudio.org/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="http://opengamestudio.org">Opensource Game Studio</a></h1>
</div>
</div>
<div class="row top-menu">
<div class="large-12 columns">
<a href="/pages/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</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>Education</h3>
<a class="button secondary small translation-button" href="http://opengamestudio.org/pages/education-ru.html">ru</a>
<h4>Learn to create games</h4>
<p>This page is your starting point to learn <code>ogstudio</code>, a tool to create 3D
games in the shortest time possible that run anywhere: web, desktop, and
mobile.</p>
<p>Education process is built around <a href="https://classroom.github.com">GitHub Classroom</a>.
You can start any time by simply opening course URLs and
following instructions in README. GitHub creates repositories for you
inside <a href="https://github.com/OGStudio-Education">OGStudio-Education</a> organization.</p>
<h4>Courses</h4>
<p>We are currently working on the first course to let you know
how to get your game development started with <code>ogstudio</code>.</p>
<p>Check out <a href="https://classroom.github.com/a/7eZOApFj">Introduction</a> course.</p>
</div>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="large-3 columns">
<!--k
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/archives.html">Archives</a>
<li><a href="http://opengamestudio.org/tags.html">Tags</a>
<li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/category/news.html">News</a></li>
</ul>
-->
<h5 class="sidebar-title">Ads</h5>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ogs2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4473792248813084"
data-ad-slot="9024247127"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3773114-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</footer>

133
pages/games-ru.html Normal file
View File

@@ -0,0 +1,133 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Игры</title>
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
<script src="http://opengamestudio.org/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="http://opengamestudio.org">Opensource Game Studio</a></h1>
</div>
</div>
<div class="row top-menu">
<div class="large-12 columns">
<a href="/pages/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</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>Игры</h3>
<a class="button secondary small translation-button" href="http://opengamestudio.org/pages/games.html">en</a>
<h4>OGS Mahjong 1</h4>
<p>Игра в жанрах "Пасьянс Маджонг" и "Шисен-Сё" с симпатичной 3D графикой и спокойным саундтреком.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XdOzD_Hc2lQ" frameborder="0" allowfullscreen></iframe>
<ul>
<li><strong>Выпуск</strong>: 2013</li>
<li><strong>Платформы</strong>: Linux, Windows</li>
<li><strong><a href="http://opengamestudio.org/pages/ogs-mahjong-1-ru.html">Скачать OGS Mahjong 1</a></strong></li>
</ul>
<hr>
<h4>OGS Mahjong 2 <em>(в разработке)</em></h4>
<p>Переделка OGS Mahjong 1, которая работает на десктопе, мобилках и вебе.</p>
<p><a href="https://ogstudio.github.io/ogs-mahjong/"><img alt="shot" src="http://opengamestudio.org/pages/ogs-mahjong-2-screenshot.png"></a></p>
<ul>
<li><strong>Попробуйте</strong> последнюю версию <a href="https://ogstudio.github.io/ogs-mahjong/">демонстрации OGS Mahjong 2</a> в вашем веб-браузере.</li>
<li><strong>Внимание</strong>: удостоверьтесь в <a href="https://get.webgl.org">работоспособности WebGL</a></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="http://opengamestudio.org/archives.html">Archives</a>
<li><a href="http://opengamestudio.org/tags.html">Tags</a>
<li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/category/news.html">News</a></li>
</ul>
-->
<h5 class="sidebar-title">Ads</h5>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ogs2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4473792248813084"
data-ad-slot="9024247127"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3773114-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</footer>

133
pages/games.html Normal file
View File

@@ -0,0 +1,133 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Games</title>
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/style.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/pygments.css" />
<script src="http://opengamestudio.org/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="http://opengamestudio.org">Opensource Game Studio</a></h1>
</div>
</div>
<div class="row top-menu">
<div class="large-12 columns">
<a href="/pages/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</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>Games</h3>
<a class="button secondary small translation-button" href="http://opengamestudio.org/pages/games-ru.html">ru</a>
<h4>OGS Mahjong 1</h4>
<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="http://opengamestudio.org/pages/ogs-mahjong-1.html">Download OGS Mahjong 1</a></strong></li>
</ul>
<hr>
<h4>OGS Mahjong 2 <em>(in development)</em></h4>
<p>Remake of OGS Mahjong 1 that runs on desktop, mobile, and web.</p>
<p><a href="https://ogstudio.github.io/ogs-mahjong/"><img alt="shot" src="http://opengamestudio.org/pages/ogs-mahjong-2-screenshot.png"></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>
<!-- End Main Content -->
<!-- Sidebar -->
<aside class="large-3 columns">
<!--k
<h5 class="sidebar-title">Site</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/archives.html">Archives</a>
<li><a href="http://opengamestudio.org/tags.html">Tags</a>
<li><a href="http://opengamestudio.org/feeds/all.atom.xml" rel="alternate">Atom feed</a></li>
</ul>
<h5 class="sidebar-title">Categories</h5>
<ul class="side-nav">
<li><a href="http://opengamestudio.org/category/news.html">News</a></li>
</ul>
-->
<h5 class="sidebar-title">Ads</h5>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ogs2 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4473792248813084"
data-ad-slot="9024247127"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</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>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3773114-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</footer>

View File

@@ -4,7 +4,7 @@
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>OGS Mahjong 1</title>
<title>Игры / OGS Mahjong 1</title>
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
@@ -30,7 +30,8 @@
</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/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</a>
<a href="/pages/about.html" class="menu-button secondary">About</a>
</div>
@@ -45,7 +46,7 @@
<!-- Main Blog Content -->
<div class="large-9 columns">
<h3>OGS Mahjong 1</h3>
<h3>Игры / OGS Mahjong 1</h3>
<a class="button secondary small translation-button" href="http://opengamestudio.org/pages/ogs-mahjong-1.html">en</a>
<p>Игра в жанрах "Пасьянс Маджонг" и "Шисен-Сё" с симпатичной 3D графикой и спокойным саундтреком.</p>

View File

@@ -4,7 +4,7 @@
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>OGS Mahjong 1</title>
<title>Games / OGS Mahjong 1</title>
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/normalize.css" />
<link rel="stylesheet" href="http://opengamestudio.org/theme/css/foundation.min.css" />
@@ -30,7 +30,8 @@
</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/games.html" class="menu-button secondary">Games</a>
<a href="/pages/education.html" class="menu-button secondary">Education</a>
<a href="/pages/about.html" class="menu-button secondary">About</a>
</div>
@@ -45,7 +46,7 @@
<!-- Main Blog Content -->
<div class="large-9 columns">
<h3>OGS Mahjong 1</h3>
<h3>Games / OGS Mahjong 1</h3>
<a class="button secondary small translation-button" href="http://opengamestudio.org/pages/ogs-mahjong-1-ru.html">ru</a>
<p>Mahjong solitaire and shisen-sho game with nice 3D graphics and relaxing soundtrack.</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 150 KiB