Features
- Game banner partial ([1058](https://github.com/ocadotechnology/codeforlife-portal/pull/1058),
[`976d85b`](https://github.com/ocadotechnology/codeforlife-portal/commit/976d85b310fadbedbdc5735fa34f5e60c8b9eb27))
* Adds game banner mixin + temp examples in play page
* Adjust CSS
* Merge branch 'master' into partial_game_banner
* fix after merging master into branch
* made button display inline-block
* Add padding and constants
* Failing test
* fixed test
* undid changes to first test
* Formatting
* Make tests consistent
* Remove test partials from play page
* Fix mobile media query to match Bootstrap standards
* Remove game banner tag from play page
* Renamed constants to match sass standards
* Add snapshot tests for partials testing
* Disable code climate on test files
* Remove unused imports
Refactoring
- Benefits partial ([1053](https://github.com/ocadotechnology/codeforlife-portal/pull/1053),
[`4b58142`](https://github.com/ocadotechnology/codeforlife-portal/commit/4b58142f6ec9b18823211689dafc0381926bc548))
* teach and about pages done
* made benefits into a partial
* forgot to stage one file
* Merge branch 'master' into benefits_partial
* codeclimate fix
* Merge remote-tracking branch 'origin/master' into benefits_partial
* Auto stash before merge of "benefits_partial" and "origin/master"
* fixed broken bits, still unformatted grid
* fixed grids
* reverted "about" benefits
* some refactoring, added test
* codeclimate fixes
* black formatter, css autoprefix
* removed text conditional, autoprefixed only for last one version
* typo + 200,000 users
* autoprefix fix
* syntax fix
- Make banner into a partial
([1052](https://github.com/ocadotechnology/codeforlife-portal/pull/1052),
[`e6676f3`](https://github.com/ocadotechnology/codeforlife-portal/commit/e6676f30e875aa6734ccb6356c28d044fa3e35a8))
* Refactor banner to be a partial
* Remove dashboard banner from partial + simplify rest
* Simplify partial logic
* Fix indentation
* Add argument names to banner call
* Rename hexagon to image + Black format
- Make page blurb into a partial
([1057](https://github.com/ocadotechnology/codeforlife-portal/pull/1057),
[`3cabf53`](https://github.com/ocadotechnology/codeforlife-portal/commit/3cabf53c53d992c9a65b0aac79015c912fac892c))
* refactor: Make page blurb into a partial
* Add new line
* Use python data instead of JSON
* Add test for headline partial
* Make test for generic for headline templatetag