Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
emscb committed Oct 8, 2024
2 parents 111d7b1 + 3484a75 commit f55cc14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added public/images/organizingTeam/김강민.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/pages/About/organizingTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ const OrganizingTeam = () => {
},
{ name: "박성흠" },
{ name: "김순태" },
{ name: "김강민" },
{
name: "김강민",
displayName: "김강민/KLOU",
comment:
"파이썬과 파이콘을 사랑하는 데이터 저널리스트입니다. 시빅 테크 커뮤니티 코드포코리아 오거나이저이기도 합니다. 기술을 통해 사회 문제를 해결하는 데 관심이 있습니다.",
imageFileName: "김강민.jpg",
},
{
name: "이우섭",
displayName: "WooSub Lee",
Expand Down Expand Up @@ -146,7 +152,8 @@ const MemberContainer = styled.div`
border-radius: 50%;
border: 1px solid var(--pico-muted-border-color);
* {
img,
svg {
width: 100%;
height: 100%;
min-width: 100%;
Expand All @@ -164,6 +171,7 @@ const MemberContainer = styled.div`
}
& > section.right {
width: calc(100% - 6rem);
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit f55cc14

Please sign in to comment.