0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 12:10:11 +09:00

Compare commits

...

3 Commits

Author SHA1 Message Date
0d6a65e8f0
Rename files 2021-08-15 16:59:58 +09:00
bddc61768c
Update icon 2021-08-15 16:59:54 +09:00
c2edfeb82c
Move some translations to common.json 2021-08-15 16:59:34 +09:00
9 changed files with 9 additions and 6 deletions

View File

@ -6,5 +6,7 @@
"listening": "{{listening}} を再生中",
"close": "閉じる",
"mutual": "相互リンク",
"status": "サービスの状態"
"status": "サービスの状態",
"icon_1": "アイコン: ",
"icon_2": "さん"
}

View File

@ -14,8 +14,6 @@
"contact": "連絡先 / SNS",
"belongs": "所属",
"grade": "2年",
"icon_1": "アイコン: ",
"icon_2": "さん",
"keys": "公開鍵",
"download": "ダウンロード",
"fingerprint": "電子指紋",

View File

@ -10,6 +10,7 @@ import HappyBusy from "./components/Footer/HappyBusy"
// Next.js
import Image from 'next/image'
import Link from 'next/link'
// i18n
import useTranslation from 'next-translate/useTranslation'
@ -33,7 +34,7 @@ export default function Index(props) {
<div className="my-9 text-center">
<div className="m-10">
<Image
src = "/images/avatar.png"
src = "/images/avatar_riru.png"
alt = "yude's avatar"
width = {200}
height = {200}
@ -61,6 +62,8 @@ export default function Index(props) {
<HappyBusy />
</div>
{/* Avatar by */}
<p className="mt-3 text-sm font-bold text-gray-900 dark:text-gray-400">{t('common:icon_1')}<Link href="https://twitter.com/R_I_R_U_"><a className="hover:underline">梨留りる {t('common:icon_2')}</a></Link></p>
</div>
</Layout>
</>

View File

@ -49,7 +49,7 @@ export default function Profile(props) {
<div className="flex mb-10 justify-center">
<Image
className = "rounded-full hover:animate-rumble z-0 p-15"
src = "/images/avatar.png"
src = "/images/avatar_mel.png"
alt = "yude's avatar"
width = {200}
height = {200}
@ -119,7 +119,7 @@ export default function Profile(props) {
</div>
</div>
<p className="mt-3 text-sm font-bold text-gray-900 dark:text-gray-400">{t('icon_1')}<Link href="https://twitter.com/xmnts"><a className="hover:underline">Minkasy {t('icon_2')}</a></Link></p>
<p className="mt-3 text-sm font-bold text-gray-900 dark:text-gray-400">{t('common:icon_1')}<Link href="https://twitter.com/xmnts"><a className="hover:underline">Minkasy {t('common:icon_2')}</a></Link></p>
</div>
</Layout>

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB