feat: Create my portfolio

This commit is contained in:
2023-09-09 23:51:23 +02:00
parent a9b62b8f8f
commit 9d86154d56
37 changed files with 92 additions and 164 deletions

View File

@ -1,58 +1,44 @@
{
"interests": [
{
"label": "Quick and Easy Setup",
"label": "Apple",
"image": {
"src": "../../images/joystick.png",
"src": "../../images/apple.png",
"alt": "An apple emoji"
}
},
{
"label": "Linux",
"image": {
"src": "../../images/penguin.png",
"alt": ""
}
},
{
"label": "Content via Markdown",
"label": "Development",
"image": {
"src": "../../images/notebook.png",
"src": "../../images/virus.png",
"alt": ""
}
},
{
"label": "Responsive Design",
"label": "TypeScript",
"image": {
"src": "../../images/nail-polish.png",
"src": "../../images/typescript.png",
"alt": ""
}
},
{
"label": "Medium Integration",
"label": "Python",
"image": {
"src": "../../images/medium.png",
"src": "../../images/python.png",
"alt": ""
}
},
{
"label": "Animations",
"label": "Azure",
"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",
"src": "../../images/azure.png",
"alt": ""
}
}
@ -60,6 +46,6 @@
"button": {
"visible": true,
"label": "+ Load More",
"initiallyShownInterests": 5
"initiallyShownInterests": 6
}
}