Merge branch 'master' into translation-jp

pull/110/head
kynd 8 years ago
commit 788ebf6426

@ -26,10 +26,8 @@
<ul class="navigationBar" >
<li class="navigationBar" onclick="previusPage()">&lt; &lt; Previous</li>
<li class="navigationBar" onclick="homePage()"> Home </li>
<li class="navigationBar" onclick="nextPage()">Next &gt; &gt;</li>
</ul>';
include($path."/footer.php");
?>
<!-- <li class="navigationBar" onclick="nextPage()">Next &gt; &gt;</li> -->

@ -26,8 +26,9 @@
<ul class="navigationBar" >
<li class="navigationBar" onclick="previusPage()">&lt; &lt; Previous</li>
<li class="navigationBar" onclick="homePage()"> Home </li>
<li class="navigationBar" onclick="nextPage()">Next &gt; &gt;</li>
</ul>';
include($path."/footer.php");
?>
<!-- <li class="navigationBar" onclick="nextPage()">Next &gt; &gt;</li> -->

@ -29,8 +29,8 @@ This is a gentle step-by-step guide through the abstract and complex universe of
* Generative designs
* [Random](10/)
* [Noise](11/)
* Cellular noise
* Fractional brownian motion
* [Cellular noise](12/)
* [Fractional brownian motion](13/)
* Fractals
* Image processing:

@ -97,18 +97,29 @@ img {
color: #999;
}
.toc-header {
font-size: 16px;
line-height: 16px;
margin-top: 24px;
margin-bottom: 24px;
text-align: right;
color: #999;
}
.header .subtitle {
}
.header .subtitle a{
.header .subtitle a,
.toc-header .subtitle a {
font-size: 1.3em;
font-style: italic;
text-decoration: none;
border: 0!important;
}
.header a{
.header a,
.toc-header a {
font-size: 0.8em;
font-style: italic;
text-decoration: none;
@ -228,7 +239,7 @@ code {
margin-left: auto;
margin-right: auto;
max-width: 700px;
}
.simpleFunction .CodeMirror {
@ -357,4 +368,3 @@ code {
font-style: italic;
text-align: right;
}

@ -1,4 +1,4 @@
<?php
<?php
$path = ".";
$subtitle = "";
$README = "README";
@ -12,13 +12,14 @@
}
include("header.php");
include("toc-header.php");
echo '<div id="content">';
include($path."/src/parsedown/Parsedown.php");
$Parsedown = new Parsedown();
echo $Parsedown->text(file_get_contents($README.'.md'));
echo '</div>';
include("footer.php");
?>
?>

@ -0,0 +1,3 @@
<div class="toc-header">
<p> <a href="?lan=jp">日本</a> - <a href="?lan=ch">中文版</a> - <a href="?lan=kr">한국어</a> - <a href="?lan=es">Español</a> - <a href="?lan=fr">Français</a> - <a href="?lan=it">Italiano</a> - <a href=".">English</a></p>
</div>
Loading…
Cancel
Save