diff --git a/src/assets/images/Core/BoscoChanam.jpg b/src/assets/images/Core_2024/BoscoChanam.jpg similarity index 100% rename from src/assets/images/Core/BoscoChanam.jpg rename to src/assets/images/Core_2024/BoscoChanam.jpg diff --git a/src/assets/images/Core/GarretFernandes.jpg b/src/assets/images/Core_2024/GarretFernandes.jpg similarity index 100% rename from src/assets/images/Core/GarretFernandes.jpg rename to src/assets/images/Core_2024/GarretFernandes.jpg diff --git a/src/assets/images/Core/PramitSharma.jpg b/src/assets/images/Core_2024/PramitSharma.jpg similarity index 100% rename from src/assets/images/Core/PramitSharma.jpg rename to src/assets/images/Core_2024/PramitSharma.jpg diff --git a/src/assets/images/Core/RupaliGangarde.jpg b/src/assets/images/Core_2024/RupaliGangarde.jpg similarity index 100% rename from src/assets/images/Core/RupaliGangarde.jpg rename to src/assets/images/Core_2024/RupaliGangarde.jpg diff --git a/src/assets/images/Core/SakshamGupta.jpg b/src/assets/images/Core_2024/SakshamGupta.jpg similarity index 100% rename from src/assets/images/Core/SakshamGupta.jpg rename to src/assets/images/Core_2024/SakshamGupta.jpg diff --git a/src/assets/images/Core/SehajSaluja.jpg b/src/assets/images/Core_2024/SehajSaluja.jpg similarity index 100% rename from src/assets/images/Core/SehajSaluja.jpg rename to src/assets/images/Core_2024/SehajSaluja.jpg diff --git a/src/assets/images/Core/ShraddhaBhaskar.jpg b/src/assets/images/Core_2024/ShraddhaBhaskar.jpg similarity index 100% rename from src/assets/images/Core/ShraddhaBhaskar.jpg rename to src/assets/images/Core_2024/ShraddhaBhaskar.jpg diff --git a/src/assets/images/Core_2025/AmannyuGondkar.jpg b/src/assets/images/Core_2025/AmannyuGondkar.jpg new file mode 100644 index 0000000..44de96b Binary files /dev/null and b/src/assets/images/Core_2025/AmannyuGondkar.jpg differ diff --git a/src/assets/images/Core_2025/AnkushDutta.jpg b/src/assets/images/Core_2025/AnkushDutta.jpg new file mode 100644 index 0000000..5e1e17a Binary files /dev/null and b/src/assets/images/Core_2025/AnkushDutta.jpg differ diff --git a/src/assets/images/Core_2025/ManasviPawa.jpg b/src/assets/images/Core_2025/ManasviPawa.jpg new file mode 100644 index 0000000..8afbdcf Binary files /dev/null and b/src/assets/images/Core_2025/ManasviPawa.jpg differ diff --git a/src/assets/images/Core_2025/MiranFirdausi.jpg b/src/assets/images/Core_2025/MiranFirdausi.jpg new file mode 100644 index 0000000..27446c0 Binary files /dev/null and b/src/assets/images/Core_2025/MiranFirdausi.jpg differ diff --git a/src/assets/images/Core_2025/MitikshaPaliwal.jpg b/src/assets/images/Core_2025/MitikshaPaliwal.jpg new file mode 100644 index 0000000..82417ab Binary files /dev/null and b/src/assets/images/Core_2025/MitikshaPaliwal.jpg differ diff --git a/src/assets/images/Core_2025/PramitSharma.jpg b/src/assets/images/Core_2025/PramitSharma.jpg new file mode 100644 index 0000000..409f5e8 Binary files /dev/null and b/src/assets/images/Core_2025/PramitSharma.jpg differ diff --git a/src/assets/images/Core_2025/PranavSuri.jpg b/src/assets/images/Core_2025/PranavSuri.jpg new file mode 100644 index 0000000..ae40df5 Binary files /dev/null and b/src/assets/images/Core_2025/PranavSuri.jpg differ diff --git a/src/assets/images/Core_2025/RupaliGangarde.jpg b/src/assets/images/Core_2025/RupaliGangarde.jpg new file mode 100644 index 0000000..8d5dd11 Binary files /dev/null and b/src/assets/images/Core_2025/RupaliGangarde.jpg differ diff --git a/src/pages/Teams/TeamMember.jsx b/src/pages/Teams/TeamMember.jsx index 3ab103b..65aae43 100644 --- a/src/pages/Teams/TeamMember.jsx +++ b/src/pages/Teams/TeamMember.jsx @@ -4,22 +4,24 @@ import Tilt from "react-parallax-tilt"; import LinkedInIcon from "@/assets/images/Teams/linkedin.svg"; import GithubIcon from "@/assets/images/Teams/github.svg"; import InstagramIcon from "@/assets/images/Teams/instagram.svg"; -import SakshamGuptaImage from "@/assets/images/Core/SakshamGupta.jpg"; -import RupaliGangardeImage from "@/assets/images/Core/RupaliGangarde.jpg"; -import SehajSalujaImage from "@/assets/images/Core/SehajSaluja.jpg"; -import PramitSharmaImage from "@/assets/images/Core/PramitSharma.jpg"; -import ShraddhaBhaskarImage from "@/assets/images/Core/ShraddhaBhaskar.jpg"; -import GarretFernandesImage from "@/assets/images/Core/GarretFernandes.jpg"; -import BoscoChanamImage from "@/assets/images/Core/BoscoChanam.jpg"; +import RupaliGangardeImage from "@/assets/images/Core_2024/RupaliGangarde.jpg"; +import PramitSharmaImage from "@/assets/images/Core_2025/PramitSharma.jpg"; +import PranavSuriImage from "@/assets/images/Core_2025/PranavSuri.jpg"; +import MitikshaPaliwalImage from "@/assets/images/Core_2025/MitikshaPaliwal.jpg"; +import AnkushDuttaImage from "@/assets/images/Core_2025/AnkushDutta.jpg"; +import ManasviPawaImage from "@/assets/images/Core_2025/ManasviPawa.jpg"; +import AmannyuGondkarImage from "@/assets/images/Core_2025/AmannyuGondkar.jpg"; +import MiranFirdausiImage from "@/assets/images/Core_2025/MiranFirdausi.jpg"; const images = { - 1: SakshamGuptaImage, + 1: PramitSharmaImage, 2: RupaliGangardeImage, - 3: SehajSalujaImage, - 4: PramitSharmaImage, - 5: ShraddhaBhaskarImage, - 6: GarretFernandesImage, - 7: BoscoChanamImage, + 3: PranavSuriImage, + 4: MitikshaPaliwalImage, + 5: MiranFirdausiImage, + 6: AnkushDuttaImage, + 7: ManasviPawaImage, + 8: AmannyuGondkarImage, }; function TeamMember({ member }) { diff --git a/src/pages/Teams/teamsdata.json b/src/pages/Teams/teamsdata.json index 886ed8c..1e27408 100644 --- a/src/pages/Teams/teamsdata.json +++ b/src/pages/Teams/teamsdata.json @@ -1,11 +1,11 @@ [ { - "name": "Saksham Gupta", + "name": "Pramit Sharma", "position": "PRESIDENT", "description": "\"As president, I work to get the best out of my team, stay open to different ideas, and create a strong coding culture in our college.\"", - "linkedin": "https://www.linkedin.com/in/sakshamgupta912/", - "instagram": "https://instagram.com/sakshamgupta__", - "github": "https://github.com/sakshamgupta912", + "linkedin": "https://linkedin.com/in/pramit-sharma/", + "instagram": "https://instagram.com/pramit.sharma", + "github": "https://github.com/MatricalDefunkt", "id": 1 }, { @@ -18,47 +18,57 @@ "id": 2 }, { - "name": "Sehaj Saluja", + "name": "Pranav Suri", "position": "VICE-PRESIDENT", "description": "\"As the vice-president, I assist in strategic planning, lead initiatives to strengthen our club's vision, and create opportunities for members to thrive.\"", - "linkedin": "https://linkedin.com/in/sehaj-saluja/", - "instagram": "https://instagram.com/sehajsalujaaa", - "github": "https://github.com/sehajsaluja17", + "linkedin": "https://www.linkedin.com/in/pranavsuri4/", + "instagram": "https://www.instagram.com/pranavsuri1/", + "github": "https://github.com/pranav-suri", "id": 3 }, { - "name": "Pramit Sharma", + "name": "Mitiksha Paliwal", "position": "TECHNICAL HEAD", "description": "\"As the technical head, I lead our coding initiatives, mentor members in honing their skills, and drive innovation through impactful projects.\"", - "linkedin": "https://linkedin.com/in/pramit-sharma/", - "instagram": "https://instagram.com/pramit.sharma", - "github": "https://github.com/MatricalDefunkt", + "linkedin": "https://www.linkedin.com/in/mitiksha-paliwal/", + "instagram": "https://www.instagram.com/_paliwal28/", + "github": "https://github.com/Mitiksha-28", "id": 4 }, + { - "name": "Shraddha Bhaskar", - "position": "EVENTS HEAD", - "description": "\"As the events head, I plan and organize engaging activities, foster collaboration among members, and bring our club’s vision to life.\"", - "linkedin": "https://linkedin.com/in/shraddha-bhaskar-77a280254/", - "instagram": "https://instagram.com/shraddha.836", - "github": "https://github.com/11sb03", + "name": "Miran Firdausi", + "position": "TECHNICAL ADVISOR", + "description": "\"As a technical advisor, I aid the technical team by enlightening our members with new skills and technologies.\"", + "linkedin": "https://www.linkedin.com/in/miran-firdausi/", + "instagram": "https://www.instagram.com/mirvn.zzz", + "github": "https://github.com/Miran-Firdausi", "id": 5 - },{ - "name": "Garret Fernandes", - "position": "MEDIA HEAD", - "description": "\"As the media head, I work to highlight our team's achievements, expand our media outreach, and foster a thriving tech community.\"", - "linkedin": "https://linkedin.com/in/garret-fernandez-148809249/", - "instagram": "https://instagram.com/garretfernandezz", - "github": "https://github.com/garretfernandezz", + }, + { + "name": "Ankush Dutta", + "position": "TECHNICAL HEAD", + "description": "\"My role involves cultivating coding talent, directing our technical pursuits, and pioneering new developments within the club.\"", + "linkedin": "https://www.linkedin.com/in/ankushdutta/", + "instagram": "https://instagram.com/_ehdee_", + "github": "https://github.com/gendelta", "id": 6 }, { - "name": "Bosco Chanam", - "position": "TECHNICAL ADVISOR", - "description": "\"As a technical advisor, I aid the technical team with enlightening our members with new skills and technologies.\"", - "linkedin": "https://linkedin.com/in/boscochanam/", - "instagram": "https://instagram.com/boscochanam", - "github": "https://github.com/boscochanam", + "name": "Manasvi Pawa", + "position": "EVENTS HEAD", + "description": "\"As the events head, I plan and organize engaging activities, foster collaboration among members, and bring our club’s vision to life.\"", + "linkedin": "https://www.linkedin.com/in/manasvi-pawa-4a92b532b/", + "instagram": "https://www.instagram.com/manasvi._22/", + "github": "https://github.com/manasvipawa", "id": 7 + },{ + "name": "Amannyu Gondkar", + "position": "MEDIA HEAD", + "description": "\"As the media head, I work to highlight our team's achievements, expand our media outreach, and foster a thriving tech community.\"", + "linkedin": "https://www.linkedin.com/in/amannyu-gondkar-4786392a4/", + "instagram": "https://www.instagram.com/amannyu.gondkar/", + "github": "https://github.com/amannyugondkar", + "id": 8 } ] \ No newline at end of file