Skip to content

Commit

Permalink
remove Gender Balance promo from 'house' template, replace with Democ…
Browse files Browse the repository at this point in the history
…ratic Commons promo
  • Loading branch information
wrightmartin committed Apr 5, 2018
1 parent 6d97a41 commit 4e48c4d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions views/house.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,15 @@
</div>
</div>

<div class="page-section page-section--green page-section--gender-balance-promo">
<div class="page-section page-section--green page-section--demo-commons-promo">
<div class="container">

<div class="gender-balance-promo">
<h3>Help us collect gender information for <%= @page.country.name %> by playing our fiendishly addictive online game, Gender Balance!</h3>
<p>Swipe your way through politicians in a flash, and work your way up our leaderboard.</p>
<p><a href="http://gender-balance.org" class="button button--primary">Play Gender Balance now</a></p>

<a href="http://gender-balance.org" class="gender-balance-promo__demo">
<div class="screenshot-wrapper">
<img src="/images/screencast.gif" width="232" height="330" alt="Gender-Balance app preview">
</div>
</a>
<div class="demo-commons-promo">
<h3>Part of the Democratic Commons</h3>
<p>A growing community of individuals and organisations working to make information on every politician in the world freely available to all, through Wikidata.</p>
<p><a href="https://www.mysociety.org/democracy/democratic-commons/">Help gather the data, use it for your own projects — or give us feedback </a></p>
</div>

</div>
</div>

1 comment on commit 4e48c4d

@tmtmtmtm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wrightmartin as we only discovered this case due to the build failing, it might be worth also adding a similar test case for the house page.

Please sign in to comment.