Skip to content

Commit

Permalink
Add new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeurbi committed Jan 14, 2025
1 parent 1f0ea9f commit 1bee9db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import {
import MaterialTooltip from '@mui/material/Tooltip';
import { Chart as ChartJS, ArcElement, Tooltip, Legend } from 'chart.js'
import NavBar from './NavBar'
import ditigalNao from './assets/images/sponsors/ditigal_nao.png'
import rubyCentral from './assets/images/sponsors/ruby_central.png'
import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
import salesloft from './assets/images/sponsors/salesloft.png'
import softwareGuru from './assets/images/sponsors/software_guru.png'
Expand Down Expand Up @@ -325,7 +327,7 @@ const Sponsorship = (): ReactElement => {
</Grid>

<Typography variant="h3" sx={{ my: 8, textAlign: 'center' }}>{t('sponsorship.ourSponsors')}</Typography>
<Grid container spacing={4} sx={{ mt: 8, alignItems: 'center', flexWrap: 'wrap', px: 4 }}>
<Grid container spacing={4} sx={{ mt: 8, alignItems: 'center', flexWrap: 'wrap', justifyContent: 'center', px: 4 }}>
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
<Avatar variant='square' src={laFronteraCaseCafe} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
</Grid>
Expand All @@ -338,6 +340,12 @@ const Sponsorship = (): ReactElement => {
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
<Avatar variant='square' src={vauxoo} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
</Grid>
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
<Avatar variant='square' src={ditigalNao} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
</Grid>
<Grid item xs={6} md={3} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
<Avatar variant='square' src={rubyCentral} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
</Grid>
</Grid>
<Typography variant="h3" sx={{ my: 8, textAlign: 'center' }}>{t('sponsorship.ourPatreons')}</Typography>
<Box sx={{ display: 'flex', justifyContent: 'space-around', flexWrap: 'wrap' }}>
Expand Down
Binary file added src/assets/images/sponsors/ditigal_nao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/sponsors/ruby_central.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 1bee9db

Please sign in to comment.