Edit index

This commit is contained in:
2021-01-10 18:45:14 +01:00
parent 26139ef04d
commit bfbb26f8eb
+7 -10
View File
@@ -31,24 +31,16 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
height={220}
src='/logo-384x220.png'
/>
<Typography variant='h3' component='h1'>
<Typography variant='h4' component='h1'>
Organisation KA Internationale
</Typography>
<Typography variant='h4' component='h2' color='textSecondary'>
Transcriptions et traductions
</Typography>
<Typography variant='h5' component='h2'>
<Link href='mailto:kontak@o-k-i.net'>
kontak@o-k-i.net
</Link>
</Typography>
</Container>
<Container style={{marginTop: '5em'}}>
<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'>
<Container style={{marginTop: '2em'}} align='center'>
<Button
startIcon={<TouchAppIcon size='large' style={{fontSize: 50}} />}
size='large'
@@ -61,6 +53,11 @@ export default function Home({kantiteAwtis, kantiteTeks}) {
</Typography>
</Button>
</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
isMobile={matches}
handleOpen={handleOpen}