diff --git a/public/about/vrchat.webp b/public/about/vrchat.webp new file mode 100644 index 0000000..979def5 Binary files /dev/null and b/public/about/vrchat.webp differ diff --git a/src/components/About.astro b/src/components/About.astro index af80d23..252593c 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -1,12 +1,11 @@ --- import AboutRow from "@/components/AboutRow.astro"; -import DDay from "./DDay.astro"; ---
@@ -14,10 +13,12 @@ import DDay from "./DDay.astro"; class="relative z-10 flex flex-col justify-center px-6 py-16 sm:px-10 lg:px-[clamp(52px,5.208vw,100px)] lg:py-[clamp(58px,9.26vh,100px)]" >

- πŸ‘‹ + About

μ•ˆλ…•ν•˜μ„Έμš”. μ •λ³΄λ³΄μ•ˆκ³Ό μ†Œν”„νŠΈμ›¨μ–΄ μ—”μ§€λ‹ˆμ–΄λ§μ„ κ³΅λΆ€ν•˜λŠ” μ•”λƒ₯μž…λ‹ˆλ‹€. + μƒˆλ‘œμš΄ κΈ°μˆ μ„ 배우고, λ¨Έλ¦Ώμ†μ˜ 아이디어λ₯Ό μ‹€μ œλ‘œ μž‘λ™ν•˜λŠ” κ²ƒμœΌλ‘œ + λ§Œλ“œλŠ” 일을 μ’‹μ•„ν•΄μš”.

@@ -70,11 +71,11 @@ import DDay from "./DDay.astro";
-
- + VRChatμ—μ„œ μ΄¬μ˜ν•œ 캐릭터 μŠ€ν¬λ¦°μƒ· +
diff --git a/src/components/ContactSection.astro b/src/components/ContactSection.astro index a2f55d8..79c85e0 100644 --- a/src/components/ContactSection.astro +++ b/src/components/ContactSection.astro @@ -105,14 +105,14 @@ const groups = [ { name: "Project Sekai KR", value: "7354623251148069648", - href: "#", + copy: true, icon: "project-sekai", tone: "blue", }, { name: "Project Sekai JP", value: "729310364018688008", - href: "#", + copy: true, icon: "project-sekai", tone: "blue", }, @@ -152,7 +152,7 @@ const paths: Record = { }; --- -
+

Contact

@@ -174,76 +174,161 @@ const paths: Record = {
    {group.items.map((item) => (
  • - - + + + {item.name} + + + {item.value} + + {!("email" in item) && ( + )} - - - {item.name} - - - {item.value} - - {!("email" in item) && ( - - )} - + + )} {"email" in item && (