Skip to content

Commit

Permalink
Add new members as of 03/03/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
melvincwng committed Mar 3, 2024
1 parent c579369 commit 503b14d
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 21 deletions.
173 changes: 154 additions & 19 deletions community-website/pages/community-members.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4113,25 +4113,160 @@ const CommunityMembers: NextPage = () => {
</td>
</tr>
<tr>
<td align="center">
<a
href="https://github.com/JohnMwendwa"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/72663882?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="JohnMwendwa"
/>
<br />
<sub>
<b>JohnMwendwa</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/JohnMwendwa"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/72663882?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="JohnMwendwa"
/>
<br />
<sub>
<b>JohnMwendwa</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/aligzsht"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/95775327?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="aligzsht"
/>
<br />
<sub>
<b>aligzsht</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/Santa116"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/134077770?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="Santa116"
/>
<br />
<sub>
<b>Santa116</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/Pritirekha23"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/102647459?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="Pritirekha23"
/>
<br />
<sub>
<b>Pritirekha23</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/Abhishek-5854"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/83357381?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="Abhishek-5854"
/>
<br />
<sub>
<b>Abhishek-5854</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/coder-ralph"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/90777662?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="coder-ralph"
/>
<br />
<sub>
<b>coder-ralph</b>
</sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a
href="https://github.com/thenjiiiwe"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/122357616?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="thenjiiiwe"
/>
<br />
<sub>
<b>thenjiiiwe</b>
</sub>
</a>
</td>
<td align="center">
<a
href="https://github.com/HeySkidee"
target="_blank"
rel="noopener noreferrer"
>
<img
src="https://avatars.githubusercontent.com/u/59761032?v=4"
width="85"
height="85"
className={styles.profileImage}
alt="HeySkidee"
/>
<br />
<sub>
<b>HeySkidee</b>
</sub>
</a>
</td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 2 additions & 2 deletions community-website/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Home: NextPage = () => {
strings: [
"Get started with Your First Open Source Project!",
"Submit your first open source contribution now!",
"Join our awesome community of 190+ members!",
"Join our awesome community of 200+ members!",
],
typeSpeed: 75,
backSpeed: 75,
Expand Down Expand Up @@ -120,7 +120,7 @@ const Home: NextPage = () => {
rel="noopener noreferrer"
>
<h2>Find us on GitHub &rarr;</h2>
<p>Join our wonderful & growing community of 190+ people 💖</p>
<p>Join our wonderful & growing community of 200+ people 💖</p>
</a>
</Link>
</div>
Expand Down

0 comments on commit 503b14d

Please sign in to comment.