Add palé, adhérer links & remove email
This commit is contained in:
+38
-9
@@ -2,7 +2,9 @@ import {useState} from 'react'
|
|||||||
import PropTypes from 'prop-types'
|
import PropTypes from 'prop-types'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
import {Button, Container, Grid, Typography, useMediaQuery, Link} from '@material-ui/core'
|
import {Button, Container, Grid, Typography, useMediaQuery, Link} from '@material-ui/core'
|
||||||
import TouchAppIcon from '@material-ui/icons/TouchApp'
|
import HelpIcon from '@material-ui/icons/Help'
|
||||||
|
import ChatIcon from '@material-ui/icons/Chat'
|
||||||
|
import GroupAddIcon from '@material-ui/icons/GroupAdd'
|
||||||
|
|
||||||
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'
|
||||||
@@ -34,16 +36,41 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
<Typography variant='h4' component='h1'>
|
<Typography variant='h4' component='h1'>
|
||||||
Organisation KA Internationale
|
Organisation KA Internationale
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant='h5' component='h2'>
|
|
||||||
<Link href='mailto:kontak@o-k-i.net'>
|
|
||||||
kontak@o-k-i.net
|
|
||||||
</Link>
|
|
||||||
</Typography>
|
|
||||||
</Container>
|
</Container>
|
||||||
<Container style={{marginTop: '2em'}} align='center'>
|
<Container style={{marginTop: '1.5em'}} align='center'>
|
||||||
|
<Grid container spacing={3}>
|
||||||
|
<Grid item xs={12} md={4}>
|
||||||
|
<Link href='https://pale.o-k-i.net'>
|
||||||
<Button
|
<Button
|
||||||
startIcon={<TouchAppIcon size='large' style={{fontSize: 50}} />}
|
startIcon={<ChatIcon size='large' style={{fontSize: 40}} />}
|
||||||
size='large'
|
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'>
|
||||||
|
<Button
|
||||||
|
startIcon={<GroupAddIcon size='large' style={{fontSize: 40}} />}
|
||||||
|
size='small'
|
||||||
|
variant='contained'
|
||||||
|
color='primary'
|
||||||
|
>
|
||||||
|
<Typography style={{fontSize: '2em'}} variant='subtitle1' component='span'>
|
||||||
|
Adhérer
|
||||||
|
</Typography>
|
||||||
|
</Button>
|
||||||
|
</Link>
|
||||||
|
</Grid>
|
||||||
|
<Grid item xs={12} md={4}>
|
||||||
|
<Button
|
||||||
|
startIcon={<HelpIcon size='large' style={{fontSize: 40}} />}
|
||||||
|
size='small'
|
||||||
variant='contained'
|
variant='contained'
|
||||||
color='primary'
|
color='primary'
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
@@ -52,6 +79,8 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
Guide
|
Guide
|
||||||
</Typography>
|
</Typography>
|
||||||
</Button>
|
</Button>
|
||||||
|
</Grid>
|
||||||
|
</Grid>
|
||||||
</Container>
|
</Container>
|
||||||
<Container style={{marginTop: '3em'}}>
|
<Container style={{marginTop: '3em'}}>
|
||||||
<Grid container spacing={3}>
|
<Grid container spacing={3}>
|
||||||
|
|||||||
Reference in New Issue
Block a user