Skip to content

Commit

Permalink
Merge pull request #23 from blackinai/neurips23
Browse files Browse the repository at this point in the history
update sponsors list - 2023
  • Loading branch information
mirianfsilva committed Dec 1, 2023
2 parents 658a96d + 0fe0893 commit 44b2580
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 222 deletions.
8 changes: 7 additions & 1 deletion src/components/Sponsors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const sponsorslist = {
{
title: 'Deepmind',
image: require('./../../assets/img/sponsors-partners/deepmind2.png'),
link: 'https://www.upstart.com/',
link: 'https://deepmind.google/',
alt: 'Deepmind Platinum Sponsor & Corporate Sponsor for Equity',
}
],
Expand All @@ -69,6 +69,12 @@ const sponsorslist = {
link: 'https://www.ibm.com/',
alt: 'IBM Gold Sponsor'
},
{
title: 'D. E. Shaw Research',
image: require('./../../assets/img/sponsors-partners/deshaw.jpg'),
link: 'https://www.deshaw.com/',
alt: 'D. E. Shaw Research Gold Sponsor',
}
],
Silver: [
{
Expand Down
8 changes: 7 additions & 1 deletion src/components/SponsorsHome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ const sponsorslist = [
link: 'https://www.ibm.com/',
alt: 'IBM Gold Sponsor'
},
{
title: 'D. E. Shaw Research',
image: require('./../../assets/img/sponsors-partners/deshaw.jpg'),
link: 'https://www.deshaw.com/',
alt: 'D. E. Shaw Research Gold Sponsor',
},
{
title: "Duolingo",
image: require('./../../assets/img/sponsors-partners/duolingo.png'),
Expand All @@ -77,7 +83,7 @@ const CorporateSponsorsforEquity = [
{
title: 'Deepmind',
image: require('./../../assets/img/sponsors-partners/deepmind2.png'),
link: 'https://www.upstart.com/',
link: 'https://deepmind.google/',
alt: 'Deepmind Platinum Sponsor & Corporate Sponsor for Equity',
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/components/SponsorshipNeurips2023/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function SponsorshipHeader(props) {
</Typography>
<ColorButton className={classes.chip} variant="contained" href="https://dashing-snarl-477.notion.site/Black-in-AI-Sponsors-FAQ-46a1df8cc2c64a46ab195734290a665e">
Access the NeurIPS 2023 Sponsorship FAQ
</ColorButton>
</ColorButton>
</Grid>
<Grid item xs={12} md={6}>
<CardMedia component="img" height="400" width="350" image={image}
Expand Down
217 changes: 0 additions & 217 deletions src/pages/BaiWorkshops/BAI2023/Sponsors.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/pages/BaiWorkshops/BAI2023/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import WorkshopPageHeader from '../../../components/WorkshopPageHeader';
import GridOfContents from './GridOfContents';
import image from './../../../assets/img/general/header-bai-2023.png';
import Loader from '../../../loader';
// import Sponsors from './Sponsors';
import SponsorsHome from '../../../components/SponsorsHome';

function BAI2021() {
return (
Expand All @@ -17,7 +17,7 @@ function BAI2021() {
<Navbar />
<WorkshopPageHeader src={image}/>
<GridOfContents/>
{/* <Sponsors/> */}
<SponsorsHome/>
<Footer />
</ThemeProvider>
);
Expand Down

0 comments on commit 44b2580

Please sign in to comment.