Skip to content

Commit 1104d32

Browse files
[FIX] Path to images of members
Made the path to images of faculty advisers and coordinators relative from absolute.
1 parent e966941 commit 1104d32

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/js/members.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
"faculty":[
33
{
44
"profile": "faculty",
5-
"img": "/assets/img/faculty/PratyayKuila.jpeg",
5+
"img": "assets/img/faculty/PratyayKuila.jpeg",
66
"name": "Dr. Pratyay Kuila",
77
"designation" : "Faculty advisors"
88
},
99
{
1010
"profile": "faculty",
11-
"img": "/assets/img//faculty/TarunBiswas.jpeg",
11+
"img": "assets/img//faculty/TarunBiswas.jpeg",
1212
"name": "Dr. Tarun Biswas",
1313
"designation" : "Faculty advisors"
1414
}
1515
],
1616
"2021": [
1717
{
1818
"profile": "member",
19-
"img": "/assets/img/member/PokalaAnirudh.png",
19+
"img": "assets/img/member/PokalaAnirudh.png",
2020
"name": "Pokala Anirudh",
2121
"designation": "Coordinator"
2222
},
2323
{
2424
"profile": "member",
25-
"img": "/assets/img/member/PrinceRaj.jpg",
25+
"img": "assets/img/member/PrinceRaj.jpg",
2626
"name": "Prince Raj",
2727
"designation": "Coordinator"
2828

2929
},
3030
{
3131
"profile": "member",
32-
"img": "/assets/img/member/AbhineshKumar.jpg",
32+
"img": "assets/img/member/AbhineshKumar.jpg",
3333
"name": "Abhinesh Kumar",
3434
"designation": "Coordinator"
3535

3636
}
3737
]
38-
}
38+
}

0 commit comments

Comments
 (0)