Reorganize oki links
This commit is contained in:
+14
-9
@@ -8,6 +8,7 @@ import Grid from '@mui/material/Grid'
|
|||||||
import Button from '@mui/material/Button'
|
import Button from '@mui/material/Button'
|
||||||
import ArrowCircleDownIcon from '@mui/icons-material/ArrowCircleDown'
|
import ArrowCircleDownIcon from '@mui/icons-material/ArrowCircleDown'
|
||||||
import OpenInNewIcon from '@mui/icons-material/OpenInNew'
|
import OpenInNewIcon from '@mui/icons-material/OpenInNew'
|
||||||
|
import FormHelperText from '@mui/material/FormHelperText'
|
||||||
|
|
||||||
import HeadLayout from '../components/head-layout'
|
import HeadLayout from '../components/head-layout'
|
||||||
import Footer from '../components/footer'
|
import Footer from '../components/footer'
|
||||||
@@ -69,17 +70,21 @@ export default function Home({errorCode, errorMessage, stats}) {
|
|||||||
Paroles, traductions et Fédiverse
|
Paroles, traductions et Fédiverse
|
||||||
</Typography>
|
</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
<Container align='center'>
|
<Container>
|
||||||
<Box sx={{marginBottom: 2}}>
|
<Grid container justifyContent='center' spacing={2}>
|
||||||
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://asso.oki.re/public/members/new.php', '_blank')}>
|
<Grid item>
|
||||||
<strong>Adhésion ➡️ asso.oki.re</strong>
|
<Button variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://asso.oki.re/public/members/new.php', '_blank')}>
|
||||||
|
<strong>Adhésion</strong>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
<FormHelperText sx={{textAlign: 'center', fontStyle: 'italic'}}>asso.oki.re</FormHelperText>
|
||||||
<Box>
|
</Grid>
|
||||||
<Button size='small' variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://o-k-i.net', '_blank')}>
|
<Grid item>
|
||||||
<strong>Fédiverse ➡️ o-k-i.net</strong>
|
<Button variant='outlined' endIcon={<OpenInNewIcon />} onClick={() => window.open('https://o-k-i.net', '_blank')}>
|
||||||
|
<strong>Fédiverse</strong>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
<FormHelperText sx={{textAlign: 'center', fontStyle: 'italic'}}>o-k-i.net</FormHelperText>
|
||||||
|
</Grid>
|
||||||
|
</Grid>
|
||||||
</Container>
|
</Container>
|
||||||
</Box>
|
</Box>
|
||||||
<Container sx={{flexGrow: 100}}>
|
<Container sx={{flexGrow: 100}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user