Update profile

This commit is contained in:
Sumire Isshiki 2025-08-31 01:20:15 +09:00
parent f50e8ca0db
commit 8a0c0732ab
2 changed files with 5 additions and 2 deletions

View File

@ -77,7 +77,10 @@ export default function Profile() {
<h2 className="text-2xl font-semibold dark:text-gray-200 mt-2 mb-1 ml-1">{t("licenses")}</h2>
<ul className="max-w-md space-y-1 ml-5 list-disc list-inside dark:text-gray-400">
<li>
ITIL® 4 Foundation ({t("year/month", { year: 2025, month: localizedMonth(3) })})
ITアーキテクト育成協議会 (AITAC) STEP1 ({t("year/month", { year: 2025, month: localizedMonth(3) })})
</li>
<li>
ITIL® 4 Foundation ({t("year/month", { year: 2025, month: localizedMonth(2) })})
</li>
<li>
IPA ({t("year/month", { year: 2022, month: localizedMonth(4) })})

View File

@ -28,6 +28,6 @@
"body": "本文",
"send": "送信",
"iij": "株式会社インターネットイニシアティブ",
"iij-work": "見習い"
"iij-work": "パブリッククラウドにおける HaaS レイヤーの開発"
}
}