Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
---

This playable post is [public domain (CC0)](http://creativecommons.org/publicdomain/zero/1.0).


This repository is also being used as a part of GitHub training, to practice Git and GitHub.

Please feel free to use this in your classrooms,
make video/picture/text adaptations,
or modify the source code!
Attribution is not mandatory, but super appreciated.
We are [Vi Hart](http://vihart.com/) and [Nicky Case](http://ncase.me/).
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
Expand Down
22 changes: 12 additions & 10 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ body{

}

a{
color: #999;

/**a{
color: #999999;
}
a:hover{
color: #ddd;
color: #dddddd;
}
**/

#intro_container, #outro_container{
width:100%; height:550px;
Expand Down Expand Up @@ -108,11 +110,11 @@ span[cartoon]:hover{

}
#cartoon_arrow{

display: block;

width: 0;
height: 0;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 20px solid #fff;
Expand All @@ -123,11 +125,11 @@ span[cartoon]:hover{

}
#cartoon_arrow[flipped=true]{

display: block;

width: 0;
height: 0;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 20px solid #fff;
Expand All @@ -136,4 +138,4 @@ span[cartoon]:hover{
top:-20px;
left:140px;

}
}
2 changes: 1 addition & 1 deletion play/mini/mini_bored.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<br>
<div style="text-align:center; margin:10px 0; color:#777; font-size:15px">
<span style="color:#dd3939">meh:</span>
All neighbors are like me. (Also, meh if I've got no neighbors.)
Either I have no neighbors, or all of my neighbors are like me. Meh.
</div>

<script>
Expand Down