We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8643e8 + 8a9a447 commit 8ea0cf6Copy full SHA for 8ea0cf6
public/images/organizingTeam/노하은.jpeg
1.55 MB
src/pages/About/organizingTeam.tsx
@@ -61,7 +61,23 @@ const OrganizingTeam = () => {
61
),
62
imageFileName: "이준원.jpeg",
63
},
64
- { name: "노하은" },
+ {
65
+ name: "노하은",
66
+ comment: (
67
+ <>
68
+ 프로그래밍과 오픈소스를 사랑하는 기획자입니다.
69
+ <br />
70
+ <a
71
+ href="https://www.linkedin.com/in/bluepicture08"
72
+ target="_blank"
73
+ rel="noreferrer"
74
+ >
75
+ https://www.linkedin.com/in/bluepicture08
76
+ </a>
77
+ </>
78
+ ),
79
+ imageFileName: "노하은.jpeg",
80
+ },
81
{ name: "이해용", comment: "파이썬을 좋아하는 개발자입니다." },
82
{
83
name: "김수빈",
0 commit comments