diff --git a/css/index.css b/css/index.css index 254d709..930a8fc 100644 --- a/css/index.css +++ b/css/index.css @@ -369,6 +369,9 @@ a:hover{ #sharing #em{ background-position: -100px 0px; } +#share_title{ + display: none; +} #share_desc{ display: none; } diff --git a/index.html b/index.html index 3a854d9..207856c 100644 --- a/index.html +++ b/index.html @@ -1231,7 +1231,7 @@ Sorry, not done yet! These Bonus Boxes need you to TRANSLATE, too: Interactive: - The Evolution of Trust by Nicky Case (2017). + The Evolution of Trust by Nicky Case (me) (2017). A game about the game theory of how cooperation is built... or destroyed.
@@ -1240,7 +1240,7 @@ Sorry, not done yet! These Bonus Boxes need you to TRANSLATE, too: Interactive: - Parable of the Polygons by Vi Hart and Nicky Case (2014). + Parable of the Polygons by Vi Hart and Nicky Case (also me) (2014). A story about how harmless choices can create a harmful world.
@@ -1475,7 +1475,7 @@ Final thing! These references also need you to TRANSLATE: You can also play with - the visual, interactive adaptation of that paper by Bret Victor (2011) + the visual, interactive adaptation of that paper by Bret Victor (2011). diff --git a/js/main.js b/js/main.js index 9dd247d..993d663 100644 --- a/js/main.js +++ b/js/main.js @@ -41,8 +41,6 @@ subscribe("prepreload/done", function(){ // Go to THE SPLASH slideshow.gotoChapter("Preloader"); - //slideshow.gotoChapter("Credits"); - //$("#navigation").style.display = "block"; // HACK - MOBILE IS HORRIBLE $all("a").forEach(function(a){ diff --git a/social/thumbnail.png b/social/thumbnail.png new file mode 100644 index 0000000..8c23b96 Binary files /dev/null and b/social/thumbnail.png differ