-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
796b28f
commit a62d8d4
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
@@ -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", | ||
|