|
1 | 1 | import Header from '../components/Header'; |
2 | 2 | import Footer from '../components/Footer'; |
3 | | -import {Briefcase, GraduationCap, Award, Info, List} from 'lucide-react'; |
| 3 | +import { Briefcase, GraduationCap, Award, Info, Home, BookOpen } from 'lucide-react'; |
4 | 4 | import Link from "next/link"; |
5 | | -import { Home } from 'lucide-react'; |
6 | 5 |
|
7 | 6 | export default function About() { |
8 | 7 | return ( |
@@ -36,6 +35,16 @@ export default function About() { |
36 | 35 | <p>현재는 <strong>NCSOFT</strong>에서 커뮤니티 플랫폼을 담당하며, <strong>150+ API를 gRPC + Service Mesh</strong> 구조로 운영하고 있어요.</p> |
37 | 36 | <p>새로운 기술을 배우는 데 거리낌이 없고, <strong>Deep Dive 분석</strong>을 즐깁니다.</p> |
38 | 37 | <p>코드 리뷰, 정적/통합 테스트 자동화 환경에서 일하며, 더 나은 프로세스를 제안합니다.</p> |
| 38 | + <div className="pt-2"> |
| 39 | + <a |
| 40 | + href="https://www.notion.so/eottabom/18bf74cd685d804a8fa2e4cd21e77b60" |
| 41 | + target="_blank" |
| 42 | + rel="noopener noreferrer" |
| 43 | + className="inline-block bg-blue-600 hover:bg-blue-700 text-white font-semibold px-6 py-2 rounded transition" |
| 44 | + > |
| 45 | + Notion 경력기술서 보기 |
| 46 | + </a> |
| 47 | + </div> |
39 | 48 | </div> |
40 | 49 | </section> |
41 | 50 |
|
@@ -105,6 +114,17 @@ export default function About() { |
105 | 114 | <Home className="w-6 h-6 text-gray-800"/> |
106 | 115 | </Link> |
107 | 116 |
|
| 117 | + {/* 노션으로 이동 */} |
| 118 | + <a |
| 119 | + href="https://eottabom.notion.site/18bf74cd685d804a8fa2e4cd21e77b60" |
| 120 | + target="_blank" |
| 121 | + rel="noopener noreferrer" |
| 122 | + className="fixed bottom-20 right-6 z-50 bg-white border border-gray-300 rounded-lg shadow-md p-3 hover:shadow-lg transition" |
| 123 | + aria-label="Notion으로 이동" |
| 124 | + > |
| 125 | + <BookOpen className="w-6 h-6 text-gray-800" /> |
| 126 | + </a> |
| 127 | + |
108 | 128 | <Footer /> |
109 | 129 | </div> |
110 | 130 | ); |
|
0 commit comments