Skip to content

Commit 084db28

Browse files
authored
Merge pull request #29 from braincrew-lab/chore/authors
chore(authors): harry(김형섭) 추가 + dante·sean GitHub 매핑 보강
2 parents 1c55c9a + a5ab860 commit 084db28

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

authors.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ dante:
5454
email: dante@brain-crew.com
5555
image_url: /img/authors/dante.png
5656
page: true
57+
github_login: syshin0116
58+
github_email: dante@brain-crew.com
59+
pat_secret: GH_PAT_DANTE
5760

5861
sean:
5962
name: 김유신
@@ -62,10 +65,24 @@ sean:
6265
email: sean@brain-crew.com
6366
image_url: /img/authors/sean.jpg
6467
page: true
68+
github_login: ysksean
69+
github_email: sean@brain-crew.com
70+
pat_secret: GH_PAT_SEAN
71+
72+
harry:
73+
name: 김형섭
74+
title: AI Research Engineer, Brain Crew
75+
url: https://github.com/Hyeongseob91
76+
email: harry@brain-crew.com
77+
image_url: /img/authors/harry.jpg
78+
page: true
79+
github_login: Hyeongseob91
80+
github_email: harry@brain-crew.com
81+
pat_secret: GH_PAT_HARRY
6582

6683
braincrew:
67-
name: Brain Crew RAG Team
84+
name: Braincrew
6885
title: AI Research & Engineering
6986
url: https://brain-crew.com
7087
image_url: /img/logo.png
71-
page: true
88+
page: true

src/pages/about.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ const TEAM = [
4949
image: '/img/authors/sean.jpg',
5050
github: 'https://github.com/ysksean',
5151
},
52+
{
53+
name: '김형섭',
54+
nameEn: 'Harry',
55+
role: 'AI Research Engineer',
56+
image: '/img/authors/harry.jpg',
57+
github: 'https://github.com/Hyeongseob91',
58+
},
5259
];
5360

5461
const FOCUS_AREAS = [

static/img/authors/harry.jpg

58.4 KB
Loading

0 commit comments

Comments
 (0)