diff --git a/src/res/images/f25execs/Ale.jpg b/src/res/images/f25execs/Ale.jpg new file mode 100644 index 0000000..b75720f Binary files /dev/null and b/src/res/images/f25execs/Ale.jpg differ diff --git a/src/res/images/f25execs/Ashley.jpg b/src/res/images/f25execs/Ashley.jpg new file mode 100644 index 0000000..9ffb976 Binary files /dev/null and b/src/res/images/f25execs/Ashley.jpg differ diff --git a/src/res/images/f25execs/Divyanshi.jpg b/src/res/images/f25execs/Divyanshi.jpg new file mode 100644 index 0000000..9289b22 Binary files /dev/null and b/src/res/images/f25execs/Divyanshi.jpg differ diff --git a/src/res/images/f25execs/Lucy.jpg b/src/res/images/f25execs/Lucy.jpg new file mode 100644 index 0000000..7dff219 Binary files /dev/null and b/src/res/images/f25execs/Lucy.jpg differ diff --git a/src/res/images/f25execs/Maitreyee.jpg b/src/res/images/f25execs/Maitreyee.jpg new file mode 100644 index 0000000..e690941 Binary files /dev/null and b/src/res/images/f25execs/Maitreyee.jpg differ diff --git a/src/res/images/f25execs/Samantha.jpg b/src/res/images/f25execs/Samantha.jpg new file mode 100644 index 0000000..ce2d4ac Binary files /dev/null and b/src/res/images/f25execs/Samantha.jpg differ diff --git a/src/res/images/f25execs/Sherry.jpg b/src/res/images/f25execs/Sherry.jpg new file mode 100644 index 0000000..315ee12 Binary files /dev/null and b/src/res/images/f25execs/Sherry.jpg differ diff --git a/src/res/images/f25execs/Shreeya.jpg b/src/res/images/f25execs/Shreeya.jpg new file mode 100644 index 0000000..d8a75fc Binary files /dev/null and b/src/res/images/f25execs/Shreeya.jpg differ diff --git a/src/res/images/f25execs/Sunny.jpg b/src/res/images/f25execs/Sunny.jpg new file mode 100644 index 0000000..3d7e4bf Binary files /dev/null and b/src/res/images/f25execs/Sunny.jpg differ diff --git a/src/res/images/f25execs/yiyan.jpg b/src/res/images/f25execs/yiyan.jpg new file mode 100644 index 0000000..24929c4 Binary files /dev/null and b/src/res/images/f25execs/yiyan.jpg differ diff --git a/src/res/images/f25execs/yuyeon.jpg b/src/res/images/f25execs/yuyeon.jpg new file mode 100644 index 0000000..c9372d0 Binary files /dev/null and b/src/res/images/f25execs/yuyeon.jpg differ diff --git a/src/res/strings/currentExecStrings.js b/src/res/strings/currentExecStrings.js index 6901bd3..a9fe177 100644 --- a/src/res/strings/currentExecStrings.js +++ b/src/res/strings/currentExecStrings.js @@ -1,6 +1,6 @@ const currentExecStrings = { title: "Current Executives", - term: "Winter 2025", + term: "Fall 2025", }; export default currentExecStrings; diff --git a/src/res/strings/pastExecStrings.js b/src/res/strings/pastExecStrings.js index cbbfc7a..fd0d80d 100644 --- a/src/res/strings/pastExecStrings.js +++ b/src/res/strings/pastExecStrings.js @@ -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.", @@ -26,7 +62,6 @@ const pastExecStrings = { exec9: "Neelab K.", exec10: "Vanshika B.", }, - "Winter 2024": { exec1a: "Star X.", exec2a: "Valerie F.", diff --git a/src/sections/CurrentCommittee/CurrentCommittee.js b/src/sections/CurrentCommittee/CurrentCommittee.js index 3e69696..8fa780b 100644 --- a/src/sections/CurrentCommittee/CurrentCommittee.js +++ b/src/sections/CurrentCommittee/CurrentCommittee.js @@ -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"; @@ -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", }, };