14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name": "John Doe",
|
|
"greetingLine": "Hi! My name is",
|
|
"tagLine": "<span>Me like tech. Checkout my blog where I have nice stuff!</span>",
|
|
"profilePhoto": "homepage/media/profile.png",
|
|
"links": {
|
|
"instagram": ""
|
|
},
|
|
"contact":{
|
|
"email":"",
|
|
"phone": ""
|
|
}
|
|
}
|