19 lines
375 B
JSON
19 lines
375 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "Github",
|
|
"username": "vorpax",
|
|
"image": "/assets/social/social-github.jpg",
|
|
"url": "https://github.com/vorpax",
|
|
"isShow": true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "LinkedIn",
|
|
"username": "alexandre-houard",
|
|
"image": "/assets/social/social-linkedin.jpg",
|
|
"url": "https://www.linkedin.com/in/alexandre-houard-686960279/",
|
|
"isShow": true
|
|
}
|
|
]
|