Skip to content

Commit

Permalink
refactor: Added NYSCI logo and info on Partners page #280
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwkipp committed May 21, 2019
1 parent d3bf849 commit 95e2020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/website/src/Partners/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import logoCNS from './cns2x.png';
import logoCOSI from './cosi2x.png';
import logoUCI from './uci2x.png';
import logoSMM from './smm2x.png';
import logoNYSCI from './nysci.png';

function Partners() {
const partners = [
Expand All @@ -28,6 +29,11 @@ function Partners() {
img: logoSMM,
imgAlt: 'SMM Logo, a blue nautilus swirl over the museum name.',
},
{
name: 'New York Hall of Science in Corona, New York',
img: logoNYSCI,
imgAlt: 'NYSCI Logo, Gray N Y letters next to a Red circle with the White letters S C I.',
},
];
return (
<Row className="justify-content-center">
Expand All @@ -41,13 +47,14 @@ function Partners() {
The xMacroscope project is a partnership between:
</p>
<Row>
<Col md={1} />
{
partners.map(partner => (
<Col
key={partner.name}
className="text-center pb-5 pb-sm-2"
xs={12}
md={3}
md={2}
>
<h5>{partner.name}</h5>
<hr className="d-none d-sm-none d-md-block" />
Expand Down
Binary file added packages/website/src/Partners/nysci.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95e2020

Please sign in to comment.