Skip to content

Commit

Permalink
feat: 현경님 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
goddoro committed Aug 27, 2023
1 parent 9f21446 commit 4c0adcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions data/member.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import Member상우 from "../static/img/team/상우 frame.png";
import Member혜진 from "../static/img/team/혜진 frame.png";
import Member이재웅 from "../static/img/team/이재웅 frame.jpg";
import Member서정원 from "../static/img/team/서정원 frame.jpg";
import Member현경 from "../static/img/team/현경 frame.JPG";
import Placeholder from "../static/img/team/placeholder.png";
import {Member} from "@site/src/components/pages/team/member/memberCard";

type Member = {
name: string;
Expand Down Expand Up @@ -55,6 +57,12 @@ export const members: Member[] = [
desc: "코드 한 줄 쓸 때마다 기도하는 개발자 이재웅입니다.",
role: ["Backend"],
},
{
name: "이현경",
image: Member현경,
desc: '만능 해결사를 꿈꾸는 주니어 기획자',
role: ["Product Owner"],
},
{
name: "혀느현스",
image: Member혀느현스,
Expand Down
Binary file added static/img/team/현경 frame.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c0adcb

Please sign in to comment.