diff --git a/public/mbc10.jpeg b/public/mbc10.jpeg
new file mode 100644
index 0000000..0185213
Binary files /dev/null and b/public/mbc10.jpeg differ
diff --git a/public/mbc11.jpeg b/public/mbc11.jpeg
new file mode 100644
index 0000000..72f946f
Binary files /dev/null and b/public/mbc11.jpeg differ
diff --git a/public/team-member-23-1.png b/public/team-member-23-1.png
new file mode 100644
index 0000000..768b639
Binary files /dev/null and b/public/team-member-23-1.png differ
diff --git a/public/team-member-23-10.png b/public/team-member-23-10.png
new file mode 100644
index 0000000..0a2cf01
Binary files /dev/null and b/public/team-member-23-10.png differ
diff --git a/public/team-member-23-11.png b/public/team-member-23-11.png
new file mode 100644
index 0000000..d014dea
Binary files /dev/null and b/public/team-member-23-11.png differ
diff --git a/public/team-member-23-2.jpg b/public/team-member-23-2.jpg
new file mode 100644
index 0000000..9c2ddae
Binary files /dev/null and b/public/team-member-23-2.jpg differ
diff --git a/public/team-member-23-3.jpg b/public/team-member-23-3.jpg
new file mode 100644
index 0000000..b234ebf
Binary files /dev/null and b/public/team-member-23-3.jpg differ
diff --git a/public/team-member-23-4.jpeg b/public/team-member-23-4.jpeg
new file mode 100644
index 0000000..b5d95fc
Binary files /dev/null and b/public/team-member-23-4.jpeg differ
diff --git a/public/team-member-23-5.jpg b/public/team-member-23-5.jpg
new file mode 100644
index 0000000..3cdb378
Binary files /dev/null and b/public/team-member-23-5.jpg differ
diff --git a/public/team-member-23-6.jpg b/public/team-member-23-6.jpg
new file mode 100644
index 0000000..250e2a1
Binary files /dev/null and b/public/team-member-23-6.jpg differ
diff --git a/public/team-member-23-7.png b/public/team-member-23-7.png
new file mode 100644
index 0000000..788b990
Binary files /dev/null and b/public/team-member-23-7.png differ
diff --git a/public/team-member-23-8.jpg b/public/team-member-23-8.jpg
new file mode 100644
index 0000000..c109021
Binary files /dev/null and b/public/team-member-23-8.jpg differ
diff --git a/public/team-member-23-9.jpg b/public/team-member-23-9.jpg
new file mode 100644
index 0000000..ffbb3b5
Binary files /dev/null and b/public/team-member-23-9.jpg differ
diff --git a/src/components/Team.jsx b/src/components/Team.jsx
index f939761..b21ef94 100644
--- a/src/components/Team.jsx
+++ b/src/components/Team.jsx
@@ -5,7 +5,7 @@ import linkedinurl from "/linkedin.png"
import { styles } from "../styles";
import { SectionWrapper } from "../hoc";
import { fadeIn, textVariant } from "../utils/motion";
-import { teammembers } from "../constants";
+import { newteammembers,oldteammembers } from "../constants";
const TeamMemberCard = ({
index,
@@ -55,24 +55,55 @@ const TeamMemberCard = ({
);
+
const Team = () => {
+ const [currentTeam, setCurrentTeam] = React.useState(newteammembers);
+ const [teamTitle, setTeamTitle] = React.useState('Year 23-24');
+
+ const handleSelect = (event) => {
+ switch (event.target.value) {
+ case '22':
+ setCurrentTeam(oldteammembers);
+ setTeamTitle('Year 22-23');
+ break;
+ case '23':
+ setCurrentTeam(newteammembers);
+ setTeamTitle('Year 23-24');
+ break;
+ /*case '24':
+ setCurrentTeam(team24);
+ setTeamTitle('Year 24-25');
+ break;
+ default:
+ setCurrentTeam(team22);
+ setTeamTitle('Year 22-23');
+ */
+ }
+ };
+
return (
-
-
+
+
Our Team
- Team Members.
+
+ {teamTitle}
+
+
-
-
- {teammembers.map((testimonial, index) => (
-
- ))}
+
+
+ {currentTeam.map((member, index) => (
+
+ ))}
+
);
};
-export default SectionWrapper(Team, "team");
+export default Team;
\ No newline at end of file
diff --git a/src/constants/index.js b/src/constants/index.js
index be463e0..269f291 100644
--- a/src/constants/index.js
+++ b/src/constants/index.js
@@ -48,10 +48,79 @@ const services = [
},
];
-const teammembers = [
+const newteammembers = [
+ {
+ name: "Sharukhali Syed",
+ designation: "President.",
+ image: "team-member-23-1.png",
+ linkedin: "https://www.linkedin.com/in/sharukhali-farookali-naziyabegum-syed-2817bb272/",
+ },
+ {
+ name: "Shivsagar Mishra",
+ designation: "Vice-President",
+ image: "team-member-23-2.jpg",
+ linkedin: "http://www.linkedin.com/in/shivsagar-mishra/",
+ },
+ {
+ name: "Sakshi Maurya",
+ designation: "Secretary",
+ image: "team-member-23-3.jpg",
+ linkedin: "https://www.linkedin.com/in/sakshi-maurya-a495a7216/",
+ },
+ {
+ name: "Vrushali Sandam",
+ designation: "Technical Head",
+ image: "team-member-23-4.jpeg",
+ linkedin: "https://www.linkedin.com/in/vrushali-sandam-283054253/",
+ },
+ {
+ name: "Kanchan Singh",
+ designation: "Marketing Head",
+ image: "team-member-23-5.jpg",
+ linkedin: "https://www.linkedin.com/in/kanchan-singh-393a26280/",
+ },
+ {
+ name: "Saurabha Sawant",
+ designation: "Open Source Head",
+ image: "team-member-23-6.jpg",
+ linkedin: "https://www.linkedin.com/in/saurabha-sawant-3409bb25a/",
+ },
+
+ {
+ name: "Ankush Tiwari",
+ designation: "Event Manager",
+ image: "team-member-23-7.png",
+ linkedin: "https://www.linkedin.com/in/ankush-tiwari-1b50a9237/",
+ },
+ {
+ name: "Arya Mane",
+ designation: "Publication Head",
+ image: "team-member-23-8.jpg",
+ linkedin: "https://www.linkedin.com/in/arya-mane-555b0b256/",
+ },
+ {
+ name: "Sanket Karmakar",
+ designation: "Jt Publication Head",
+ image: "team-member-23-9.jpg",
+ linkedin: "https://www.linkedin.com/in/sanket-karmakar-9b02ab290/",
+ },
+ {
+ name: "Shivanshu Pasi",
+ designation: "Jt Technical Head",
+ image: "team-member-23-10.png",
+ linkedin: "https://www.linkedin.com/in/shivansu-pasi-367118218/",
+ },
+ {
+ name: "Ritika Lath",
+ designation: "Jt Marketing Head",
+ image: "team-member-23-11.png",
+ linkedin: "https://www.linkedin.com/in/ritika-lath-706500273/",
+ },
+];
+const oldteammembers = [
{
name: "Kunal Agrawal",
- designation: "President",
+ designation: "President.",
image: "team-member1.jpg",
linkedin: "https://www.linkedin.com/in/kunalragrawal/",
},
@@ -125,25 +194,25 @@ const teammembers = [
const events = [
{
- name: "Git & GitHub Workshop",
- description:
- "For software developers, Git plays a very vital role in managing the codebase and collaborating with others. Our speaker Mr. Dhiraj Chauhan took a very hands-on workshop where participants were given an in-depth overview of Git. The session wrapped up with basic usage of GitHub by tasking participants to commit on First Contribution Board.",
- tags: [
- {
- name: "git",
- color: "blue-text-gradient",
- },
- {
- name: "github",
- color: "green-text-gradient",
- },
- {
- name: "firstcommit",
- color: "pink-text-gradient",
- },
- ],
- image: "mbc1.jpeg"
- },
+ name: "Git & GitHub Workshop",
+ description:
+ "For software developers, Git plays a very vital role in managing the codebase and collaborating with others. Our speaker Mr. Dhiraj Chauhan took a very hands-on workshop where participants were given an in-depth overview of Git. The session wrapped up with basic usage of GitHub by tasking participants to commit on First Contribution Board.",
+ tags: [
+ {
+ name: "git",
+ color: "blue-text-gradient",
+ },
+ {
+ name: "github",
+ color: "green-text-gradient",
+ },
+ {
+ name: "firstcommit",
+ color: "pink-text-gradient",
+ },
+ ],
+ image: "mbc1.jpeg"
+},
{
name: "CP Workshop",
description:
@@ -304,6 +373,48 @@ const events = [
],
image: "mbc9.jpeg"
},
+ {
+
+ name: "Resume Building Workshop",
+ description:
+ "Workshop was conducted by Mr. Shubham Shah (Research intern @IIT Patna).Students successfully learned about enhancing resume format, emphasizing open-source contributions, highlighting ICPC involvement, and implementing the Harvard keyword approach. These elements shall empower students to create impactful resumes that showcase their skills and experiences effectively, increasing their competitiveness in the job market.",
+ tags: [
+ {
+ name: "resume",
+ color: "blue-text-gradient",
+ },
+ {
+ name: "competition",
+ color: "green-text-gradient",
+ },
+ {
+ name: "job search",
+ color: "pink-text-gradient",
+ },
+ ],
+ image: "mbc10.jpeg"
+ },
+ {
+
+ name: "Git & GitHub Workshop",
+ description:
+ "For software developers, Git plays a very vital role in managing the codebase and collaborating with others. Our speaker Mr. Dhiraj Chauhan took a very hands-on workshop where participants were given an in-depth overview of Git. The session wrapped up with basic usage of GitHub by tasking participants to commit on First Contribution Board.",
+ tags: [
+ {
+ name: "git",
+ color: "blue-text-gradient",
+ },
+ {
+ name: "github",
+ color: "green-text-gradient",
+ },
+ {
+ name: "firstcommit",
+ color: "pink-text-gradient",
+ },
+ ],
+ image: "mbc11.jpeg"
+ },
];
-export { services, teammembers, events };
+export { services, newteammembers,oldteammembers, events };