Add OKI logo to home
This commit is contained in:
+15
-3
@@ -6,9 +6,11 @@ import Box from '@mui/material/Box'
|
|||||||
import Grid from '@mui/material/Grid'
|
import Grid from '@mui/material/Grid'
|
||||||
import Button from '@mui/material/Button'
|
import Button from '@mui/material/Button'
|
||||||
|
|
||||||
|
import Image from 'next/image'
|
||||||
import HeadLayout from '../components/head-layout'
|
import HeadLayout from '../components/head-layout'
|
||||||
import Footer from '../components/footer'
|
import Footer from '../components/footer'
|
||||||
import {jwennStats} from '../lib/oki-api'
|
import {jwennStats} from '../lib/oki-api'
|
||||||
|
import okiLogo from '../public/logo-72x72.png'
|
||||||
|
|
||||||
import KatKayLa from '../components/kat-kay-la'
|
import KatKayLa from '../components/kat-kay-la'
|
||||||
|
|
||||||
@@ -27,9 +29,19 @@ export default function Home({errorCode, errorMessage, stats}) {
|
|||||||
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
|
||||||
<Box sx={{flexGrow: 1, marginBottom: 3, marginTop: 3}}>
|
<Box sx={{flexGrow: 1, marginBottom: 3, marginTop: 3}}>
|
||||||
<Container align='center'>
|
<Container align='center'>
|
||||||
<Typography sx={{fontWeight: 'bold'}} variant='h6' component='h1'>
|
<Box sx={{display: 'flex', alignItems: 'cetner', justifyContent: 'center'}}>
|
||||||
OKI
|
|
||||||
</Typography>
|
<Typography sx={{fontWeight: 'bold', mr: 1}} variant='h6' component='h1'>
|
||||||
|
OKI
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Image
|
||||||
|
width={32}
|
||||||
|
height={32}
|
||||||
|
atl='OKI logo'
|
||||||
|
src={okiLogo}
|
||||||
|
/>
|
||||||
|
</Box>
|
||||||
<Typography sx={{fontWeight: 'bold'}} variant='h6' component='h2'>
|
<Typography sx={{fontWeight: 'bold'}} variant='h6' component='h2'>
|
||||||
Organisation KA Internationale
|
Organisation KA Internationale
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user