This commit is contained in:
2023-09-09 23:02:56 +02:00
commit a9b62b8f8f
39 changed files with 12080 additions and 0 deletions

View File

@ -0,0 +1,65 @@
{
"interests": [
{
"label": "Quick and Easy Setup",
"image": {
"src": "../../images/joystick.png",
"alt": ""
}
},
{
"label": "Content via Markdown",
"image": {
"src": "../../images/notebook.png",
"alt": ""
}
},
{
"label": "Responsive Design",
"image": {
"src": "../../images/nail-polish.png",
"alt": ""
}
},
{
"label": "Medium Integration",
"image": {
"src": "../../images/medium.png",
"alt": ""
}
},
{
"label": "Animations",
"image": {
"src": "../../images/gem-stone.png",
"alt": ""
}
},
{
"label": "PWA (Offline Support)",
"image": {
"src": "../../images/mobile-phone.png",
"alt": ""
}
},
{
"label": "Modern Tech-Stack",
"image": {
"src": "../../images/gatsby.png",
"alt": ""
}
},
{
"label": "Blazing Fast",
"image": {
"src": "../../images/high-voltage.png",
"alt": ""
}
}
],
"button": {
"visible": true,
"label": "+ Load More",
"initiallyShownInterests": 5
}
}