diff --git a/README.md b/README.md index 71c08df..b9cc57d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ # How-To: Translate this thang! +Translations done so far: [Chinese](http://sekai.co/trust/), [Brazilian Portuguese](https://brunolemos.github.io/trust/) + **Step 1)** Fork or download this repo (if you're forking it, be sure to make sure *your* repo is on a branch called `gh-pages`, so that GitHub can automatically generate a webpage for it!) diff --git a/css/slides.css b/css/slides.css index a05c11d..77f2a5e 100644 --- a/css/slides.css +++ b/css/slides.css @@ -50,6 +50,22 @@ s{ text-decoration: line-through; } +#translations{ + margin: 10px auto; + font-size: 16px; + line-height: 21px; + color: #fff; + text-align: center; +} +#translations a{ + color:#dd4040; +} +#translations a:hover{ + color:#ee5151; +} + + + /*************************/ /******* SOUND *******/ /*************************/ diff --git a/index.html b/index.html index 5b7b4c1..003b3a7 100644 --- a/index.html +++ b/index.html @@ -55,8 +55,8 @@ Many thanks again! - - + + @@ -81,55 +81,64 @@ Many thanks again! text="Люди больше не доверяют друг другу. Зачем? И как это исправить? Интерактивное руководство теории игр о доверии:" link="http://ncase.me/trust/"> + +
+ fan-translations so far: + (add your own!) +
+ 中文 | + Português do Brasil +
+ - - + + - - - - + + + + - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/js/main.js b/js/main.js index ac5c32c..20dc206 100644 --- a/js/main.js +++ b/js/main.js @@ -26,6 +26,7 @@ window.onload = function(){ slideSelect.dom.style.display = "none"; subscribe("start/game", function(){ slideSelect.dom.style.display = "block"; + $("#translations").style.display = "none"; // [FOR DEBUGGING] publish("slideshow/next");