Add en novels
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
/** @jsxImportSource theme-ui */
|
||||
import {
|
||||
Box,
|
||||
Heading,
|
||||
Flex,
|
||||
Card,
|
||||
Image,
|
||||
Paragraph,
|
||||
Link,
|
||||
} from '@theme-ui/components'
|
||||
import { Box, Heading, Paragraph, Link } from '@theme-ui/components'
|
||||
import Breadcrumb from '../../../components/organisms/Breadcrumb'
|
||||
import { useTranslation } from '../../../lib/i18n'
|
||||
import Head from '../../../components/atoms/Head'
|
||||
import Honkai3rdLayout from '../../../components/layouts/Honkai3rdLayout'
|
||||
import { assetsBucketBaseUrl } from 'lib/consts'
|
||||
import { getI18NProps } from 'server/i18n'
|
||||
import { NextPageContext } from 'next'
|
||||
|
||||
@@ -38,19 +29,28 @@ const MediaPage = () => {
|
||||
<Heading as='h1'>{t('common.media')}</Heading>
|
||||
<Heading as='h2'>{t('common.novels')}</Heading>
|
||||
|
||||
<Flex sx={{ mb: 3 }}>
|
||||
<Link href={'/ko-KR/honkai3rd/novels/ae'} target='_blank'>
|
||||
<Card p={2}>
|
||||
<Image
|
||||
width={300}
|
||||
src={`${assetsBucketBaseUrl}/honkai3rd/novels/ae-ko-KR-banner.png`}
|
||||
alt='네겐트로피 Beta'
|
||||
sx={{ borderRadius: 5 }}
|
||||
/>
|
||||
<Box sx={{ textAlign: 'center' }}>🇰🇷 네겐트로피 Beta(작업중)</Box>
|
||||
</Card>
|
||||
</Link>
|
||||
</Flex>
|
||||
<Box sx={{ mb: 3, pl: 2 }} as='ul'>
|
||||
<Box as='li'>
|
||||
<Link href={'/honkai3rd/novels/ae'} target='_blank'>
|
||||
🇺🇸 Anti-Entropy Beta
|
||||
</Link>
|
||||
</Box>
|
||||
<Box as='li'>
|
||||
<Link href={'/honkai3rd/novels/duriduri'} target='_blank'>
|
||||
🇺🇸 Durandal Beta
|
||||
</Link>
|
||||
</Box>
|
||||
<Box as='li'>
|
||||
<Link href={'/ko-KR/honkai3rd/novels/ae'} target='_blank'>
|
||||
🇰🇷 네겐트로피 Beta(작업중)
|
||||
</Link>
|
||||
</Box>
|
||||
<Box as='li'>
|
||||
<Link href={'/ko-KR/honkai3rd/novels/duriduri'} target='_blank'>
|
||||
🇰🇷 듀란달 Beta(작업중)
|
||||
</Link>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Paragraph>
|
||||
Other novels and English verions will be available one day.
|
||||
|
||||
Reference in New Issue
Block a user