Skip to content

Commit

Permalink
Merge pull request #31 from blackinai/small-fix
Browse files Browse the repository at this point in the history
2024 sponsors brochure
  • Loading branch information
mirianfsilva committed May 6, 2024
2 parents 15f5aa7 + c26bdc2 commit fe9f933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file not shown.
5 changes: 3 additions & 2 deletions src/components/SponsorshipBody/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ function SponsorshipBody(props) {
<Typography variant="h6" color="secondary" align="center" className={classes.title}>
To learn more, please contact us at [email protected].
</Typography>
<ColorButton className={classes.chip} variant="contained" href="https://github.com/blackinai/blackinai.github.io/raw/985c33fa1e59584ac309e72fb16b2f38dadd6ed6/src/assets/doc/BlackinAI_2023_Sponsorship.pdf">
<ColorButton className={classes.chip} variant="contained" href="https://github.com/blackinai/blackinai.github.io/raw/464cfbe61da9637f8fbd071479f8528ea40e0a17/src/assets/doc/2024_BlackinAI_Corporate_Sponsorship_Brochure.pdf">
Download our sponsorship offerings
</ColorButton>
</Grid>
<Grid item xs={12} md={6}>
<iframe title="" src="https://drive.google.com/file/d/1nIr1ePBRXJ6n0jCmYMVbnHkEp3NvyMyo/preview" width="640" height="480" allow="autoplay"></iframe>
<iframe src="https://drive.google.com/file/d/1bK7zG_Z-rWQVStT9Duinau4Q8BU6_eXD/preview" width="640" height="390" allow="autoplay"></iframe>
</Grid>
</Grid>
</Grid>
Expand All @@ -99,3 +99,4 @@ SponsorshipBody.propTypes = {
};

export default withStyles(styles)(SponsorshipBody);

0 comments on commit fe9f933

Please sign in to comment.