diff --git a/README.md b/README.md index f6e1ac45..2b3db4dd 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,9 @@ We are [Vi Hart](http://vihart.com/) and [Nicky Case](http://ncase.me/). Show us how you're using and remixing Parable of the Polygons! Tweet us at [@vihartvihart](https://twitter.com/vihartvihart) and -[@ncasenmare](https://twitter.com/ncasenmare). \ No newline at end of file +[@ncasenmare](https://twitter.com/ncasenmare). + +--- + +This fork adds pentagons in the style shown in the picture at the bottom. + diff --git a/play/automatic/automatic.css b/play/automatic/automatic.css index 30a549b8..74f0d637 100644 --- a/play/automatic/automatic.css +++ b/play/automatic/automatic.css @@ -35,11 +35,21 @@ div{ font-size: 16px; text-align: center; } -#stats_text{ +#segregation_text{ position: absolute; color:#cc2727; font-size: 20px; } +#sad_text{ + position: absolute; + color:#2727cc; + font-size: 20px; +} +#meh_text{ + position: absolute; + color:#cccc27; + font-size: 20px; +} #stats_canvas_container{ background:url(../img/stats.png); width:400px; height:300px; @@ -88,4 +98,4 @@ div{ span.highlight{ color:#cc2727; -} \ No newline at end of file +} diff --git a/play/automatic/automatic.html b/play/automatic/automatic.html index 024422c0..1e06b492 100644 --- a/play/automatic/automatic.html +++ b/play/automatic/automatic.html @@ -11,7 +11,9 @@