b9dfafa3bd
Removed Unsplash in order to keep everything simple. (Also the load times were too god damn high)
21 lines
360 B
JSON
21 lines
360 B
JSON
{
|
|
"title" : "Your Homepage Title",
|
|
"items" : [
|
|
{
|
|
"alt" : "Github",
|
|
"icon" : "fa-github",
|
|
"link" : "https://github.com/Swagielka"
|
|
},
|
|
{
|
|
"alt" : "Twitter",
|
|
"icon" : "fa-twitter",
|
|
"link" : "https://twitter.com/Kukielka_"
|
|
},
|
|
{
|
|
"alt" : "Docker Hub",
|
|
"icon" : "fa-docker",
|
|
"link" : "https://hub.docker.com/u/kukielka/"
|
|
}
|
|
]
|
|
}
|