mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-22 20:47:14 +00:00
Update profile
This commit is contained in:
parent
62f094d396
commit
19ecbc588b
@ -25,6 +25,17 @@ export default function Profile() {
|
||||
<h2 className="text-xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("affiliation")}</h2>
|
||||
|
||||
<ol className="relative border-s border-gray-700 left-2">
|
||||
<li className="mb-2 ms-4">
|
||||
<div className="absolute w-3 h-3 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
|
||||
<time className="mb-1 text-sm font-normal leading-none dark:text-gray-400">
|
||||
{t("year/month", { year: 2024, month: localizedMonth(4) })} –
|
||||
</time>
|
||||
<h3 className="text-lg font-semibold dark:text-white">
|
||||
<a href="https://www.hiroshima-cu.ac.jp">
|
||||
{t("isp")}
|
||||
</a>
|
||||
</h3>
|
||||
</li>
|
||||
<li className="mb-2 ms-4">
|
||||
<div className="absolute w-3 h-3 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div>
|
||||
<time className="mb-1 text-sm font-normal leading-none dark:text-gray-400">
|
||||
|
@ -28,6 +28,7 @@
|
||||
"sent_error": "Error occured while sending your message: ",
|
||||
"name": "Name",
|
||||
"body": "Message body",
|
||||
"send": "Send"
|
||||
"send": "Send",
|
||||
"isp": "ISP"
|
||||
}
|
||||
}
|
||||
|
@ -30,6 +30,7 @@
|
||||
"sent_error": "送信するときになんらかの問題が発生しました: ",
|
||||
"name": "名前",
|
||||
"body": "本文",
|
||||
"send": "送信"
|
||||
"send": "送信",
|
||||
"isp": "インターネットサービスプロバイダー"
|
||||
}
|
||||
}
|
||||
|
@ -28,6 +28,7 @@
|
||||
"sent_error": "发送时出现问题: ",
|
||||
"name": "句柄名称",
|
||||
"body": "文本",
|
||||
"send": "发送"
|
||||
"send": "发送",
|
||||
"isp": "互联网服务供应商"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user