Skip to content

Commit

Permalink
UGH thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
ncase committed Apr 27, 2018
1 parent 4472235 commit f71203d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ a:hover{
#sharing #em{
background-position: -100px 0px;
}
#share_title{
display: none;
}
#share_desc{
display: none;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ <h3>
<img src="sprites/bonus/trust.png" width="200" height="200" style="float:left; margin-right:1em"/>
<b>Interactive:</b>
<a target="_blank" href="http://ncase.me/trust/">
The Evolution of Trust</a> by Nicky Case (2017).
The Evolution of Trust</a> by Nicky Case (me) (2017).
A game about the game theory of how cooperation is built... or destroyed.

<div style="clear:both"></div>
Expand All @@ -1240,7 +1240,7 @@ <h3>
<img src="sprites/bonus/polygons.png" width="200" height="200" style="float:left; margin-right:1em"/>
<b>Interactive:</b>
<a target="_blank" href="http://ncase.me/polygons/">
Parable of the Polygons</a> by Vi Hart and Nicky Case (2014).
Parable of the Polygons</a> by Vi Hart and Nicky Case (also me) (2014).
A story about how harmless choices can create a harmful world.

<div style="clear:both"></div>
Expand Down Expand Up @@ -1475,7 +1475,7 @@ <h3>

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)
the visual, interactive adaptation of that paper</a> by Bret Victor (2011).

</div>

Expand Down
2 changes: 0 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down
Binary file added social/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f71203d

Please sign in to comment.