Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion src/components/AboutUs/AboutUsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ import RYLAN from './Rylan_Headshot.jpg';
import JAMES from './James.jpg';
import RONALD from './Ronald.png';
import ARUSH from './Arush.jpeg';
import JADEN from './Jaden.jpeg';
import ISHANI from './Ishani.png';
import CONNOR from './Connor.png';

const CURR_CONTRIBUTORS = [
{
Expand Down Expand Up @@ -65,7 +68,7 @@ const CURR_CONTRIBUTORS = [
founding: false,
linkedin:
'https://www.linkedin.com/in/ronald-milgo-53a619245/?originalSubdomain=ke',
github: undefined,
github: 'https://github.com/ronaldmilgo',
image: RONALD,
},

Expand All @@ -86,6 +89,33 @@ const CURR_CONTRIBUTORS = [
github: 'https://github.com/JulienTD23',
image: JULIEN,
},

{
name: 'Jaden Cohen',
title: ['Software Engineer'],
founding: false,
linkedin: 'https://www.linkedin.com/in/jaden-cohen-705a27313/',
github: 'https://github.com/Invictus108',
image: JADEN,
},

{
name: 'Ishani Singh',
title: ['Software Engineer'],
founding: false,
linkedin: 'https://www.linkedin.com/in/ishani-singh17/',
github: 'https://github.com/ising2025',
image: ISHANI,
},

{
name: 'Connor White',
title: ['Software Engineer'],
founding: false,
linkedin: 'https://www.linkedin.com/in/connorlwhite/',
github: 'https://github.com/ConnorWhite9',
image: CONNOR,
},
];

const PAST_CONTRIBUTORS = [
Expand Down
Binary file added src/components/AboutUs/Connor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/AboutUs/Ishani.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/AboutUs/Jaden.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.