Skip to content

Commit f9479db

Browse files
committed
Update project alumni data with local images
- Added images for Hamze Dokoohaki, Tanishq Jain, Rohan Sasne, and Akash B V - Updated image URLs to use local images from /img/people/ instead of external URLs - Added comments indicating which image URLs were updated
1 parent b5167d8 commit f9479db

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

static/img/people/Akash B V.png

735 KB
Loading
214 KB
Loading

static/img/people/Rohan Sasne.png

1.07 MB
Loading

static/img/people/Tanishq Jain.jpg

28.9 KB
Loading

static/utils/projectAlumni.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const ProjectAlumni = [
44
email: "hamzed@illinois.edu",
55
role: "",
66
profession: "Staff Scientist, Indigo Ag",
7-
img: "https://i.postimg.cc/x8n2kh73/image.png",
7+
img: "/img/people/Hamze Dokoohaki.png", // Updated to local image
88
},
99
{
1010
name: "Tony Gardella",
@@ -18,7 +18,7 @@ const ProjectAlumni = [
1818
email: "tanishqjain010@gmail.com",
1919
role: "GSoC'22 Contributor",
2020
profession: "Software Engineer, Bosch",
21-
img: "https://avatars.githubusercontent.com/u/83662210?v=4",
21+
img: "/img/people/Tanishq Jain.jpg", // Updated to local image
2222
},
2323
{
2424
name: "Akhil Jha",
@@ -67,14 +67,14 @@ const ProjectAlumni = [
6767
email: "rohansasne30@gmail.com",
6868
role: "GSoC'23 Contributor",
6969
profession: "Co-Founder and CEO, Dynalize Technologies",
70-
img: "https://i.postimg.cc/fbmpx5Y8/image.png",
70+
img: "/img/people/Rohan Sasne.png", // Updated to local image
7171
},
7272
{
7373
name: "Akash B V",
7474
email: "akbv23cs@cmrit.ac.in",
7575
role: "GSoC'25 Contributor & GSoC '26 Mentor",
7676
profession: "The Lebauar Approch,LLC,USA",
77-
img: "https://i.postimg.cc/j22rQPxR/172599013.png",
77+
img: "/img/people/Akash B V.png", // Updated to local image
7878
},
7979
];
8080
export default ProjectAlumni;

0 commit comments

Comments
 (0)