Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added linked in / email data, changed Herrera's title #93

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Changes from 1 commit
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
36 changes: 18 additions & 18 deletions src/data/Board.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export const BOARD = [
[
{
name: "Javen Dosanjh",
email: "-",
email: "[email protected]",
title: "Chief Engineer, Operations President",
image: Javen,
year: "4th year",
major: "Mechanical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/javendosanjh/",
},
{
name: "Jordy Hendra",
Expand All @@ -30,17 +30,17 @@ export const BOARD = [
year: "2nd year",
major: "Mechanical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/jordy-hendra/",
},
{
name: "Lawrence Aboukhalil",
email: "-",
email: "[email protected]",
title: "Systems Engineering Lead",
image: Lawrence,
year: "4th year",
major: "Chemical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/lawrence-aboukhalil-16b358267/",
},
{
name: "Uma Akundi",
Expand All @@ -56,23 +56,23 @@ export const BOARD = [
[
{
name: "Alan Li",
email: "-@ucr.edu",
email: "ali184@ucr.edu",
title: "Structure Team Lead",
image: Alan,
year: "2nd year",
major: "Mechanical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/alan-li-4161301b9/",
},
{
name: "Khulan Bayarsaikhan",
email: "-@ucr.edu",
email: "kbaya003@ucr.edu",
title: "Combustion Devices Team Lead",
image: Khulan,
year: "2nd year",
major: "Mechanical Engineering",
pronouns: "She/Her/Hers",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/khulan-b-7a3a48256/",
},
{
name: "Theopolis Armstrong",
Expand All @@ -82,47 +82,47 @@ export const BOARD = [
year: "2nd year",
major: "Computer Science",
pronouns: "They/Them/Theirs",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/theopolis-armstrong-iii/",
},
{
name: "Marlon Lopez",
email: "[email protected]",
email: "[email protected]",
title: "Avionics Co-Lead",
image: Marlon,
year: "2nd year",
major: "Computer Science",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/marlon-lopez-0a4b62298/",
},
{
name: "Joel Liu",
email: "rfair008@ucr.edu",
email: "jliu652@ucr.edu",
title: "Payload Lead",
image: Joel,
year: "2nd year",
major: "Mechanical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/joel-liu-a896ba253/",
},
{
name: "George Herrera",
email: "[email protected]",
title: "Lead Fluid Systems Engineer",
title: "Fluid Systems Lead",
image: George,
year: "4th year",
major: "Chemical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/gherrera0007/",
},
{
name: "Mehmet Aydin Aktas",
email: "rfair008@ucr.edu",
email: "makta003@ucr.edu",
title: "Recovery Team Lead",
image: Mehmet,
year: "3rd year",
major: "Mechanical Engineering",
pronouns: "He/Him/His",
linkedin: "linkedin.com",
linkedin: "https://www.linkedin.com/in/mehmet-a-aktas/",
},
],
];
Expand Down
Loading