Skip to content

Commit

Permalink
Merge pull request #138 from Your-First-Open-Source-Project/add-membe…
Browse files Browse the repository at this point in the history
…rs-10-02-2024

Add new members as of 10/01/2024
  • Loading branch information
melvincwng authored Jan 10, 2024
2 parents c6decdb + 5bf82e0 commit 6a71fe2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions community-website/pages/community-members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3880,6 +3880,46 @@ const CommunityMembers: NextPage = () => {
</a>
</td>
</tr>
<tr>
<td align="center">
<a
href="https://github.com/mangaka585"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/42143776?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="mangaka585"
/>
<br />
<sub>
<b>mangaka585</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/superstar901"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/147424621?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="superstar901"
/>
<br />
<sub>
<b>superstar901</b>
</sub>
</a>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 6a71fe2

Please sign in to comment.