2023-11-11 10:59:24 +01:00

59 lines
1016 B
JSON

{
"interests": [
{
"label": "Apple",
"image": {
"src": "../../images/apple.png",
"alt": "An apple emoji"
}
},
{
"label": "Linux",
"image": {
"src": "../../images/penguin.png",
"alt": ""
}
},
{
"label": "Development",
"image": {
"src": "../../images/virus.png",
"alt": ""
}
},
{
"label": "TypeScript",
"image": {
"src": "../../images/typescript.png",
"alt": ""
}
},
{
"label": "Python",
"image": {
"src": "../../images/python.png",
"alt": ""
}
},
{
"label": "Swift",
"image": {
"src": "../../images/swift.png",
"alt": "Swift logo"
}
},
{
"label": "Azure",
"image": {
"src": "../../images/azure.png",
"alt": ""
}
}
],
"button": {
"visible": true,
"label": "+ Load More",
"initiallyShownInterests": 6
}
}