Skip to content

Commit ec0c0e4

Browse files
Remove commented-out experience entries in page.tsx and update links for JavaScript talk and 방슐랭 가이드.
1 parent 7be9e14 commit ec0c0e4

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

services/blog/app/page.tsx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ const experiences = [
2525
// role: 'Frontend Developer',
2626
// description: '인공지능 기반 위성/항공 영상 분석 서비스 Ovision 개발',
2727
// },
28-
// {
29-
// title: '엘리스',
30-
// period: '2022.10',
31-
// role: 'SW 트랙 3기 실습 코치',
32-
// description: 'JavaScript, TypeScript 강의 (수강생 72명 대상 4.49/5 평점)',
33-
// },
34-
// {
35-
// title: '소프트웨어 마에스트로 13기',
36-
// period: '2022.04 ~ 2022.12',
37-
// role: '연수생',
38-
// description: 'PWA 기반 오프라인 할 일 관리 앱 MOZI 개발',
39-
// },
4028
]
4129

4230
const skills = [
@@ -264,7 +252,7 @@ export default function Page() {
264252
<p className="text-[14px] text-gray-700 md:text-[16px] dark:text-gray-300">
265253
엘리스 SW 트랙 3기 실습 코치
266254
<CustomLink
267-
href="https://www.dbpia.co.kr/Journal/articleDetail?nodeId=NODE11229679"
255+
href="/talks/asynchronous-javascript"
268256
className='"transition-colors text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"'
269257
>
270258
JavaScript, TypeScript 강의
@@ -291,7 +279,7 @@ export default function Page() {
291279
<p className="text-[14px] text-gray-700 md:text-[16px] dark:text-gray-300">
292280
1인 가구 중심 부동산 플랫폼{' '}
293281
<CustomLink
294-
href="/talks/asynchronous-javascript"
282+
href=""
295283
className='"transition-colors text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"'
296284
>
297285
방슐랭 가이드

0 commit comments

Comments
 (0)