-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.json
42 lines (42 loc) · 821 Bytes
/
cv.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
42
{
"name": "Max Mustermann",
"picture": "avatar.jpg",
"job": "Student",
"street": "Musterstraße 1",
"zip": "12345",
"city": "Musterstadt",
"phone": "0123-456789",
"mail": "[email protected]",
"homepage": "http://mustermann.com",
"languages": ["Deutsch", "Englisch"],
"coding": ["Python", "Fortran"],
"software": ["Word", "Excel", "PowerPoint"],
"education": [
{
"institution": "Musteruniversität, Musterfakultät",
"place": "Musterstadt",
"begin": "2013",
"end": "2016",
"role": "Student im Bachelorstudiengang Mustern",
"graduation": "Bachelor of Muster",
"ba_topic": "Gestalten von Mustern",
"focus": [
"Muster",
"Gestaltung"
]
}
],
"work": [
{
"company": "Muster GmbH",
"place": "Musterstadt",
"begin": "2015",
"end": "heute",
"role": "Musterer",
"tasks": [
"Gestalten von Mustern",
"Erstellung von Mustern"
]
}
]
}