Add 'Gadé' link & move 'Adhérer'

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-05-06 20:28:44 +02:00
parent 4a3469d36a
commit a9e726ace8
+32 -17
View File
@@ -5,6 +5,7 @@ import {Button, Container, Grid, Typography, useMediaQuery, Link} from '@materia
import HelpIcon from '@material-ui/icons/Help' import HelpIcon from '@material-ui/icons/Help'
import ChatIcon from '@material-ui/icons/Chat' import ChatIcon from '@material-ui/icons/Chat'
import GroupAddIcon from '@material-ui/icons/GroupAdd' import GroupAddIcon from '@material-ui/icons/GroupAdd'
import OndemandVideoIcon from '@material-ui/icons/OndemandVideo'
import KatKayLa from '../components/kat-kay-la' import KatKayLa from '../components/kat-kay-la'
import HeadLayout from '../components/head-layout' import HeadLayout from '../components/head-layout'
@@ -38,22 +39,8 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
</Typography> </Typography>
</Container> </Container>
<Container style={{marginTop: '1.5em'}} align='center'> <Container style={{marginTop: '1.5em'}} align='center'>
<Grid container spacing={3}> <Grid container spacing={2}>
<Grid item xs={12} md={4}> <Grid item xs={12} md={3}>
<Link href='https://pale.o-k-i.net'>
<Button
startIcon={<ChatIcon size='large' style={{fontSize: 40}} />}
size='small'
variant='contained'
color='primary'
>
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
Palé
</Typography>
</Button>
</Link>
</Grid>
<Grid item xs={12} md={4}>
<Link href='https://www.helloasso.com/associations/organisation-ka-internationale/adhesions/adhesion-oki'> <Link href='https://www.helloasso.com/associations/organisation-ka-internationale/adhesions/adhesion-oki'>
<Button <Button
startIcon={<GroupAddIcon size='large' style={{fontSize: 40}} />} startIcon={<GroupAddIcon size='large' style={{fontSize: 40}} />}
@@ -67,7 +54,35 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
</Button> </Button>
</Link> </Link>
</Grid> </Grid>
<Grid item xs={12} md={4}> <Grid item xs={12} md={3}>
<Link href='https://pale.o-k-i.net'>
<Button
startIcon={<ChatIcon size='large' style={{fontSize: 40}} />}
size='small'
variant='contained'
color='primary'
>
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
Palé
</Typography>
</Button>
</Link>
</Grid>
<Grid item xs={12} md={3}>
<Link href='https://gade.o-k-i.net'>
<Button
startIcon={<OndemandVideoIcon size='large' style={{fontSize: 40}} />}
size='small'
variant='contained'
color='primary'
>
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
Gadé
</Typography>
</Button>
</Link>
</Grid>
<Grid item xs={12} md={3}>
<Button <Button
startIcon={<HelpIcon size='large' style={{fontSize: 40}} />} startIcon={<HelpIcon size='large' style={{fontSize: 40}} />}
size='small' size='small'