Skip to content

Commit 3484a75

Browse files
committed
Add team member
1 parent a4f2352 commit 3484a75

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
61.8 KB
Loading

src/pages/About/organizingTeam.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ const OrganizingTeam = () => {
2626
},
2727
{ name: "박성흠" },
2828
{ name: "김순태" },
29-
{ name: "김강민" },
29+
{
30+
name: "김강민",
31+
displayName: "김강민/KLOU",
32+
comment:
33+
"파이썬과 파이콘을 사랑하는 데이터 저널리스트입니다. 시빅 테크 커뮤니티 코드포코리아 오거나이저이기도 합니다. 기술을 통해 사회 문제를 해결하는 데 관심이 있습니다.",
34+
imageFileName: "김강민.jpg",
35+
},
3036
{
3137
name: "이우섭",
3238
displayName: "WooSub Lee",
@@ -146,7 +152,8 @@ const MemberContainer = styled.div`
146152
border-radius: 50%;
147153
border: 1px solid var(--pico-muted-border-color);
148154
149-
* {
155+
img,
156+
svg {
150157
width: 100%;
151158
height: 100%;
152159
min-width: 100%;
@@ -164,6 +171,7 @@ const MemberContainer = styled.div`
164171
}
165172
166173
& > section.right {
174+
width: calc(100% - 6rem);
167175
display: flex;
168176
flex-direction: column;
169177
justify-content: center;

0 commit comments

Comments
 (0)