@@ -67,6 +67,242 @@ import Wahab2 from '../assets/officers/fall2023/wahab-javed.webp';
67
67
import Grace from '../assets/officers/fall2023/grace-rabano.webp' ;
68
68
import Jorell2 from '../assets/officers/fall2023/jorell-padilla.webp' ;
69
69
70
+ import AdrainArmentaSpring2024 from '../assets/officers/spring2024/Adrian-Armenta.png' ;
71
+ import AltonPhanSpring2024 from '../assets/officers/spring2024/Alton-Phan.png' ;
72
+ import AlvaroUrtazaSpring2024 from '../assets/officers/spring2024/Alvaro-Urtaza.png' ;
73
+ import BrodyPenSpring2024 from '../assets/officers/spring2024/Brody-Pen.png' ;
74
+ import DianteJacksonSpring2024 from '../assets/officers/spring2024/Diante-Jackson.png' ;
75
+ import FelipeFloresSpring2024 from '../assets/officers/spring2024/Felipe-Flores.png' ;
76
+ import HersonCruzSpring2024 from '../assets/officers/spring2024/Hersh-Cruz.jpg' ;
77
+ import HitarthThankiSpring2024 from '../assets/officers/spring2024/Hitarth-Thanki.png' ;
78
+ import IsaiasGonzalesSpring2024 from '../assets/officers/spring2024/Isaias-Gonzalez.png' ;
79
+
80
+ import JenniferCejaSpring2024 from '../assets/officers/spring2024/Jennifer-Ceja.png' ;
81
+ // import JenniferFigueroaSpring2024 from '../assets/officers/spring2024/Jennifer-Figueroa.png'; // ! MISSING PICTURE
82
+ import JenniferFigueroaSpring2024 from '../assets/officers/fall2023/jennifer-figueroa.webp' ;
83
+ import JesterSantosSpring2024 from '../assets/officers/spring2024/Jester-Santos.png' ;
84
+ import JohnCoxSpring2024 from '../assets/officers/spring2024/John-Cox.png' ;
85
+ import LenaPhamSpring2024 from '../assets/officers/spring2024/Lena-Pham.png' ;
86
+ import MaximillianChalitsiosSpring2024 from '../assets/officers/spring2024/Maximillian-Chalitsios.png' ;
87
+ import MichelleNguyenSpring2024 from '../assets/officers/spring2024/Michelle-Nguyen.png' ;
88
+ import SnehaJacobSpring2024 from '../assets/officers/spring2024/Sneha-Jacob.png' ;
89
+ import TariqZyadSpring2024 from '../assets/officers/spring2024/Tariq-Zyad.png' ;
90
+ import VaishnaviRaoSpring2024 from '../assets/officers/spring2024/Vaishnavi-Rao.png' ;
91
+ import ZahraBukhariSpring2024 from '../assets/officers/spring2024/Zahra-Bukhari.png' ;
92
+
93
+ export const officersSpring2024 = [
94
+ {
95
+ id : 0 ,
96
+ name : 'Dr.Chang Yun' ,
97
+ image : Dr_Yun ,
98
+ linkedin : 'https://www.linkedin.com/in/chang-yun-94340a14/' ,
99
+
100
+ title : 'Faculty Advisor' ,
101
+ open : false ,
102
+ show : false ,
103
+ } ,
104
+ {
105
+ id : 1 ,
106
+ name : 'John Cox' ,
107
+ image : JohnCoxSpring2024 ,
108
+ linkedin : 'https://www.linkedin.com/in/johncoxdev/' ,
109
+
110
+ title : 'President' ,
111
+ open : false ,
112
+ show : true ,
113
+ } ,
114
+ {
115
+ id : 2 ,
116
+ name : 'Maximillian Chalitsios' ,
117
+ image : MaximillianChalitsiosSpring2024 ,
118
+ linkedin : 'https://www.linkedin.com/in/maximillianchalitsios/' ,
119
+
120
+ title : 'Vice President' ,
121
+ open : false ,
122
+ show : true ,
123
+ } ,
124
+ {
125
+ id : 3 ,
126
+ name : 'Felipe Flores' ,
127
+ image : FelipeFloresSpring2024 ,
128
+ linkedin : 'https://www.linkedin.com/in/faflore5/' ,
129
+
130
+ title : 'Vice President - Finances' ,
131
+ open : false ,
132
+ show : true ,
133
+ } ,
134
+ {
135
+ id : 4 ,
136
+ name : 'Michelle Nguyen' ,
137
+ image : MichelleNguyenSpring2024 ,
138
+ linkedin : 'https://www.linkedin.com/in/mnguyener2003/' ,
139
+
140
+ title : 'Vice President - Adminitration' ,
141
+ open : false ,
142
+ show : true ,
143
+ } ,
144
+ {
145
+ id : 5 ,
146
+ name : 'Hitarth Thanki' ,
147
+ image : HitarthThankiSpring2024 ,
148
+ linkedin : 'https://www.linkedin.com/in/hitarth-thanki/' ,
149
+
150
+ title : 'Director of CodeRED' ,
151
+ open : false ,
152
+ show : true ,
153
+ } ,
154
+ {
155
+ id : 6 ,
156
+ name : 'Adrian Armenta' ,
157
+ image : AdrainArmentaSpring2024 ,
158
+ linkedin : 'https://www.linkedin.com/in/adrian-armenta-92029b28b/' ,
159
+
160
+ title : 'Vice President - Marketing' ,
161
+ open : false ,
162
+ show : true ,
163
+ } ,
164
+ {
165
+ id : 7 ,
166
+ name : 'Vaishnavi Rao' ,
167
+ image : VaishnaviRaoSpring2024 ,
168
+ linkedin : 'https://www.linkedin.com/in/vaishnavi-rao-r23/' ,
169
+
170
+ title : 'Designer' ,
171
+ open : false ,
172
+ show : true ,
173
+ } ,
174
+ {
175
+ id : 8 ,
176
+ name : 'Jennifer Ceja' ,
177
+ image : JenniferCejaSpring2024 ,
178
+ linkedin : 'https://www.linkedin.com/in/jennifer-ceja-1508212b2/' ,
179
+
180
+ title : 'Designer' ,
181
+ open : false ,
182
+ show : true ,
183
+ } ,
184
+ {
185
+ id : 9 ,
186
+ name : 'Isaias Gonzales' ,
187
+ image : IsaiasGonzalesSpring2024 ,
188
+ linkedin : 'https://www.linkedin.com/in/is4as/' ,
189
+
190
+ title : 'Designer' ,
191
+ open : false ,
192
+ show : true ,
193
+ } ,
194
+ {
195
+ id : 10 ,
196
+ name : 'Lena Pham' ,
197
+ image : LenaPhamSpring2024 ,
198
+ linkedin : 'https://www.linkedin.com/in/lena-pham47/' ,
199
+
200
+ title : 'Historian' ,
201
+ open : false ,
202
+ show : true ,
203
+ } ,
204
+ {
205
+ id : 11 ,
206
+ name : 'Sneha Jacob' ,
207
+ image : SnehaJacobSpring2024 ,
208
+ linkedin : 'https://www.linkedin.com/in/snehajac/' ,
209
+
210
+ title : 'Historian' ,
211
+ open : false ,
212
+ show : true ,
213
+ } ,
214
+ {
215
+ id : 12 ,
216
+ name : 'Zahra Bukhari' ,
217
+ image : ZahraBukhariSpring2024 ,
218
+ linkedin : 'https://www.linkedin.com/in/zahra-bukhari/' ,
219
+
220
+ title : 'Corporate Relations' ,
221
+ open : false ,
222
+ show : true ,
223
+ } ,
224
+ {
225
+ id : 13 ,
226
+ name : 'Jester Sebastian Santos' ,
227
+ image : JesterSantosSpring2024 ,
228
+ linkedin : 'https://www.linkedin.com/in/jsantos738/' ,
229
+
230
+ title : 'Events Chair' ,
231
+ open : false ,
232
+ show : true ,
233
+ } ,
234
+ {
235
+ id : 14 ,
236
+ name : 'Alvaro Urtaza' ,
237
+ image : AlvaroUrtazaSpring2024 ,
238
+ linkedin : 'https://www.linkedin.com/in/alvaro-urtaza/' ,
239
+
240
+ title : 'Events Chair' ,
241
+ open : false ,
242
+ show : true ,
243
+ } ,
244
+ {
245
+ id : 15 ,
246
+ name : 'Alton Phan' ,
247
+ image : AltonPhanSpring2024 ,
248
+ linkedin : 'https://www.linkedin.com/in/altonphan/' ,
249
+
250
+ title : 'Operations Director' ,
251
+ open : false ,
252
+ show : true ,
253
+ } ,
254
+ {
255
+ id : 16 ,
256
+ name : 'Jennifer Figueroa' ,
257
+ image : JenniferFigueroaSpring2024 ,
258
+ linkedin : 'https://www.linkedin.com/in/jennifer-figueroa-maria/' ,
259
+
260
+ title : 'Operations Team Member' ,
261
+ open : false ,
262
+ show : true ,
263
+ } ,
264
+ {
265
+ id : 17 ,
266
+ name : 'Herson Mercado Cruz' ,
267
+ image : HersonCruzSpring2024 ,
268
+ linkedin : 'https://www.linkedin.com/in/hamercadocruz/' ,
269
+
270
+ title : 'Operations Team Member' ,
271
+ open : false ,
272
+ show : true ,
273
+ } ,
274
+ {
275
+ id : 18 ,
276
+ name : 'Tariq Achor Zyad' ,
277
+ image : TariqZyadSpring2024 ,
278
+ linkedin : 'https://www.linkedin.com/in/tachorzy' ,
279
+
280
+ title : 'Tutoring Director' ,
281
+ open : false ,
282
+ show : true ,
283
+ } ,
284
+ {
285
+ id : 19 ,
286
+ name : 'Brody Pen' ,
287
+ image : BrodyPenSpring2024 ,
288
+ linkedin : 'https://www.linkedin.com/in/brodypen' ,
289
+
290
+ title : 'Web Master' ,
291
+ open : false ,
292
+ show : true ,
293
+ } ,
294
+ {
295
+ id : 20 ,
296
+ name : 'Diante Jackson' ,
297
+ image : DianteJacksonSpring2024 ,
298
+ linkedin : 'https://www.linkedin.com/in/diantej/' ,
299
+
300
+ title : 'Information Security Director' ,
301
+ open : false ,
302
+ show : true ,
303
+ } ,
304
+ ] ;
305
+
70
306
export const officersFall2023 = [
71
307
{
72
308
id : 0 ,
0 commit comments