Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ParikshitGehlaut committed Aug 7, 2024
1 parent 796b28f commit a62d8d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
Binary file added src/assets/img/team/varun.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/component/Pages/menteacher/First.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import facultyAdvisorsImage6 from "../../../assets/img/team/Ramesh_Nayaka_Image.

import teamMemberImage1 from "../../../assets/img/team/srihari.jpeg";
import teamMemberImage2 from "../../../assets/img/team/agrim.jpeg";
import teamMemberImage3 from "../../../assets/img/team/saksham.jpeg";
import teamMemberImage3 from "../../../assets/img/team/varun.jpg";
import placementExecutiveImage from "../../../assets/img/team/Sameer_Joshi_Image.jpg";

function First() {
Expand Down Expand Up @@ -103,13 +103,13 @@ function First() {
instagram: "https://www.instagram.com/agrimjain_26/",
},
{
name: "Saksham Chhimwal",
name: "Varun Limaye",
role: "",
image: teamMemberImage3,
phone: "+91 82795 69911",
mail: "[email protected]",
linkedin: "https://www.linkedin.com/in/saksham-chhimwal-838baa25a/",
instagram: "https://www.instagram.com/sakshamchhimwal/",
phone: "+91 96041 89100",
mail: "[email protected] ",
linkedin: "https://www.linkedin.com/in/varunlimaye1771/",
instagram: "https://www.instagram.com/jackwtf1771",
},
{
name: "Srihari K G",
Expand Down
13 changes: 6 additions & 7 deletions src/component/contact/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ import Map from "../mencontact/Map";
import Form from "../mencontact/Form";
import { Link } from "react-router-dom";

import defaultProfileImage from "../../assets/img/team/default-avatar-profile.jpg";
import facultyInChargeImage1 from "../../assets/img/team/Satya_Priya_Image.jpeg";
import facultyInChargeImage2 from "../../assets/img/team/ankit_v_k.JPG";

import teamMemberImage1 from "../../assets/img/team/srihari.jpeg";
import teamMemberImage2 from "../../assets/img/team/agrim.jpeg";
import teamMemberImage3 from "../../assets/img/team/saksham.jpeg";
import teamMemberImage3 from "../../assets/img/team/varun.jpg";
import placementExecutiveImage from "../../assets/img/team/Sameer_Joshi_Image.jpg";

function Main() {
Expand Down Expand Up @@ -58,13 +57,13 @@ function Main() {
instagram: "https://www.instagram.com/agrimjain_26/",
},
{
name: "Saksham Chhimwal",
name: "Varun Limaye",
role: "",
image: teamMemberImage3,
phone: "+91 82795 69911",
mail: "[email protected]",
linkedin: "https://www.linkedin.com/in/saksham-chhimwal-838baa25a/",
instagram: "https://www.instagram.com/sakshamchhimwal/",
phone: "+91 96041 89100",
mail: "[email protected] ",
linkedin: "https://www.linkedin.com/in/varunlimaye1771/",
instagram: "https://www.instagram.com/jackwtf1771",
},
{
name: "Srihari K G",
Expand Down

0 comments on commit a62d8d4

Please sign in to comment.