Skip to content

Commit

Permalink
Add funder and supporter logos to Future page
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Dec 18, 2015
1 parent 29899e5 commit bce53f6
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 0 deletions.
Binary file added 2015/assets/img/logo-bytemark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-google.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-hewlett.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-indigo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-mavc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-microsoft.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-omidyar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-osf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2015/assets/img/logo-rowntree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions 2015/assets/sass/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,22 @@ blockquote.twitter-tweet {
opacity: 0.6;
}

.supporter-logos {
@extend .unstyled-list;
margin: 0 auto;
max-width: 45em;

li {
display: inline-block;
}

a {
display: inline-block;
padding: 0.5em 0.5em 0 0.5em;
}

img {
width: auto;
height: 50px;
}
}
11 changes: 11 additions & 0 deletions 2015/future.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ <h2>We want to establish mySociety as a leader in international civic tech, prov

<div class="section section--future--dedication">
<p>This report is dedicated to our supporters and funders. We couldn’t do any of this work without the support they provide.</p>
<ul class="supporter-logos">
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-omidyar.gif" alt="Omidyar Network"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-indigo.gif" alt="The Indigo Trust"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-osf.gif" alt="Open Society Foundations"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-hewlett.gif" alt="The William and Flora Hewlett Foundation"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-mavc.gif" alt="Making All Voices Count"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-microsoft.gif" alt="Microsoft"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-rowntree.gif" alt="The Joseph Rowntree Reform Trust"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-google.gif" alt="Google.org"></a></li>
<li><a href="https://www.mysociety.org/about/funding/"><img src="{{ site.baseurl }}/assets/img/logo-bytemark.gif" alt="Bytemark"></a></li>
</ul>
</div>

<div class="section section--future--donate">
Expand Down

0 comments on commit bce53f6

Please sign in to comment.