Edit index
This commit is contained in:
+7
-10
@@ -31,24 +31,16 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
height={220}
|
height={220}
|
||||||
src='/logo-384x220.png'
|
src='/logo-384x220.png'
|
||||||
/>
|
/>
|
||||||
<Typography variant='h3' component='h1'>
|
<Typography variant='h4' component='h1'>
|
||||||
Organisation KA Internationale
|
Organisation KA Internationale
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant='h4' component='h2' color='textSecondary'>
|
|
||||||
Transcriptions et traductions
|
|
||||||
</Typography>
|
|
||||||
<Typography variant='h5' component='h2'>
|
<Typography variant='h5' component='h2'>
|
||||||
<Link href='mailto:kontak@o-k-i.net'>
|
<Link href='mailto:kontak@o-k-i.net'>
|
||||||
kontak@o-k-i.net
|
kontak@o-k-i.net
|
||||||
</Link>
|
</Link>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
<Container style={{marginTop: '5em'}}>
|
<Container style={{marginTop: '2em'}} align='center'>
|
||||||
<Grid container spacing={3}>
|
|
||||||
{kantite.map(k => <KatKayLa key={k.id} tit={k.tit} kantite={k.kantite} route={k.route} />)}
|
|
||||||
</Grid>
|
|
||||||
</Container>
|
|
||||||
<Container style={{marginTop: '5em', marginBottom: '5em'}} align='center'>
|
|
||||||
<Button
|
<Button
|
||||||
startIcon={<TouchAppIcon size='large' style={{fontSize: 50}} />}
|
startIcon={<TouchAppIcon size='large' style={{fontSize: 50}} />}
|
||||||
size='large'
|
size='large'
|
||||||
@@ -61,6 +53,11 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Button>
|
</Button>
|
||||||
</Container>
|
</Container>
|
||||||
|
<Container style={{marginTop: '3em'}}>
|
||||||
|
<Grid container spacing={3}>
|
||||||
|
{kantite.map(k => <KatKayLa key={k.id} tit={k.tit} kantite={k.kantite} route={k.route} />)}
|
||||||
|
</Grid>
|
||||||
|
</Container>
|
||||||
<Carousel
|
<Carousel
|
||||||
isMobile={matches}
|
isMobile={matches}
|
||||||
handleOpen={handleOpen}
|
handleOpen={handleOpen}
|
||||||
|
|||||||
Reference in New Issue
Block a user