Skip to content

Commit

Permalink
Merge pull request #25 from blackinai/neurips23
Browse files Browse the repository at this point in the history
update sponsors list - 2023
  • Loading branch information
mirianfsilva committed Dec 6, 2023
2 parents acc0741 + b63326b commit a17dda9
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
Binary file added src/assets/img/sponsors-partners/deshaw_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions src/components/Sponsors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ const sponsorslist = {
Ruby: [],
Diamond: [],
Platinum: [
{
title: 'Deepmind',
image: require('./../../assets/img/sponsors-partners/deepmind2.png'),
link: 'https://deepmind.google/',
alt: 'Deepmind Platinum Sponsor & Corporate Sponsor for Equity',
}
// {
// title: 'Deepmind',
// image: require('./../../assets/img/sponsors-partners/deepmind2.png'),
// link: 'https://deepmind.google/',
// alt: 'Deepmind Platinum Sponsor & Corporate Sponsor for Equity',
// }
],
Gold: [
{
Expand All @@ -70,10 +70,10 @@ const sponsorslist = {
alt: 'IBM Gold Sponsor'
},
{
title: 'D. E. Shaw Research',
image: require('./../../assets/img/sponsors-partners/deshaw.jpg'),
title: 'D.E.Shaw & Co Group',
image: require('./../../assets/img/sponsors-partners/deshaw_group.png'),
link: 'https://www.deshaw.com/',
alt: 'D. E. Shaw Research Gold Sponsor',
alt: 'D.E.Shaw & Co Gold Sponsor',
}
],
Silver: [
Expand Down Expand Up @@ -135,7 +135,7 @@ function Sponsors(props) {
</div>
</Grid>
))} */}
<Grid item xs={12}>
{/* <Grid item xs={12}>
<Typography variant="h4" align="center" component="h2" className={classes.title}>
Platinum
</Typography>
Expand All @@ -148,7 +148,7 @@ function Sponsors(props) {
</Link>
</div>
</Grid>
))}
))} */}
<Grid item xs={12}>
<Typography variant="h4" align="center" component="h2" className={classes.title}>
Gold
Expand Down
26 changes: 13 additions & 13 deletions src/components/SponsorsHome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ const sponsorslist = [
alt: 'IBM Gold Sponsor'
},
{
title: 'D. E. Shaw Research',
image: require('./../../assets/img/sponsors-partners/deshaw.jpg'),
title: 'D.E.Shaw & Co Group',
image: require('./../../assets/img/sponsors-partners/deshaw_group.png'),
link: 'https://www.deshaw.com/',
alt: 'D. E. Shaw Research Gold Sponsor',
alt: 'D.E.Shaw & Co Gold Sponsor',
},
{
title: "Duolingo",
Expand All @@ -79,14 +79,14 @@ const sponsorslist = [
}
]

const CorporateSponsorsforEquity = [
{
title: 'Deepmind',
image: require('./../../assets/img/sponsors-partners/deepmind2.png'),
link: 'https://deepmind.google/',
alt: 'Deepmind Platinum Sponsor & Corporate Sponsor for Equity',
}
]
// const CorporateSponsorsforEquity = [
// {
// title: 'Deepmind',
// image: require('./../../assets/img/sponsors-partners/deepmind2.png'),
// link: 'https://deepmind.google/',
// alt: 'Deepmind Platinum Sponsor & Corporate Sponsor for Equity',
// }
// ]


function SponsorsHome(props) {
Expand All @@ -110,7 +110,7 @@ function SponsorsHome(props) {
</div>
</Grid>
))}
<Grid item xs={12}>
{/* <Grid item xs={12}>
<Typography variant="h4" align="center" component="h3" className={classes.title}>
Corporate Sponsors for Equity
</Typography>
Expand All @@ -124,7 +124,7 @@ function SponsorsHome(props) {
</div>
</Grid>
))}
</Grid>
</Grid> */}
</Grid>
</Container>

Expand Down
6 changes: 3 additions & 3 deletions src/pages/BaiWorkshops/BAI2022/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ const sponsorslist = {
alt: 'IBM Platinum Sponsor'
},
{
title: 'D. E. Shaw Research',
image: require('./../../../assets/img/sponsors-partners/deshaw.jpg'),
title: 'D.E.Shaw & Co Group',
image: require('./../../../assets/img/sponsors-partners/deshaw_group.png'),
link: 'https://www.deshaw.com/',
alt: 'D. E. Shaw Research Platinum Sponsor',
alt: 'D.E.Shaw & Co Gold Sponsor',
}
],
Gold: [
Expand Down

0 comments on commit a17dda9

Please sign in to comment.