Skip to content

Commit 4e14392

Browse files
committed
✨ Change introduction
1 parent 79722f4 commit 4e14392

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#root {
22
font-family: "PretendardW400", sans-serif;
3+
white-space: pre-line;
34
}
45

56
a {

src/locales/en-US/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import experience from "./experience";
44
export const main = {
55
title: { developer: "Generalist Frontend Developer", name: "Dohyun Ko" },
66
introduction:
7-
"As a third-year frontend developer, I have led web and app development at startups and research labs, and have gained real service development experience through long-term side projects. I focus on developing user-centric services by utilizing a wide range of tech stacks.",
7+
"A front-end developer, I have led web and app development in startups and labs, with extensive experience from early development to user analytics. \n Focused on developing user-centered services utilizing a diverse technology stack. I also run conferences and work to vitalize the local developer ecosystem",
88
current,
99
education: {
1010
attendedLectures: [

src/locales/ko-KR/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const main = {
77
name: "고도현 | Dohyun Ko | 산업기능요원 보충역",
88
},
99
introduction:
10-
"3년차 프론트엔드 개발자로, 스타트업과 연구실에서 웹과 앱 개발을 주도했으며, 장기 사이드 프로젝트를 통해 실제 서비스 개발 경험을 쌓았습니다. 다양한 기술 스택을 활용하여 사용자 중심의 서비스를 개발하는 데 주력합니다.",
10+
"프론트엔드 개발자로, 스타트업과 연구실에서 웹과 앱 개발을 주도했으며 초기 개발부터 유저 분석까지 폭넓은 경험을 쌓았습니다. \n 다양한 기술 스택을 활용하여 사용자 중심의 서비스를 개발하는 데 주력합니다. 컨퍼런스를 운영하며 지역 개발 생태계 활성화에도 노력하고 있습니다.",
1111
current,
1212
education: {
1313
attendedLectures: [

0 commit comments

Comments
 (0)