-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmembers.ts
More file actions
602 lines (578 loc) · 17 KB
/
members.ts
File metadata and controls
602 lines (578 loc) · 17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
import FillerHeadshot from "../assets/members/filler.webp";
// '26
import AndyHeadshot from "../assets/members/andy.webp";
import AnnaHeadshot from "../assets/members/anna.webp";
import ChristinaHeadshot from "../assets/members/christina.webp";
import EricaHeadshot from "../assets/members/erica.webp";
import JoshuaHeadshot from "../assets/members/joshua.webp";
import JuliaHeadshot from "../assets/members/julia.webp";
import KeithHeadshot from "../assets/members/keith.webp";
import MarvinHeadshot from "../assets/members/marvin.webp";
import MylesHeadshot from "../assets/members/myles.webp";
import OyuHeadshot from "../assets/members/oyu.webp";
import WinsiceHeadshot from "../assets/members/winsice.webp";
// '27
import AmmaarHeadshot from "../assets/members/ammaar.webp";
import AngelinaHeadshot from "../assets/members/angelina.webp";
import ClaireHeadshot from "../assets/members/claire.webp";
// '28
import AngelaHeadshot from "../assets/members/angela.webp";
import AyushHeadshot from "../assets/members/ayush.webp";
import BenHeadshot from "../assets/members/ben.webp";
import BrittneyHeadshot from "../assets/members/brittney.webp";
import BrookeHeadshot from "../assets/members/brooke.webp";
import ElianaHeadshot from "../assets/members/eliana.webp";
import EmilyHeadshot from "../assets/members/emily.webp";
import GraceHeadshot from "../assets/members/grace.webp";
import HelenHeadshot from "../assets/members/helen.webp";
import IbraheemHeadshot from "../assets/members/ibraheem.webp";
import KatieHeadshot from "../assets/members/katie.webp";
import KevinHeadshot from "../assets/members/kevin.webp";
import LucyHeadshot from "../assets/members/lucy.webp";
import NiyathiHeadshot from "../assets/members/niyathi.webp";
import ShreyasHeadshot from "../assets/members/shreyas.webp";
import YubiHeadshot from "../assets/members/yubi.webp";
// '29
import AayushHeadshot from "../assets/members/aayush.webp";
import AikhanHeadshot from "../assets/members/aikhan.webp";
import AlbertHeadshot from "../assets/members/albert.webp";
import AngelinaHHeadshot from "../assets/members/angelinah.webp";
import AnnaSongHeadshot from "../assets/members/anna_song.webp";
import EmilioHeadshot from "../assets/members/emilio.webp";
import GauriHeadshot from "../assets/members/gauri.webp";
import GwanpilHeadshot from "../assets/members/gwanpil.webp";
import JiyaHeadshot from "../assets/members/jiya.webp";
import OliverHeadshot from "../assets/members/oliver.webp";
import PrishaaHeadshot from "../assets/members/prishaa.webp";
import RohanHeadshot from "../assets/members/rohan.webp";
import RohitHeadshot from "../assets/members/rohit.webp";
import SaiHeadshot from "../assets/members/sai.webp";
import SophiaHeadshot from "../assets/members/sophia.webp";
import WilliamLiuHeadshot from "../assets/members/william_liu.webp";
import WilliamZhaoHeadshot from "../assets/members/william_zhao.webp";
import PatrickHeadshot from "../assets/members/patrick.webp";
// Companies
import AirbnbLogo from "../assets/companies/airbnb.webp";
import AWSLogo from "../assets/companies/aws.webp";
import DatabricksLogo from "../assets/companies/databricks.webp";
import KizakiLogo from "../assets/companies/kizaki.webp";
import MetaLogo from "../assets/companies/meta.webp";
import MicrosoftLogo from "../assets/companies/microsoft.webp";
import NetflixLogo from "../assets/companies/netflix.webp";
import PineconeLogo from "../assets/companies/pinecone.webp";
import StripeLogo from "../assets/companies/stripe.webp";
import type { Role } from "./types";
type Member = {
name: string;
title: string;
position: string;
roles: Role[];
website: string;
github: string;
headshot: ImageMetadata;
};
export const currentMembers: Member[] = [
// Board
{
name: "Angelina Ji '27",
title: "Software Developer & Designer",
position: "Co-President",
roles: ["Board", "Engineering", "Design"],
website: "",
github: "https://github.com/angelina-ji",
headshot: AngelinaHeadshot
},
{
name: "Ibraheem Amin '28",
title: "Infrastructure & DevOps Engineer",
position: "Co-President",
roles: ["Board", "Engineering"],
website: "https://ibraheemamin.dev/",
github: "https://github.com/DIodide",
headshot: IbraheemHeadshot
},
{
name: "Sophia You '29",
title: "Designer & Software Developer",
position: "Vice President",
roles: ["Board", "Design", "Engineering"],
website: "",
github: "https://github.com/sophia-you",
headshot: SophiaHeadshot
},
{
name: "Andy Zhang '26",
title: "Product Manager",
position: "Head of Product",
roles: ["Board", "Product Management"],
website: "",
github: "https://github.com/andy-h-zhang",
headshot: AndyHeadshot
},
{
name: "Ammaar Alam '27",
title: "Senior Developer",
position: "Lead DevOps Engineer",
roles: ["Board", "Engineering"],
website: "https://ammaaralam.com",
github: "https://github.com/Ammaar-Alam",
headshot: AmmaarHeadshot
},
{
name: "Shreyas Garimella '28",
title: "Lead AI Engineer",
position: "Treasurer",
roles: ["Board", "Engineering"],
website: "",
github: "https://github.com/sgarimel",
headshot: ShreyasHeadshot
},
{
name: "Joshua Lau '26",
title: "Chief Developer",
position: "Technical Mentor",
roles: ["Board", "Engineering"],
website: "https://motoaki.dev",
github: "https://github.com/joshuamotoaki",
headshot: JoshuaHeadshot
},
{
name: "Angela Cai '27",
title: "Software Developer",
position: "Junction Tech Lead",
roles: ["Engineering"],
website: "",
github: "https://github.com/ang-cai",
headshot: AngelaHeadshot
},
{
name: "Helen Hui '28",
title: "Product Manager",
position: "Junction Product Lead",
roles: ["Product Management"],
website: "",
github: "https://github.com/ilovehhhyn",
headshot: HelenHeadshot
},
{
name: "Oliver Cho '29",
title: "Software Developer",
position: "Tech Lead",
roles: ["Engineering"],
website: "https://olivercho.me",
github: "https://github.com/olivcho",
headshot: OliverHeadshot
},
{
name: "Vishrut Thoutam '29",
title: "Software Developer",
position: "Tech Lead",
roles: ["Engineering"],
website: "",
github: "https://github.com/vish317",
headshot: FillerHeadshot
},
// Product
{
name: "Gauri Kshettry '29",
title: "Product Manager",
position: "",
roles: ["Product Management"],
website: "",
github: "https://github.com/gk7494",
headshot: GauriHeadshot
},
{
name: "Claire Wang '27",
title: "Product Manager",
position: "",
roles: ["Product Management"],
website: "",
github: "",
headshot: ClaireHeadshot
},
{
name: "Winsice Ng '26",
title: "Product Manager & Marketer",
position: "",
roles: ["Product Management", "Marketing"],
website: "",
github: "https://github.com/winsice-ng",
headshot: WinsiceHeadshot
},
// Marketing
{
name: "Anna Wang '26",
title: "Marketer & Product Manager",
position: "",
roles: ["Marketing", "Product Management"],
website: "",
github: "",
headshot: AnnaHeadshot
},
{
name: "Angelina Huang '29",
title: "Marketer",
position: "",
roles: ["Marketing"],
website: "",
github: "",
headshot: AngelinaHHeadshot
},
// Designers
{
name: "Christina Wu '26",
title: "Senior Designer",
position: "",
roles: ["Design"],
website: "https://www.christina-wu.com/",
github: "",
headshot: ChristinaHeadshot
},
{
name: "Lucy Park '28",
title: "Designer",
position: "",
roles: ["Design"],
website: "",
github: "",
headshot: LucyHeadshot
},
{
name: "Eliana Du '28",
title: "Designer",
position: "",
roles: ["Design"],
website: "",
github: "",
headshot: ElianaHeadshot
},
{
name: "Anna Song '29",
title: "Designer",
position: "",
roles: ["Design"],
website: "",
github: "",
headshot: AnnaSongHeadshot
},
{
name: "Prishaa Kapasi '29",
title: "Designer",
position: "",
roles: ["Design"],
website: "",
github: "",
headshot: PrishaaHeadshot
},
{
name: "Albert Rho '29",
title: "Designer",
position: "",
roles: ["Design"],
website: "",
github: "",
headshot: AlbertHeadshot
},
// Senior Devs
{
name: "Ben Aepli '28",
title: "Senior Developer",
position: "",
roles: ["Engineering"],
website: "https://benaepli.com",
github: "https://github.com/benaepli",
headshot: BenHeadshot
},
{
name: "Grace Tan '28",
title: "Senior Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/gracezyt",
headshot: GraceHeadshot
},
{
name: "Keith Matanachai '26",
title: "Senior Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/matan53153",
headshot: KeithHeadshot
},
{
name: "Myles Anderson '26",
title: "Senior Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/myles332",
headshot: MylesHeadshot
},
{
name: "Oyu Enkhbold '26",
title: "Senior Engineer",
position: "",
roles: ["Engineering"],
website: "https://oyu-e.github.io/",
github: "https://github.com/oyu-e",
headshot: OyuHeadshot
},
// AI Engineers
{
name: "Aikhan Jumashukurov '29",
title: "AI Engineer",
position: "",
roles: ["Engineering"],
website: "https://www.aikhanjumashukurov.com/",
github: "https://github.com/aikhanj",
headshot: AikhanHeadshot
},
{
name: "Mustafa Tajammul '29",
title: "AI Engineer",
position: "",
roles: ["Engineering"],
website: "",
github: "",
headshot: FillerHeadshot
},
// Software Developers
{
name: "Erica Lee '26",
title: "Software Developer & Designer",
position: "",
roles: ["Engineering", "Design"],
website: "",
github: "https://github.com/ericayrlee",
headshot: EricaHeadshot
},
{
name: "Marvin Chen '26",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/marvin-chen",
headshot: MarvinHeadshot
},
{
name: "Brooke Xu '28",
title: "Software Developer & Product Manager",
position: "",
roles: ["Engineering", "Product Management"],
website: "",
github: "https://github.com/brookex923",
headshot: BrookeHeadshot
},
{
name: "Niyathi Kukkapalli '28",
title: "Software Developer & Designer",
position: "",
roles: ["Engineering", "Design"],
website: "https://niyathikukkapalli.com",
github: "https://github.com/niyathikukkapalli",
headshot: NiyathiHeadshot
},
{
name: "Katie Lee '28",
title: "Software Developer & Designer",
position: "",
roles: ["Engineering", "Design"],
website: "",
github: "https://github.com/katiejihyo",
headshot: KatieHeadshot
},
{
name: "Yubi Mamiya '28",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/yubimamiya",
headshot: YubiHeadshot
},
{
name: "Ayush Jain '28",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/ayush80",
headshot: AyushHeadshot
},
{
name: "Brittney Barnwell '28",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/brittastic27",
headshot: BrittneyHeadshot
},
{
name: "Emily Zou '28",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/ezou6",
headshot: EmilyHeadshot
},
{
name: "Gwanpil Son '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/gwanpilson",
headshot: GwanpilHeadshot
},
{
name: "Aayush Mitra '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "https://www.aayushmitra.com",
github: "https://github.com/aayush-mitra",
headshot: AayushHeadshot
},
{
name: "Rohit Katuri '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/raheekatuhee",
headshot: RohitHeadshot
},
{
name: "Sai Nallani '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "https://sai-nallani.github.io",
github: "https://github.com/sai-nallani",
headshot: SaiHeadshot
},
{
name: "William Zhao '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/william-w-zhao",
headshot: WilliamZhaoHeadshot
},
{
name: "William Liu '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/thewilliamliu",
headshot: WilliamLiuHeadshot
},
{
name: "Emilio Medina Castellanos '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/Meda1217",
headshot: EmilioHeadshot
},
{
name: "Jiya Shetty '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "",
headshot: JiyaHeadshot
},
{
name: "Rohan Matta '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/rohanmatta11",
headshot: RohanHeadshot
},
{
name: "Rocco Zhang '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "",
headshot: FillerHeadshot
},
{
name: "Patrick Fu '29",
title: "Software Developer",
position: "",
roles: ["Engineering"],
website: "",
github: "https://github.com/trickfu",
headshot: PatrickHeadshot
},
// Miscellaneous
{
name: "Kevin Liu '28",
title: "Game Developer",
position: "",
roles: ["Engineering"],
website: "https://www.kevin-liu.tech/",
github: "https://github.com/Kevin-Liu-01",
headshot: KevinHeadshot
},
{
name: "Julia Ying '26",
title: "Design Consultant",
position: "",
roles: ["Design"],
website: "",
github: "https://github.com/juliaying26",
headshot: JuliaHeadshot
}
];
export const pastMembers: string[] = [
"Lauren Pak '27",
"Emily Zhou '27",
"Glen Nfor '27",
"Hang Pham '26",
"Aaliyah Sayed '26",
"Shivam Kak '26",
"Mark Rubin '26",
"Leo Stepanewk '25",
"Youngseo Lee '25",
"Adam Kelch '24",
"Daniel Park '24",
"Taylor Yamashita '24",
"Benjamin Chan '23",
"Adam Gamba '23",
"Shannon Heh '23",
"Nicholas Padmanabhan '23",
"Charles An '22",
"Ayo Oguntola '23",
"Emre Cakir '21",
"Reilly Bova '20",
"Rushy Panchal '19",
"Ben Parks '17",
"Maxim Zaslavsky '17"
];
export const companies: [ImageMetadata, string][] = [
[MetaLogo, "Meta"],
[MicrosoftLogo, "Microsoft"],
[StripeLogo, "Stripe"],
[AWSLogo, "Amazon Web Services"],
[KizakiLogo, "Kizaki"],
[AirbnbLogo, "Airbnb"],
[PineconeLogo, "Pinecone"],
[DatabricksLogo, "Databricks"],
[NetflixLogo, "Netflix"]
];