diff --git a/public/Carrer.pdf b/public/Carrer.pdf new file mode 100644 index 0000000..9f7a35d Binary files /dev/null and b/public/Carrer.pdf differ diff --git a/src/components/About.astro b/src/components/About.astro index 8353927..e696e86 100644 --- a/src/components/About.astro +++ b/src/components/About.astro @@ -9,20 +9,31 @@ import AboutRow from "@/components/AboutRow.astro"; aria-labelledby="about-title" >
-
-

- About +
+

+ About +

- 안녕하세요. 정보보안과 소프트웨어 엔지니어링을 공부하는 암냥입니다. + 안녕하세요. 정보보안과 소프트웨어 엔지니어링을 공부하는 + 암냥입니다. +
새로운 기술을 배우고, 머릿속의 아이디어를 실제로 작동하는 것으로 만드는 일을 좋아해요.

-

지금까지

+

+ 지금까지 +

@@ -75,7 +86,8 @@ import AboutRow from "@/components/AboutRow.astro"; 전체 타임라인 보기 + > + 전체 타임라인 보기 + +
diff --git a/src/components/Header.astro b/src/components/Header.astro index 61f8927..21ecd24 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,11 +1,11 @@ --- const navigationItems = [ - { label: "Home", href: "#home" }, - { label: "About", href: "#about" }, - { label: "Projects", href: "#projects" }, - { label: "Experience", href: "#experience" }, - { label: "Carrer", href: "#carrer" }, - { label: "Contact", href: "#contact" }, + { label: "Home", href: "/#home" }, + { label: "About", href: "/#about" }, + { label: "Projects", href: "/#projects" }, + { label: "Experience", href: "/#experience" }, + { label: "Carrer", href: "/Carrer" }, + { label: "Contact", href: "/#contact" }, ] as const; const desktopLinkClass = @@ -20,7 +20,7 @@ const mobileLinkClass = > @imnya.ng diff --git a/src/components/Hero.astro b/src/components/Hero.astro index b95d11b..82666c4 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -15,19 +15,17 @@ class="m-0 flex h-[250px] w-full max-w-full flex-col justify-center break-words whitespace-nowrap text-[clamp(34px,3.333333vw,64px)] font-bold leading-[normal] tracking-[0] max-md:whitespace-normal max-md:text-[clamp(24px,8vw,48px)] max-md:leading-[1.12]" > - 항상 꿈꾸던 것들을 + 항상 꿈꾸던 것 + 들을 - 현실{"로 만들어나가는 "} - - 암냥입니다. + 현실 + + {"로 만들어나가는 "} + + + 남현석 + 입니다.

@@ -51,7 +49,7 @@ -
+ > diff --git a/src/pages/Carrer.astro b/src/pages/Carrer.astro new file mode 100644 index 0000000..a64e3ac --- /dev/null +++ b/src/pages/Carrer.astro @@ -0,0 +1,64 @@ +--- +import Header from "@/components/Header.astro"; +import "@/globals.css"; +--- + + + + + + + + + Carrer | 남현석 + + + +
+ +
+
+ + +
+ +
+

+ 이 브라우저에서는 PDF 미리보기를 지원하지 + 않습니다. +

+ + PDF 다운로드 + +
+
+
+
+
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index eff5e5a..48f42c7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -24,20 +24,16 @@ import "@/globals.css"; media="(prefers-color-scheme: dark)" content="#191014" /> - 암냥 | imnya.ng + 남현석 | imnya.ng - +
-
+
@@ -50,7 +46,7 @@ import "@/globals.css";