Skip to content

Commit

Permalink
feat: all officers updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Brodypen committed Oct 31, 2024
1 parent ca5fd27 commit 971a0ba
Showing 1 changed file with 40 additions and 32 deletions.
72 changes: 40 additions & 32 deletions src/data/officers.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ import MurtazaTayabaliFall2024 from '../assets/officers/fall2024/Murtaza.png';
import JenniferCejaFall2024 from '../assets/officers/fall2024/Jennifer.png';
import IsaiasGonzalesFall2024 from '../assets/officers/fall2024/Isaias.png';
import DarrelSeFall2024 from '../assets/officers/fall2024/Darrel.png';
import ZahraBukhariFall2024 from '../assets/officers/fall2024/Z.png';
import SterlingGoreFall2024 from '../assets/officers/fall2024/Sterling.png';
import JesterSantosFall2024 from '../assets/officers/fall2024/Jester.png';
import AlvaroUrtazaFall2024 from '../assets/officers/fall2024/Alvaro.png';
import ThomasTruongFall2024 from '../assets/officers/fall2024/Thomas.png';
import JasonYenFall2024 from '../assets/officers/fall2024/Jason.png';
import BrodyPenFall2024 from '../assets/officers/fall2024/Brody.png';
import SyrusTolentinoFall2024 from '../assets/officers/fall2024/Syrus.png';

export const officersFall2024 = [
{
Expand Down Expand Up @@ -216,7 +224,7 @@ export const officersFall2024 = [
{
id: 12,
name: 'Zahra Bukhari',
image: ZahraBukhariSpring2024,
image: ZahraBukhariFall2024,
linkedin: 'https://www.linkedin.com/in/zahra-bukhari/',
email: '[email protected]',
title: 'Corporate Relations',
Expand All @@ -226,7 +234,7 @@ export const officersFall2024 = [
{
id: 21,
name: 'Sterling Gore',
image: SterlingGoreSpring2024,
image: SterlingGoreFall2024,
linkedin: 'https://www.linkedin.com/in/sterlinggore',
email: '[email protected]',
title: 'Corporate Relations',
Expand All @@ -236,7 +244,7 @@ export const officersFall2024 = [
{
id: 13,
name: 'Jester Sebastian Santos',
image: JesterSantosSpring2024,
image: JesterSantosFall2024,
linkedin: 'https://www.linkedin.com/in/jsantos738/',
email: '[email protected]',
title: 'Events Chair',
Expand All @@ -246,7 +254,7 @@ export const officersFall2024 = [
{
id: 14,
name: 'Alvaro Urtaza',
image: AlvaroUrtazaSpring2024,
image: AlvaroUrtazaFall2024,
linkedin: 'https://www.linkedin.com/in/alvaro-urtaza/',
email: '[email protected]',
title: 'Events Chair',
Expand All @@ -255,39 +263,39 @@ export const officersFall2024 = [
},
{
id: 15,
name: 'Alton Phan',
image: AltonPhanSpring2024,
linkedin: 'https://www.linkedin.com/in/altonphan/',
name: 'Thomas Truong',
image: ThomasTruongFall2024,
linkedin: 'https://www.linkedin.com/in/ttruong03/',
email: '[email protected]',
title: 'Operations Director',
open: false,
show: true,
},
{
id: 16,
name: 'Jennifer Figueroa',
image: JenniferFigueroaSpring2024,
linkedin: 'https://www.linkedin.com/in/jennifer-figueroa-maria/',
email: '[email protected]',
title: 'Operations Team Member',
open: false,
show: true,
},
{
id: 17,
name: 'Herson Mercado Cruz',
image: HersonCruzSpring2024,
linkedin: 'https://www.linkedin.com/in/hamercadocruz/',
email: '[email protected]',
title: 'Operations Team Member',
open: false,
show: true,
},
// {
// id: 16,
// name: 'Jennifer Figueroa',
// image: JenniferFigueroaSpring2024,
// linkedin: 'https://www.linkedin.com/in/jennifer-figueroa-maria/',
// email: '[email protected]',
// title: 'Operations Team Member',
// open: false,
// show: true,
// },
// {
// id: 17,
// name: 'Herson Mercado Cruz',
// image: HersonCruzSpring2024,
// linkedin: 'https://www.linkedin.com/in/hamercadocruz/',
// email: '[email protected]',
// title: 'Operations Team Member',
// open: false,
// show: true,
// },
{
id: 18,
name: 'Tariq Achor Zyad',
image: TariqZyadSpring2024,
linkedin: 'https://www.linkedin.com/in/tachorzy',
name: 'Jason Yen',
image: JasonYenFall2024,
linkedin: 'https://www.linkedin.com/in/chung-hwa-yen/',
email: '[email protected]',
title: 'Tutoring Director',
open: false,
Expand All @@ -296,7 +304,7 @@ export const officersFall2024 = [
{
id: 19,
name: 'Brody Pen',
image: BrodyPenSpring2024,
image: BrodyPenFall2024,
linkedin: 'https://www.linkedin.com/in/brodypen',
email: '[email protected]',
title: 'Web Master',
Expand All @@ -306,7 +314,7 @@ export const officersFall2024 = [
{
id: 20,
name: 'Syrus Tolentino',
image: SyrusTolentinoSpring2024,
image: SyrusTolentinoFall2024,
linkedin: 'https://www.linkedin.com/in/syrus-tolentino',
email: '[email protected]',
title: 'Information Security Director',
Expand Down

0 comments on commit 971a0ba

Please sign in to comment.