Skip to content

Commit

Permalink
Merge pull request #134 from Your-First-Open-Source-Project/add-membe…
Browse files Browse the repository at this point in the history
…rs-28-11-2023

Add members 28-11-2023
  • Loading branch information
melvincwng authored Nov 27, 2023
2 parents 50fa5b4 + 4ff2e2f commit e02d5f1
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions community-website/pages/community-members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3706,6 +3706,103 @@ const CommunityMembers: NextPage = () => {
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/ahmedrazabaloch"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/41878215?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="ahmedrazabaloch"
/>
<br />
<sub>
<b>ahmedrazabaloch</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/JonettaPek"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/117986629?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="JonettaPek"
/>
<br />
<sub>
<b>JonettaPek</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/yash358"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/93638045?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="yash358"
/>
<br />
<sub>
<b>yash358</b>
</sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a
href="https://github.com/CoreySmithUCR"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/58282075?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="CoreySmithUCR"
/>
<br />
<sub>
<b>CoreySmithUCR</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/zananas"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/24630579?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="zananas"
/>
<br />
<sub>
<b>zananas</b>
</sub>
</a>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit e02d5f1

Please sign in to comment.