diff --git a/authors.yml b/authors.yml index 8751612..5d46e1b 100644 --- a/authors.yml +++ b/authors.yml @@ -80,6 +80,17 @@ harry: github_email: harry@brain-crew.com pat_secret: GH_PAT_HARRY +kane: + name: 윤성재 + title: AI Research Engineer & Consultant, Brain Crew + url: https://github.com/HarryKane11 + email: kane@brain-crew.com + image_url: /img/authors/kane.jpg + page: true + github_login: HarryKane11 + github_email: kane@brain-crew.com + pat_secret: GH_PAT_KANE + braincrew: name: Braincrew title: AI Research & Engineering diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 54d1be5..08e557d 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -42,6 +42,13 @@ const TEAM = [ image: '/img/authors/dante.png', github: 'https://github.com/syshin0116', }, + { + name: '윤성재', + nameEn: 'Kane', + role: 'AI Research Engineer & Consultant', + image: '/img/authors/kane.jpg', + github: 'https://github.com/HarryKane11', + }, { name: '김유신', nameEn: 'Sean', diff --git a/static/img/authors/kane.jpg b/static/img/authors/kane.jpg new file mode 100644 index 0000000..b5935ad Binary files /dev/null and b/static/img/authors/kane.jpg differ