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 23, 2024
1 parent 8a9a447 commit 94fb47e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
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.
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.
27 changes: 25 additions & 2 deletions src/pages/About/organizingTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ const OrganizingTeam = () => {
imageFileName: "권혁민.jpg",
},
{ name: "박성흠" },
{ name: "김순태" },
{
name: "김순태",
comment: (
<>
파이썬으로 개발합니다.{" "}
<a href="https://www.linkedin.com/in/kst6294/" target="_blank" rel="noreferrer">
https://www.linkedin.com/in/kst6294/
</a>
</>
),
imageFileName: "김순태.jpeg",
},
{
name: "김강민",
displayName: "김강민/KLOU",
Expand Down Expand Up @@ -94,7 +105,19 @@ const OrganizingTeam = () => {
},
{ name: "김민정" },
{ name: "강나영" },
{ name: "윤준기" },
{
name: "윤준기",
comment: (
<>
안녕하세요, 23년도에는 파이콘 스피커로
<br />
24년도에는 파준위로 활동하고 있는 윤준기 입니다.
<br />
개발이나 다양한 주제로 이야기 하는 것을 좋아합니다 :)
</>
),
imageFileName: "윤준기.jpeg",
},
{
name: "송지헌",
displayName: "송지헌 / Honey",
Expand Down

0 comments on commit 94fb47e

Please sign in to comment.