From 313822c16a5e2fb6623b84657816c01938ea1079 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 14 Mar 2024 14:54:45 -0700 Subject: [PATCH 1/2] added linked in / email data, changed Herrera's title --- src/data/Board.js | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/data/Board.js b/src/data/Board.js index 0aa8b40..357ddba 100644 --- a/src/data/Board.js +++ b/src/data/Board.js @@ -14,13 +14,13 @@ export const BOARD = [ [ { name: "Javen Dosanjh", - email: "-", + email: "jdosa001@ucr.edu", 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", @@ -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: "labou003@ucr.edu", 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", @@ -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", @@ -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: "rfair008@ucr.edu", + email: "mar1on.lop3z1@gmail.com", 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: "gherr026@ucr.edu", - 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/", }, ], ]; From 37bdb9e9a992e89c4ae7958f7a269cb5804c5c5d Mon Sep 17 00:00:00 2001 From: Raidah Fairooz Date: Fri, 15 Mar 2024 16:00:37 -0700 Subject: [PATCH 2/2] nicely doneeee --- src/components/board/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/board/Profile.js b/src/components/board/Profile.js index 21a09d0..b5b23ac 100644 --- a/src/components/board/Profile.js +++ b/src/components/board/Profile.js @@ -26,7 +26,7 @@ const Profile = ({
{name}
{title}
- +