Skip to content

Commit

Permalink
Add team member
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Oct 21, 2024
1 parent 71b836a commit 8a9a447
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Binary file added public/images/organizingTeam/노하은.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion src/pages/About/organizingTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,23 @@ const OrganizingTeam = () => {
),
imageFileName: "이준원.jpeg",
},
{ name: "노하은" },
{
name: "노하은",
comment: (
<>
프로그래밍과 오픈소스를 사랑하는 기획자입니다.
<br />
<a
href="https://www.linkedin.com/in/bluepicture08"
target="_blank"
rel="noreferrer"
>
https://www.linkedin.com/in/bluepicture08
</a>
</>
),
imageFileName: "노하은.jpeg",
},
{ name: "이해용", comment: "파이썬을 좋아하는 개발자입니다." },
{
name: "김수빈",
Expand Down

0 comments on commit 8a9a447

Please sign in to comment.