Skip to content

Commit 06eac97

Browse files
committed
Add team details json
1 parent af06881 commit 06eac97

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/assets/json/team.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"firstName": "Hasal",
4+
"image": "hasal.jpg",
5+
"social": {
6+
"linkedin": ""
7+
}
8+
},
9+
{
10+
"firstName": "Janeth",
11+
"image": "janeth.jpg",
12+
"social": {
13+
"linkedin": ""
14+
}
15+
},
16+
{
17+
"firstName": "Nandula",
18+
"image": "nandula.png",
19+
"social": {
20+
"linkedin": ""
21+
}
22+
},
23+
{
24+
"firstName": "Purushoth",
25+
"image": "purushoth.jpg",
26+
"social": {
27+
"linkedin": ""
28+
}
29+
},
30+
{
31+
"firstName": "Rajitha",
32+
"image": "rajitha.jpg",
33+
"social": {
34+
"linkedin": ""
35+
}
36+
}
37+
]

0 commit comments

Comments
 (0)