-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
standard footer now only appears on the homepage (it breaks the game …
…on the other pages)
- Loading branch information
1 parent
5e99830
commit 891f580
Showing
6 changed files
with
72 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<div class="mysoc-footer" role="contentinfo"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="col-sm-12"> | ||
<h2 class="mysoc-footer__site-name">Gender Balance</h2> | ||
<div class="mysoc-footer__site-description"> | ||
<p>Crowdsourcing a single, reliable source for gender data of politicians in every country in the world, and for the world as a whole</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="row"> | ||
|
||
<div class="col-sm-6"> | ||
<nav class="mysoc-footer__links"> | ||
<ul> | ||
<li role="presentation"><a href="/about">About</a></li> | ||
</ul> | ||
<ul> | ||
<li role="presentation"><a href="http://everypolitician.org/">EveryPolitician</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
<div class="col-sm-6"> | ||
<div class="mysoc-footer__donate"> | ||
<p>Your donations keep this site and others like it running</p> | ||
<a href="https://www.mysociety.org/donate" class="mysoc-footer__donate__button">Donate now</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<hr class="mysoc-footer__divider" role="presentation"> | ||
<div class="row"> | ||
|
||
<div class="col-sm-5"> | ||
<div class="mysoc-footer__orgs"> | ||
<p class="mysoc-footer__org"> | ||
Built by | ||
<a href="https://www.mysociety.org" class="mysoc-footer__org__logo mysoc-footer__org__logo--mysociety">mySociety</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-4"> | ||
<div class="mysoc-footer__legal"> | ||
<p>mySociety Limited is a project of UK Citizens Online Democracy, a registered charity in England and Wales. For full details visit <a href="https://www.mysociety.org">mysociety.org</a>.</p> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-3"> | ||
<ul class="mysoc-footer__badges"> | ||
<li role="presentation"><a href="https://github.com/everypolitician/gender-balance" class="mysoc-footer__badge mysoc-footer__badge--github">Github</a></li> | ||
<li role="presentation"><a href="https://twitter.com/mysociety" class="mysoc-footer__badge mysoc-footer__badge--twitter">Twitter</a></li> | ||
<li role="presentation"><a href="https://facebook.com/mysociety" class="mysoc-footer__badge mysoc-footer__badge--facebook">Facebook</a></li> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters