Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Binary file added src/res/images/f25execs/Ale.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Ashley.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Divyanshi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Lucy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Maitreyee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Samantha.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Sherry.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Shreeya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/Sunny.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/yiyan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/res/images/f25execs/yuyeon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/res/strings/currentExecStrings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const currentExecStrings = {
title: "Current Executives",
term: "Winter 2025",
term: "Fall 2025",
};

export default currentExecStrings;
39 changes: 37 additions & 2 deletions src/res/strings/pastExecStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,43 @@ const pastExecStrings = {
// exec1 must be the chair of the corresponding term
// exec1a and exec2a must be the co-chairs of the corresponding term
pastExecs: {

"Spring 2025": {
exec1a: "Helena X.",
exec2a: "Jemima V.",
exec3: "Lia M.",
exec4: "Iris M.",
exec5: "Ruby Z.",
exec6: "Layne L.",
exec7: "Karen W.",
exec8: "Shreeya S.",
exec9: "Vijeta L.",
},
"Winter 2025" : {
exec1a: "Claudia M.",
exec2a: "Molly X.",
exec3: "Iris M.",
exec4: "Fatema H.",
exec5: "Anne S.",
exec6: "Madeline P.",
exec7: "Amanda B.",
exec8: "Neelab K.",
exec9: "Yuyeon K.",
exec10: "Yiyan H.",
exec11: "Shriya K.",
exec12: "Samantha M.",
exec13: "Ruby Z.",
},
"Fall 2024" : {
exec1a: "Veronika S.",
exec2a: "Shriya K.",
exec3: "Neelab K.",
exec4: "Jemima V.",
exec5: "Gloria W.",
exec6: "Yiyan H.",
exec7: "Amanda B.",
exec8: "Helena X.",
exec9: "Yuyeon K.",
},
"Spring 2024": {
exec1a: "Layne L.",
exec2a: "Dora S.",
Expand All @@ -26,7 +62,6 @@ const pastExecStrings = {
exec9: "Neelab K.",
exec10: "Vanshika B.",
},

"Winter 2024": {
exec1a: "Star X.",
exec2a: "Valerie F.",
Expand Down
87 changes: 37 additions & 50 deletions src/sections/CurrentCommittee/CurrentCommittee.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,18 @@ import SectionTitleDescription from "../../components/SectionTitleDescription/Se
import currentExecStrings from "../../res/strings/currentExecStrings";

// current committee member pictures
import Layne from "../../res/images/s24execs/Layne.jpg";
import Dora from "../../res/images/s24execs/Dora.png";
import Sachi from "../../res/images/s24execs/Sachi.jpg";
import Damilola from "../../res/images/s24execs/Dami.png";
import Hanya from "../../res/images/s24execs/Hanya.jpg";
import Jemima from "../../res/images/s24execs/Jemima.jpg";
import Vanshika from "../../res/images/s24execs/Vanshika.jpg";
import Neelab from "../../res/images/s24execs/Neelab.jpg";
import Shriya from "../../res/images/s24execs/Shriya.png";
import Amya from "../../res/images/s24execs/Amya.jpg";

import claudia from "../../res/images/w25execs/claudia.jpg";
import molly from "../../res/images/w25execs/molly.jpg";
import amanda from "../../res/images/w25execs/amanda.png";
import anne from "../../res/images/w25execs/anne.jpeg";
import fatema from "../../res/images/w25execs/fatema.jpg";
import iris from "../../res/images/w25execs/iris.jpeg";
import madeline from "../../res/images/w25execs/madeline.jpg";
import neelab from "../../res/images/w25execs/neelab.jpg";
import ruby from "../../res/images/w25execs/ruby.jpg";
import samantha from "../../res/images/w25execs/samantha.jpg";
import shriya from "../../res/images/w25execs/shriya.jpg";
import yiyan from "../../res/images/w25execs/yiyan.jpeg";
import yuyeon from "../../res/images/w25execs/yuyeon.jpg";


import ale from "../../res/images/f25execs/Ale.jpg";
import ashley from "../../res/images/f25execs/Ashley.jpg";
import divyanshi from "../../res/images/f25execs/Divyanshi.jpg";
import lucy from "../../res/images/f25execs/Lucy.jpg";
import maitreyee from "../../res/images/f25execs/Maitreyee.jpg";
import sam from "../../res/images/f25execs/Samantha.jpg";
import sherry from "../../res/images/f25execs/Sherry.jpg";
import shreeya from "../../res/images/f25execs/Shreeya.jpg";
import sunny from "../../res/images/f25execs/Sunny.jpg";
import shriya from "../../res/images/w25execs/shriya.jpg";

import CurrentCommitteeCard from "../../components/CurrentCommitteeCard/CurrentCommitteeCard";
import { GridColumn } from "semantic-ui-react";
Expand Down Expand Up @@ -97,69 +83,70 @@ class CurrentCommittee extends Component {
// Change current executives' images, names, and positions here
const executives = {
exec1: {
pic: claudia,
name: "Claudia Mcomb",
pic: yiyan,
name: "Yiyan Huang",
position: "Co-chair",
},
exec2: {
pic: molly,
name: "Molly Xu",
pic: yuyeon,
name: "Yuyeon Kim",
position: "Co-chair",
},
exec3: {
pic: madeline,
name: "Madeline Pinto",
pic: shriya,
name: "Shriya ",
position: "Secretary",
},
exec4: {
pic: fatema,
name: "Fatema Husain",
pic: divyanshi,
name: "Divyanshi Dave",
position: "Systems Administrator",
},
exec5: {
pic: neelab,
name: "Neelab Karimi",
pic: shreeya,
name: "Shreeya Santha",
position: "Systems Administrator",
},
exec6: {
pic: amanda,
name: "Amanda Bishop",
position: "Director of Outreach",
pic:sam,
name: "Samantha Mac",
position: "Director of Outreach & Internal Affairs",
},
/*
exec11: {
pic: shriya,
name: "Shriya Kaistha",
position: "Director of Internal Affairs",
},
*/
exec7: {
pic: yuyeon,
name: "Yuyeon Kim",
pic: sherry,
name: "Sherry Lin",
position: "Director of Finance",
},
exec8: {
pic: yiyan,
name: "Yiyan Huang",
pic: lucy,
name: "Lucy Qi",
position: "Director of Publicity",
},
exec12: {
pic: anne,
name: "Anne Sun",
pic: ale,
name: "Sasha Boruk",
position: "Director of Publicity",
},
exec9: {
pic: iris,
name: "Iris Mo",
pic: ashley,
name: "Ashley Ge",
position: "Operations Manager",
},
exec10: {
pic: samantha,
name: "Samantha Mac ",
pic: sunny,
name: "Sunny Wu",
position: "First Year Representative",
},

exec13: {
pic: ruby,
name: "Ruby Zhou",
pic: maitreyee,
name: "Maitreyee Gangal",
position: "First Year Representative",
},
};
Expand Down