Skip to content

Commit

Permalink
Merge pull request #67 from openaq/develop
Browse files Browse the repository at this point in the history
Deploying latest
  • Loading branch information
jflasher committed May 9, 2016
2 parents da2211d + f6784c9 commit 06b14af
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Binary file added app/assets/graphics/layout/sponsors/hhmi.jpg
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 app/assets/graphics/layout/sponsors/nih.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 app/assets/graphics/layout/sponsors/wellcome.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions app/assets/scripts/components/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ var About = React.createClass({
<a href='https://aws.amazon.com' title='Amazon Web Services' target='_blank'>
<img src='/assets/graphics/layout/sponsors/aws.png'/>
</a>
<a href='https://www.nih.gov/' title='National Institutes of Health' target='_blank'>
<img src='/assets/graphics/layout/sponsors/nih.jpg'/>
</a>
<a href='http://thrivingearthexchange.org/' title='Thriving Earth Exchange' target='_blank'>
<img src='/assets/graphics/layout/sponsors/tex.png'/>
</a>
Expand All @@ -50,6 +53,15 @@ var About = React.createClass({
<a href='https://keen.io' title='Keen.io' target='_blank'>
<img src='/assets/graphics/layout/sponsors/keenio.jpg'/>
</a>
<a href='http://www.wellcome.ac.uk/' title='Wellcome Trust' target='_blank'>
<img src='/assets/graphics/layout/sponsors/wellcome.jpg'/>
</a>
<a href='http://openscienceprize.org/' title='The Open Science Prize' target='_blank'>
<img src='/assets/graphics/layout/sponsors/openscience.png'/>
</a>
<a href='https://www.hhmi.org/' title='Howard Hughes Medical Institute' target='_blank'>
<img src='/assets/graphics/layout/sponsors/hhmi.jpg'/>
</a>
</div>
</div>
<Footer locales={this.props.locales} messages={this.props.messages} />
Expand Down

0 comments on commit 06b14af

Please sign in to comment.