Update profile

This commit is contained in:
Sumire Isshiki 2024-04-05 21:34:09 +09:00
parent 62f094d396
commit 19ecbc588b
4 changed files with 17 additions and 3 deletions

View File

@ -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) })} &ndash;
</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">

View File

@ -28,6 +28,7 @@
"sent_error": "Error occured while sending your message: ",
"name": "Name",
"body": "Message body",
"send": "Send"
"send": "Send",
"isp": "ISP"
}
}

View File

@ -30,6 +30,7 @@
"sent_error": "送信するときになんらかの問題が発生しました: ",
"name": "名前",
"body": "本文",
"send": "送信"
"send": "送信",
"isp": "インターネットサービスプロバイダー"
}
}

View File

@ -28,6 +28,7 @@
"sent_error": "发送时出现问题: ",
"name": "句柄名称",
"body": "文本",
"send": "发送"
"send": "发送",
"isp": "互联网服务供应商"
}
}