Skip to content

Commit

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

Add members 19-01-2024
  • Loading branch information
melvincwng authored Jan 19, 2024
2 parents 6a71fe2 + 2e49929 commit d1d83ee
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions community-website/pages/community-members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3919,6 +3919,44 @@ const CommunityMembers: NextPage = () => {
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/prince-63"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/111671729?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="prince-63"
/>
<br />
<sub>
<b>prince-63</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/SKSurain"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/19688419?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="SKSurain"
/>
<br />
<sub>
<b>SKSurain</b>
</sub>
</a>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit d1d83ee

Please sign in to comment.