mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-06-28 05:58:39 +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>
|
<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">
|
<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">
|
<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>
|
<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">
|
<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: ",
|
"sent_error": "Error occured while sending your message: ",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"body": "Message body",
|
"body": "Message body",
|
||||||
"send": "Send"
|
"send": "Send",
|
||||||
|
"isp": "ISP"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
"sent_error": "送信するときになんらかの問題が発生しました: ",
|
"sent_error": "送信するときになんらかの問題が発生しました: ",
|
||||||
"name": "名前",
|
"name": "名前",
|
||||||
"body": "本文",
|
"body": "本文",
|
||||||
"send": "送信"
|
"send": "送信",
|
||||||
|
"isp": "インターネットサービスプロバイダー"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
"sent_error": "发送时出现问题: ",
|
"sent_error": "发送时出现问题: ",
|
||||||
"name": "句柄名称",
|
"name": "句柄名称",
|
||||||
"body": "文本",
|
"body": "文本",
|
||||||
"send": "发送"
|
"send": "发送",
|
||||||
|
"isp": "互联网服务供应商"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user