Skip to content

Commit 2069c99

Browse files
authored
Merge pull request #1 from BoostIO/add-member
Add members
2 parents 9b61fac + 5909136 commit 2069c99

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

components/home/MemberListSection.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Section from './Section'
44

55
const MemberList = styled.ul`
66
display: flex;
7+
flex-wrap: wrap;
78
padding: 0;
89
list-style: none;
910
justify-content: center;
@@ -33,7 +34,7 @@ const MemberListSection = () => (
3334
<MemberList>
3435
<li>
3536
<img alt='profile image' src='https://avatars.githubusercontent.com/u/8602615?s=120&v=4' />
36-
<h3>Kazumasa Yokomizo</h3>
37+
<h3>Kazz Yokomizo</h3>
3738
<p>
3839
<a target='_blank' href='https://github.com/kazup01'><i className='fab fa-github' /></a>
3940
<a target='_blank' href='https://twitter.com/kazup_bot'><i className='fab fa-twitter' /></a>
@@ -63,6 +64,20 @@ const MemberListSection = () => (
6364
<a href='https://github.com/sosukesuzuki'><i className='fab fa-github' /></a>
6465
</p>
6566
</li>
67+
<li>
68+
<img alt='profile image' src='https://avatars2.githubusercontent.com/u/14539280?s=120&v=4' />
69+
<h3>Seung Kwak</h3>
70+
<p>
71+
<a href='https://github.com/GUIEEN'><i className='fab fa-github' /></a>
72+
</p>
73+
</li>
74+
<li>
75+
<img alt='profile image' src='https://avatars3.githubusercontent.com/u/1094660?s=120&v=4' />
76+
<h3>Shuhei Hiya</h3>
77+
<p>
78+
<a href='https://github.com/syuhei176'><i className='fab fa-github' /></a>
79+
</p>
80+
</li>
6681
</MemberList>
6782
</Section>
6883
)

0 commit comments

Comments
 (0)