日本語化

This commit is contained in:
Sumire Isshiki 2024-02-12 14:18:56 +09:00
parent f6e8de3e5b
commit 70c75d7f37
4 changed files with 40 additions and 40 deletions

View File

@ -6,39 +6,39 @@ export default function Activities() {
<li className="mb-2 ms-4"> <li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div> <div className="absolute w-3 h-3 bg-gray-200 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 text-gray-400"> <time className="mb-1 text-sm font-normal leading-none text-gray-400">
December 2023 2023 12
</time> </time>
<h3 className="text-lg font-semibold text-white"> <h3 className="text-lg font-semibold text-white">
<a href="https://www.hiroshima-cu.ac.jp"> <a href="https://icttoracon.net/">
ICT Troubleshooting Contest 2023 ICT 2023
</a> </a>
</h3> </h3>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
Team
</p> </p>
</li> </li>
<li className="mb-2 ms-4"> <li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div> <div className="absolute w-3 h-3 bg-gray-200 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 text-gray-400"> <time className="mb-1 text-sm font-normal leading-none text-gray-400">
November 2023 2023 11
</time> </time>
<h3 className="text-lg font-semibold text-white"> <h3 className="text-lg font-semibold text-white">
<a href="https://hiss25th.sakura.ne.jp/"> <a href="https://hiss25th.sakura.ne.jp/">
The 25th IEEE Hiroshima Section Student Symposium 25 IEEE
</a> </a>
</h3> </h3>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
Poster session
</p> </p>
</li> </li>
<li className="mb-2 ms-4"> <li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div> <div className="absolute w-3 h-3 bg-gray-200 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 text-gray-400"> <time className="mb-1 text-sm font-normal leading-none text-gray-400">
September 2022 2022 9
</time> </time>
<h3 className="text-lg font-semibold text-white"> <h3 className="text-lg font-semibold text-white">
<a href="https://www.iij.ad.jp/"> <a href="https://www.iij.ad.jp/">
Internship @ Internet Initiative Japan Inc. @
</a> </a>
</h3> </h3>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
@ -48,11 +48,11 @@ export default function Activities() {
<li className="mb-2 ms-4"> <li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div> <div className="absolute w-3 h-3 bg-gray-200 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 text-gray-400"> <time className="mb-1 text-sm font-normal leading-none text-gray-400">
August 2022 2022 8
</time> </time>
<h3 className="text-lg font-semibold text-white"> <h3 className="text-lg font-semibold text-white">
<a href="https://www.hirotec.co.jp/"> <a href="https://www.hirotec.co.jp/">
Internship @ HIROTEC Corporation. @
</a> </a>
</h3> </h3>
</li> </li>

View File

@ -5,17 +5,17 @@ export default function Keys() {
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">GNU Privacy Guard</h2> <h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">GNU Privacy Guard</h2>
<ul className="max-w-md space-y-1 list-disc list-inside text-gray-300 ml-5"> <ul className="max-w-md space-y-1 list-disc list-inside text-gray-300 ml-5">
<li> <li>
Available on <a className="underline" href="https://github.com/yude.gpg">GitHub</a>. <a className="underline" href="https://github.com/yude.gpg">GitHub</a>
</li> </li>
<li> <li>
Fingerprint: <code>3745 F270 DB4E 8975 6B07 62BE EB0F E5D9 25C4 A968</code> : <code>3745 F270 DB4E 8975 6B07 62BE EB0F E5D9 25C4 A968</code>
</li> </li>
</ul> </ul>
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">The Secure Shell (RFC 4716)</h2> <h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">The Secure Shell (RFC 4716)</h2>
<ul className="max-w-md space-y-1 list-disc list-inside text-gray-300 ml-5"> <ul className="max-w-md space-y-1 list-disc list-inside text-gray-300 ml-5">
<li> <li>
Available on <a className="underline" href="https://github.com/yude.keys">GitHub</a>. <a className="underline" href="https://github.com/yude.keys">GitHub</a>
</li> </li>
</ul> </ul>

View File

@ -5,72 +5,72 @@ export default function Profile() {
return ( return (
<> <>
<div className="rounded-lg w-full"> <div className="rounded-lg w-full">
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">Affiliation</h2> <h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1"></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"> <li className="mb-2 ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div> <div className="absolute w-3 h-3 bg-gray-200 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 text-gray-400"> <time className="mb-1 text-sm font-normal leading-none text-gray-400">
April 2020 - Present 2020 4 &ndash;
</time> </time>
<h3 className="text-lg font-semibold text-white"> <h3 className="text-lg font-semibold text-white">
<a href="https://www.hiroshima-cu.ac.jp"> <a href="https://www.hiroshima-cu.ac.jp">
Hiroshima City University
</a> </a>
</h3> </h3>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
<a href="https://net.info.hiroshima-cu.ac.jp"> <a href="https://net.info.hiroshima-cu.ac.jp">
Information Network Laboratory
</a> </a>
</p> </p>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
<a href="https://funahcu.github.io/funalab"> <a href="https://funahcu.github.io/funalab">
Lectureship of Sensing, Network Software ,
</a> </a>
</p> </p>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
<a href="http://www.cne.info.hiroshima-cu.ac.jp/"> <a href="http://www.cne.info.hiroshima-cu.ac.jp/">
Department of Computer and Network Engineering
</a> </a>
</p> </p>
<p className="text-base font-normal text-gray-400"> <p className="text-base font-normal text-gray-400">
<a href="https://www2.info.hiroshima-cu.ac.jp/"> <a href="https://www2.info.hiroshima-cu.ac.jp/">
Faculty of Information Sciences
</a> </a>
</p> </p>
</li> </li>
<li className="ms-4"> <li className="ms-4">
<div className="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"></div> <div className="absolute w-3 h-3 bg-gray-200 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 text-gray-400">April 2017 - March 2020</time> <time className="mb-1 text-sm font-normal leading-none text-gray-400">2017 4 &ndash; 2020 3 </time>
<h3 className="text-lg font-semibold text-white">Tottori Prefectural, Tottori East High School</h3> <h3 className="text-lg font-semibold text-white"></h3>
<p className="text-base font-normal text-gray-400">Diploma of Science and Mathematics</p> <p className="text-base font-normal text-gray-400"></p>
</li> </li>
</ol> </ol>
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">Biography</h2> <h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1"></h2>
<ul className="space-y-1 list-inside mt-2 ml-5"> <ul className="space-y-1 list-inside mt-2 ml-5">
<li className="items-center"> <li className="items-center">
<span className="text-gray-300"><FontAwesomeIcon icon={faCake} />&nbsp;Born on <span className="text-gray-50">November 19, 2001</span> (22 y/o)</span> <span className="text-gray-300"><FontAwesomeIcon icon={faCake} />&nbsp;<span className="text-gray-50">2001 11 19 </span> (22 )</span>
</li> </li>
<li className="items-center"> <li className="items-center">
<span className="text-gray-300"><FontAwesomeIcon icon={faMapPin} />&nbsp;&nbsp;Living in <span className="text-gray-50">Hiroshima, Japan</span></span> <span className="text-gray-300"><FontAwesomeIcon icon={faMapPin} />&nbsp;&nbsp;<span className="text-gray-50"> </span> </span>
</li> </li>
</ul> </ul>
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">Certification</h2> <h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">, </h2>
<ul className="max-w-md space-y-1 ml-5 list-disc list-inside text-gray-400"> <ul className="max-w-md space-y-1 ml-5 list-disc list-inside text-gray-400">
<li> <li>
IPA (April 2022) IPA (2022 4 )
</li> </li>
<li> <li>
, AT (June 2021) , AT (2021 6 )
</li> </li>
<li> <li>
TOEIC Listening & Reading: 860 (December 2022) TOEIC Listening & Reading: 860 (2022 12 )
</li> </li>
<li> <li>
TOEIC Listening & Reading, IP Test: 960 (December 2021) TOEIC Listening & Reading, IP 960 (2021 12 )
</li> </li>
</ul> </ul>

View File

@ -13,12 +13,12 @@ export default function Services() {
</li> </li>
<li> <li>
<a className="hover:underline" href="https://mstdn.soine.site"> <a className="hover:underline" href="https://mstdn.soine.site">
Mastodon instance: mstdn.soine.site Mastodon インスタンス: 添い寝して
</a> </a>
</li> </li>
<li> <li>
<a className="hover:underline" href="https://discord.gg/X6srY7X"> <a className="hover:underline" href="https://discord.gg/X6srY7X">
Discord Discord
</a> </a>
</li> </li>
<li> <li>
@ -28,18 +28,18 @@ export default function Services() {
</li> </li>
<li> <li>
<a className="hover:underline" href="https://status.yude.jp/"> <a className="hover:underline" href="https://status.yude.jp/">
Server status
</a> </a>
</li> </li>
<li> <li>
<span>Minecraft multiplayer @ <code>yude.jp</code></span> <span>Minecraft @ <code>yude.jp</code></span>
</li> </li>
<li> <li>
<span>TeamSpeak 3 @ <code>yude.jp</code></span> <span>TeamSpeak 3 @ <code>yude.jp</code></span>
</li> </li>
</ul> </ul>
<h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1"> <h2 className="text-xl font-semibold text-gray-200 mt-2 mb-1 ml-1">
Connectivity
</h2> </h2>
<ul className="max-w-md space-y-1 ml-5 mt-3 list-disc list-inside text-gray-400"> <ul className="max-w-md space-y-1 ml-5 mt-3 list-disc list-inside text-gray-400">
<li> <li>