asdsdadas

This commit is contained in:
Nicky Case 2018-04-27 08:57:59 -04:00
parent c18e153fbe
commit 44722354aa
3 changed files with 14 additions and 9 deletions

View File

@ -36,8 +36,7 @@ If so, maybe you can collaborate!
And if no one else is, PLEASE CREATE A NEW ISSUE in this repo
so that others know you're working on it!]**
Translations done so far:
(none)
Translations done so far: (none)
**Step 1)** Clone this repo!
@ -45,17 +44,17 @@ Translations done so far:
[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
**Step 3)** *COPY* `index.html`, and name the copy [your-two-letter-code].html.
For example: de.html, ar.html, zh.html, etc...
For example: `de.html`, `ar.html`, `zh.html`, etc...
**Step 4)** Translate *THAT* page (it's about 3600+ words). Do NOT modify the original `index.html`!
You can also credit yourself as a translator!
Also, please feel free to credit yourself as a translator :)
**Step 5)** Add one line to the end of `translations.txt` so that the game "knows" your translation exists.
(more specific instructions will be inside that file)
**Step 6)** Send a Pull Request so I can make your translation go live!
**Step 7)** 🎉
**Step 7)** 🎉 fweeeee
# PUBLIC DOMAIN "LICENSE"

View File

@ -1457,7 +1457,7 @@ Final thing! These references also need you to TRANSLATE:
<div>
The idea of the "small world" was popularized by
<a target="_blank" href="http://www.jstor.org/stable/2786545">Stanley Milgram's 1969 experiment</a>,
<a target="_blank" href="http://www.jstor.org/stable/2786545">Travers &amp; Milgram's 1969 experiment</a>,
which showed that, on average, any two random people in the United States
were just six friendships apart &mdash; "six degrees of separation"!
@ -1471,6 +1471,12 @@ Final thing! These references also need you to TRANSLATE:
and high clustering (friends have lots of mutual friends) &mdash;
that is, a network that hits the sweet spot!
<br><br>
You can also play with
<a target="_blank" href="http://worrydream.com/ScientificCommunicationAsSequentialArt/">
the visual, interactive adaptation of that paper</a> by Bret Victor (2011)
</div>
</reference>

View File

@ -40,9 +40,9 @@ subscribe("prepreload/done", function(){
window.requestAnimationFrame(update);
// Go to THE SPLASH
//slideshow.gotoChapter("Preloader");
slideshow.gotoChapter("Credits");
$("#navigation").style.display = "block";
slideshow.gotoChapter("Preloader");
//slideshow.gotoChapter("Credits");
//$("#navigation").style.display = "block";
// HACK - MOBILE IS HORRIBLE
$all("a").forEach(function(a){