- {t("introduce.desc.3p-1")}
-
- {t("introduce.desc.3p-2")}
+
+ Jeong Hye In
+
+
+
+
+ {t("introduce.desc.1p-1")}
+
+ {t("introduce.desc.1p-2")}
+
+
+ {t("introduce.desc.2p-1")}
+
+ {t("introduce.desc.2p-2")}
+
+ {t("introduce.desc.2p-3")}
+
+
+ {t("introduce.desc.3p-1")}
+
+ {t("introduce.desc.3p-2")}
+
+
+ {t("introduce.desc.4p-1")}
+
+ {t("introduce.desc.4p-2")}
+
-
- {t("introduce.desc.4p-1")}
-
- {t("introduce.desc.4p-2")}
+
-
-
-
-
{t("introduce.typing.hello")}
-
-
- {landingTitle}
{" "}
- {t("introduce.typing.my-name")}
-
+
+
+ {t("introduce.typing.hello")}
+
+
+
+ {landingTitle}
{" "}
+ {t("introduce.typing.my-name")}
+
+
-
-
-
- 👩🏻💻 {t("introduce.interest.1-desc")}
- {t("introduce.interest.1-name")}
- {t("introduce.interest.1-like")}
-
-
- 📸 {t("introduce.interest.2-desc")}
-
{t("introduce.interest.2-name")}
- {t("introduce.interest.2-like")}
+
+
+ 👩🏻💻 {t("introduce.interest.1-desc")}
+ {t("introduce.interest.1-name")}
+ {t("introduce.interest.1-like")}
+
+
+ 📸 {t("introduce.interest.2-desc")}
+ {t("introduce.interest.2-name")}
+ {t("introduce.interest.2-like")}
+
+
+ 🥁 {t("introduce.interest.3-desc")}
+ {t("introduce.interest.3-name")}
+ {t("introduce.interest.3-like")}
+
-
- 🥁 {t("introduce.interest.3-desc")}
-
{t("introduce.interest.3-name")}
- {t("introduce.interest.3-like")}
+
+
+ 📧 CONTACT | jhi2359@gmail.com
+
+
+ 🐱 GITHUB |{" "}
+
+ @happyhyep
+
+
-
-
-
📧 CONTACT | jhi2359@gmail.com
-
- 🐱 GITHUB |{" "}
-
- @happyhyep
-
+
+
+ {educationList &&
+ educationList.map(function (el: EducationData) {
+ return (
+
+ {el.name} ({el.period})
+
+ );
+ })}
-
-
-
- {educationList.map(function (el: EducationData) {
- return (
-
- {el.name} ({el.period})
-
- );
- })}
-
-
-
-
-
+
+
+
+
);
}