mirror of
https://github.com/yude-jp/yude.jp
synced 2025-01-10 13:30:10 +09:00
Compare commits
3 Commits
e6d61ff4ce
...
0d6a65e8f0
Author | SHA1 | Date | |
---|---|---|---|
0d6a65e8f0 | |||
bddc61768c | |||
c2edfeb82c |
locales/ja
pages
public/images
@ -6,5 +6,7 @@
|
|||||||
"listening": "{{listening}} を再生中",
|
"listening": "{{listening}} を再生中",
|
||||||
"close": "閉じる",
|
"close": "閉じる",
|
||||||
"mutual": "相互リンク",
|
"mutual": "相互リンク",
|
||||||
"status": "サービスの状態"
|
"status": "サービスの状態",
|
||||||
|
"icon_1": "アイコン: ",
|
||||||
|
"icon_2": "さん"
|
||||||
}
|
}
|
@ -14,8 +14,6 @@
|
|||||||
"contact": "連絡先 / SNS",
|
"contact": "連絡先 / SNS",
|
||||||
"belongs": "所属",
|
"belongs": "所属",
|
||||||
"grade": "2年",
|
"grade": "2年",
|
||||||
"icon_1": "アイコン: ",
|
|
||||||
"icon_2": "さん",
|
|
||||||
"keys": "公開鍵",
|
"keys": "公開鍵",
|
||||||
"download": "ダウンロード",
|
"download": "ダウンロード",
|
||||||
"fingerprint": "電子指紋",
|
"fingerprint": "電子指紋",
|
||||||
|
@ -10,6 +10,7 @@ import HappyBusy from "./components/Footer/HappyBusy"
|
|||||||
|
|
||||||
// Next.js
|
// Next.js
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
import Link from 'next/link'
|
||||||
|
|
||||||
// i18n
|
// i18n
|
||||||
import useTranslation from 'next-translate/useTranslation'
|
import useTranslation from 'next-translate/useTranslation'
|
||||||
@ -33,7 +34,7 @@ export default function Index(props) {
|
|||||||
<div className="my-9 text-center">
|
<div className="my-9 text-center">
|
||||||
<div className="m-10">
|
<div className="m-10">
|
||||||
<Image
|
<Image
|
||||||
src = "/images/avatar.png"
|
src = "/images/avatar_riru.png"
|
||||||
alt = "yude's avatar"
|
alt = "yude's avatar"
|
||||||
width = {200}
|
width = {200}
|
||||||
height = {200}
|
height = {200}
|
||||||
@ -61,6 +62,8 @@ export default function Index(props) {
|
|||||||
<HappyBusy />
|
<HappyBusy />
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
</>
|
</>
|
||||||
|
@ -49,7 +49,7 @@ export default function Profile(props) {
|
|||||||
<div className="flex mb-10 justify-center">
|
<div className="flex mb-10 justify-center">
|
||||||
<Image
|
<Image
|
||||||
className = "rounded-full hover:animate-rumble z-0 p-15"
|
className = "rounded-full hover:animate-rumble z-0 p-15"
|
||||||
src = "/images/avatar.png"
|
src = "/images/avatar_mel.png"
|
||||||
alt = "yude's avatar"
|
alt = "yude's avatar"
|
||||||
width = {200}
|
width = {200}
|
||||||
height = {200}
|
height = {200}
|
||||||
@ -119,7 +119,7 @@ export default function Profile(props) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</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>
|
</div>
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Before (image error) Size: 37 KiB After (image error) Size: 37 KiB |
Before (image error) Size: 8.8 KiB After (image error) Size: 8.8 KiB |
Before (image error) Size: 137 KiB After (image error) Size: 137 KiB |
Binary file not shown.
Before Width: 48px | Height: 48px | Size: 9.4 KiB After Width: 64px | Height: 64px | Size: 17 KiB |
BIN
public/images/favicon_mel.ico
Normal file
BIN
public/images/favicon_mel.ico
Normal file
Binary file not shown.
After (image error) Size: 9.4 KiB |
Loading…
Reference in New Issue
Block a user