-
Notifications
You must be signed in to change notification settings - Fork 0
/
mock.json
41 lines (41 loc) · 1.38 KB
/
mock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"formSettings": {
"jobTitle": "Junio Front-End Developer",
"name": "Claudia",
"lastName": "Benito",
"email": "[email protected]",
"location": "Madrid, Spain",
"phoneNumber": "+34 692662091",
"aboutme": "Soy clauduuauu",
"jobSkills": ["Nuxt.js"],
"softSkills": ["Teamwork"],
"languages": [
{ "lang": "Spanish", "level": "100%" },
{ "lang": "English", "level": "80%" },
{ "lang": "Japanese", "level": "20%" }
],
"linkedin": "claudiabdm",
"twitter": "claudiabdm",
"github": "claudiabdm",
"education": [
{
"title": "Bachelor's Degree in Biology",
"location": "Madrid, Spain",
"from": "Mon Dec 07 2020 15:52:28 GMT+0100 (Central European Standard Time)",
"to": "Mon Dec 07 2020 15:52:28 GMT+0100 (Central European Standard Time)",
"current": "false",
"summary": "Erasmus internship at University of Birmingham for 9 months in my final year."
}
],
"work": [
{
"title": "Junior Front-end Developer",
"location": "Madrid, Spain",
"from": "Mon Dec 07 2020 15:52:28 GMT+0100 (Central European Standard Time)",
"to": "Mon Dec 07 2020 15:52:28 GMT+0100 (Central European Standard Time)",
"current": "false",
"summary": "Erasmus internship at University of Birmingham for 9 months in my final year."
}
]
}
}