-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.tmp
More file actions
36 lines (34 loc) · 795 Bytes
/
input.tmp
File metadata and controls
36 lines (34 loc) · 795 Bytes
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
{
"name": "Peter",
"lastname": "Parker",
"mail": "example@example.com",
"avaible-for-works": true,
"contacts": [
{
"label": "GitHub",
"href": "example.com"
},
{
"label": "Mail",
"href": "mailto:example@example.com"
}
],
// Works
"works-history": [
{
"postition": "UX/UI designer senior",
"period": ["2023", "now"],
"company": "GitHub"
},
{
"postition": "UX/UI designer senior",
"period": ["2022", "2023"],
"company": "Apple"
},
{
"postition": "UX/UI designer junior",
"period": ["2020", "2022"],
"company": "Google"
}
]
}