Skip to content

Commit

Permalink
fixed no-msg sizing, added logo links
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoulia committed Apr 25, 2014
1 parent 9884923 commit 824b8f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file added public/images/logos/uncharted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 6 additions & 5 deletions scripts/ea.js
Original file line number Diff line number Diff line change
Expand Up @@ -679,15 +679,16 @@ $(function(){
This website was made possible thanks to the generous support of the <a target="_blank" href="http://pulitzercenter.org/">Pulitzer Center on Crisis Reporting</a> and the <a target="_blank" href="http://www.opensocietyfoundations.org/">Open Society Foundations</a>.
</p>
<div className="logo-container">
<img className="logo" src={EAConfig.images.base + "/logos/pulitzer-center.png"} />
<img className="logo" src={EAConfig.images.base + "/logos/OSF.png"} />
<a target="_blank" href="http://pulitzercenter.org/"><img className="logo" src={EAConfig.images.base + "/logos/pulitzer-center.png"} /></a>
<a target="_blank" href="http://www.opensocietyfoundations.org/"><img className="logo" src={EAConfig.images.base + "/logos/OSF.png"} /></a>
</div>
<p>
Everyday Africa is also honored to acknowledge its collaborative partnerships with <a target="_blank" href="http://uncharteddigital.com/">Uncharted Digital</a>, <a target="_blank" href="http://www.thelampnyc.org/">The LAMP</a>, and the <a href="http://bronxdoc.org/">Bronx Documentary Center</a>.
Everyday Africa is also honored to acknowledge its collaborative partnerships with <a target="_blank" href="http://uncharteddigital.com/">Uncharted Digital</a>, <a target="_blank" href="http://www.thelampnyc.org/">The LAMP</a>, and the <a target="_blank" href="http://bronxdoc.org/">Bronx Documentary Center</a>.
</p>
<div className="logo-container">
<img className="logo" src={EAConfig.images.base + "/logos/lamp.png"} />
<img className="logo" src={EAConfig.images.base + "/logos/BDC.png"} />
<a target="_blank" href="http://uncharteddigital.com/"><img className="logo" src={EAConfig.images.base + "/logos/uncharted.png"} /></a>
<a target="_blank" href="http://www.thelampnyc.org/"><img className="logo" src={EAConfig.images.base + "/logos/lamp.png"} /></a>
<a target="_blank" href="http://bronxdoc.org/"><img className="logo" src={EAConfig.images.base + "/logos/BDC.png"} /></a>
</div>
<p>
This site was designed by <a target="_blank" href="http://uncharteddigital.com/">Uncharted Digital</a>.
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/gallery.less
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@
margin: 0 auto;
top: 3em;
padding: 0 2em;
font-size: 2em;
font-size: 1.5em;
}

0 comments on commit 824b8f5

Please sign in to comment.