32 lines
700 B
JSON
32 lines
700 B
JSON
{
|
|
"firstName": "Thomas",
|
|
"name": "Amstutz",
|
|
"mail": "thomas@amstutz.it",
|
|
"phone": "",
|
|
"occupation": "Développeur web",
|
|
"location": "Delémont, JU",
|
|
"about": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Distinctio doloribus, iure eum nostrum error tempora facilis ea.",
|
|
"skills": [
|
|
"HTML",
|
|
"CSS",
|
|
"Javascript",
|
|
"Accessibilité",
|
|
"Bootstrap",
|
|
"Figma",
|
|
"jQuery",
|
|
"SCSS",
|
|
"Git"
|
|
],
|
|
"lang": [
|
|
"Français (langue maternelle)",
|
|
"Anglais",
|
|
"Allemand (Connaissance scolaires)"
|
|
],
|
|
"socials": [
|
|
{
|
|
"title": "Mon Github",
|
|
"icon": "simple-icons:github",
|
|
"link": "https://github.com/TheThomaas"
|
|
}
|
|
]
|
|
} |