31 lines
695 B
JSON
31 lines
695 B
JSON
{
|
|
"pages": {
|
|
"home": "Home",
|
|
"aboutMe": "About Me",
|
|
"projects": "Projects"
|
|
},
|
|
"languages": {
|
|
"german": "German",
|
|
"english": "English"
|
|
},
|
|
"themes": {
|
|
"light": "Light",
|
|
"dark": "Dark",
|
|
"system": "System"
|
|
},
|
|
"landingPage": {
|
|
"title": "Hi, I'm Nico Haider.",
|
|
"subtitle": "Software developer for websites, web apps, mobile apps, desktop apps, and more.",
|
|
"location": "Dobersberg, Lower Austria",
|
|
"contact": {
|
|
"email": "Send email",
|
|
"phone": "Call phone number"
|
|
},
|
|
"social": {
|
|
"linkedin": "Open LinkedIn profile",
|
|
"instagram": "Open Instagram profile",
|
|
"facebook": "Open Facebook profile"
|
|
}
|
|
}
|
|
}
|