Skip to content

Commit 3397608

Browse files
committed
chore(authors): kane(윤성재) 추가 + /about 팀 섹션 반영
- authors.yml: kane 항목 추가 (page=true, GH 매핑 포함) - /about TEAM 배열에 Kane을 Dante와 Sean 사이에 추가 - static/img/authors/kane.jpg 추가
1 parent a5ab860 commit 3397608

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

authors.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@ harry:
8080
github_email: harry@brain-crew.com
8181
pat_secret: GH_PAT_HARRY
8282

83+
kane:
84+
name: 윤성재
85+
title: AI Research Engineer & Consultant, Brain Crew
86+
url: https://github.com/HarryKane11
87+
email: kane@brain-crew.com
88+
image_url: /img/authors/kane.jpg
89+
page: true
90+
github_login: HarryKane11
91+
github_email: kane@brain-crew.com
92+
pat_secret: GH_PAT_KANE
93+
8394
braincrew:
8495
name: Braincrew
8596
title: AI Research & Engineering

src/pages/about.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ const TEAM = [
4242
image: '/img/authors/dante.png',
4343
github: 'https://github.com/syshin0116',
4444
},
45+
{
46+
name: '윤성재',
47+
nameEn: 'Kane',
48+
role: 'AI Research Engineer & Consultant',
49+
image: '/img/authors/kane.jpg',
50+
github: 'https://github.com/HarryKane11',
51+
},
4552
{
4653
name: '김유신',
4754
nameEn: 'Sean',

static/img/authors/kane.jpg

46.2 KB
Loading

0 commit comments

Comments
 (0)