@@ -16,10 +16,7 @@ import {
16
16
import MaterialTooltip from '@mui/material/Tooltip' ;
17
17
import { Chart as ChartJS , ArcElement , Tooltip , Legend } from 'chart.js'
18
18
import NavBar from './NavBar'
19
- // import communitySupporters from './assets/images/sponsors/community_supporters.png'
20
19
import laFronteraCaseCafe from './assets/images/sponsors/la_frontera_casa_cafe.png'
21
- import tential from './assets/images/sponsors/tential.png'
22
- import incode from './assets/images/sponsors/incode.svg'
23
20
import salesloft from './assets/images/sponsors/salesloft.png'
24
21
import softwareGuru from './assets/images/sponsors/software_guru.png'
25
22
import vauxoo from './assets/images/sponsors/vauxoo.png'
@@ -32,6 +29,13 @@ import edsonPaul from './assets/images/patreons/edson_paul.png'
32
29
import miguelUrbina from './assets/images/patreons/miguel_urbina.jpeg'
33
30
import oscarSwanros from './assets/images/patreons/oscar_swanros.jpg'
34
31
import sorielVallejo from './assets/images/patreons/soriel_vallejo.png'
32
+ import juanMeza from './assets/images/patreons/juan_meza.jpeg'
33
+ import edwinCruz from './assets/images/patreons/edwin_cruz.jpeg'
34
+ import mariaAvila from './assets/images/patreons/maria_avila.png'
35
+ import franciscoChacon from './assets/images/patreons/francisco_chacon.jpg'
36
+ import walterMata from './assets/images/patreons/walter_mata.jpeg'
37
+ import myrkaLarios from './assets/images/patreons/myrka_larios.jpeg'
38
+ import gibranLopez from './assets/images/patreons/gibran_lopez.jpeg'
35
39
import logo from './assets/images/logo.png'
36
40
import Footer from './Footer' ;
37
41
@@ -322,25 +326,16 @@ const Sponsorship = (): ReactElement => {
322
326
323
327
< Typography variant = "h3" sx = { { my : 8 , textAlign : 'center' } } > { t ( 'sponsorship.ourSponsors' ) } </ Typography >
324
328
< Grid container spacing = { 4 } sx = { { mt : 8 , alignItems : 'center' , flexWrap : 'wrap' , px : 4 } } >
325
- { /* <Grid item xs={4} md={2} sx={{ display: 'flex', justifyContent: 'center', height: '100px', width: '100%' }}>
326
- <Avatar variant='square' src={communitySupporters} sx={{ height: '100%', width: '100%', '& img': { objectFit: 'contain' } }} />
327
- </Grid> */ }
328
- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
329
+ < Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
329
330
< Avatar variant = 'square' src = { laFronteraCaseCafe } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
330
331
</ Grid >
331
- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
332
- < Avatar variant = 'square' src = { tential } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
333
- </ Grid >
334
- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
335
- < Avatar variant = 'square' src = { incode } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
336
- </ Grid >
337
- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
332
+ < Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
338
333
< Avatar variant = 'square' src = { salesloft } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
339
334
</ Grid >
340
- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
335
+ < Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
341
336
< Avatar variant = 'square' src = { softwareGuru } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
342
337
</ Grid >
343
- < Grid item xs = { 4 } md = { 2 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
338
+ < Grid item xs = { 6 } md = { 3 } sx = { { display : 'flex' , justifyContent : 'center' , height : '100px' , width : '100%' } } >
344
339
< Avatar variant = 'square' src = { vauxoo } sx = { { height : '100%' , width : '100%' , '& img' : { objectFit : 'contain' } } } />
345
340
</ Grid >
346
341
</ Grid >
@@ -373,6 +368,27 @@ const Sponsorship = (): ReactElement => {
373
368
< MaterialTooltip title = "Soriel Vallejo" >
374
369
< Avatar src = { sorielVallejo } sx = { { height : '50px' , width : '50px' , m : 2 } } />
375
370
</ MaterialTooltip >
371
+ < MaterialTooltip title = "Juan Meza" >
372
+ < Avatar src = { juanMeza } sx = { { height : '50px' , width : '50px' , m : 2 } } />
373
+ </ MaterialTooltip >
374
+ < MaterialTooltip title = "Edwin Cruz" >
375
+ < Avatar src = { edwinCruz } sx = { { height : '50px' , width : '50px' , m : 2 } } />
376
+ </ MaterialTooltip >
377
+ < MaterialTooltip title = "María Avila" >
378
+ < Avatar src = { mariaAvila } sx = { { height : '50px' , width : '50px' , m : 2 } } />
379
+ </ MaterialTooltip >
380
+ < MaterialTooltip title = "Francisco Chacón" >
381
+ < Avatar src = { franciscoChacon } sx = { { height : '50px' , width : '50px' , m : 2 } } />
382
+ </ MaterialTooltip >
383
+ < MaterialTooltip title = "Walter Mata" >
384
+ < Avatar src = { walterMata } sx = { { height : '50px' , width : '50px' , m : 2 } } />
385
+ </ MaterialTooltip >
386
+ < MaterialTooltip title = "Myrka Larios" >
387
+ < Avatar src = { myrkaLarios } sx = { { height : '50px' , width : '50px' , m : 2 } } />
388
+ </ MaterialTooltip >
389
+ < MaterialTooltip title = "Gibran Lopez" >
390
+ < Avatar src = { gibranLopez } sx = { { height : '50px' , width : '50px' , m : 2 } } />
391
+ </ MaterialTooltip >
376
392
</ Box >
377
393
378
394
< Box sx = { { mt : 8 } } >
0 commit comments