23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"intro": "Hey",
|
|
"heroPhoto": {
|
|
"src": "../../images/lego-dummy.png",
|
|
"alt": "My Photo"
|
|
},
|
|
"image": {
|
|
"src": "../../images/waving-hand.png",
|
|
"alt": "Waving Hand Emoji"
|
|
},
|
|
"title": "I'm Louis",
|
|
"subtitle": {
|
|
"prefix": "A guy who's passionate about ",
|
|
"highlight": "technology",
|
|
"suffix": "."
|
|
},
|
|
"description": "Currently studying engineering at EPITA",
|
|
"socialProfiles": {
|
|
"from": ["LinkedIn", "Github", "Mail"],
|
|
"showIcons": true
|
|
}
|
|
}
|