Skip to content

Commit 51068de

Browse files
committed
Added nikhil
1 parent e82f74c commit 51068de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/assets/content/People/People.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import adamNguyenImage from "./profile/adam nguyen.png";
99
import minzhouPanImage from "./profile/minzhou pan.png";
1010
import tranHuynhImage from "./profile/tran huynh.png";
1111
import himanshuJahagirdaranImage from "./profile/himanshu jahagirdaran.png";
12+
import nikhilAbhyankarImage from "./profile/nikhil abhyankar.png";
13+
1214
export const peopleData = [
1315
{
1416
title: "Faculty Members",
@@ -162,10 +164,12 @@ export const peopleData = [
162164
}
163165
},
164166
{
167+
profileImage: nikhilAbhyankarImage,
165168
name: "Nikhil Abhyankar",
166169
details: "MS student, 2022-2023. (Next: PhD student at Virginia Tech)",
167170
links: {
168-
// Add Nikhil's links here if available
171+
website: "https://nikhilsab.github.io/",
172+
linkedin: "https://www.linkedin.com/in/nikhil-abhyankar/",
169173
}
170174
}
171175
]
Loading

0 commit comments

Comments
 (0)