-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathinfo.json
47 lines (39 loc) · 1.06 KB
/
info.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
43
44
45
46
47
{
"name": "George the Martian",
"profession": "Youtube senior analyst",
"phone": "+55 287298121",
"email": "[email protected]",
"address": "73 N. Oak Drive - Dyersburg, TN 38024",
"portfolio": "github.com/g_martian",
"education": [
["PhD in the streets - Harvard",
"2001",
"phd in doing absolutelly nothing 24/7"],
["PhD in python - PyCon",
"every year",
"one single event and im already pro"]
],
"experience": [
["Scroll Master",
"Mai 2003 - Jun 2007",
"Scroll the scroll of the mouse pretending to program"],
["Garbage collector",
"Jan 2000 - Mai 2003",
"Collecting garbage in other codes"]
],
"skills": [
["Python", 5],
["Java", 2],
["C++", 4],
["JS", 1],
["CSS", 2],
["HTML", 1],
["Cooking", 3]
],
"languages": [
["Elvish", "Fluent"],
["English", "Basic"],
["Pirate English", "Native"],
["Lusitanian", "Fluent"]
]
}