-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
regular.cv.json
149 lines (134 loc) · 3.69 KB
/
regular.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"$schema" : "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json",
"Locale" : "en_US",
"Templates" : [ "cv.html" ],
"Variables" : {
"gaFont" : "family=Roboto+Slab:wght@400;500;700",
"colorPrimary" : "#087cfa",
"gridMaxWidth" : "100rem",
"gridGutter" : "1.5rem",
"fontSize" : "1.4rem",
"fontFamilySans" : "Roboto Slab"
},
"Personal" : {
"Given Name" : "Richard",
"Family Name" : "Hendricks",
"Native Language" : "en",
"Gender" : "man",
"Birth" : "1988-08-16",
"Birth Country" : "US",
"Alias" : "Bitchard",
"Photo" : "https://static.wikia.nocookie.net/silicon-valley/images/3/33/Richard_Hendricks.jpg",
"Nationalities" : [ "US" ]
},
"Residence" : {
"Country" : "US",
"Region" : "California",
"City" : "San Francisco"
},
"Contact" : [
{ "Address" : "tel:+1-654-12-34-56", "Title" : "Mobile" },
{ "Address" : "mailto:[email protected]", "Title" : "Email" }
],
"Target Job" : {
"Salary" : {
"Money" : {
"Amount" : 120000.0,
"Currency" : "USD"
}
},
"Roles" : [ "Developer", "CEO" ],
"Operating Systems" : [ "linux", "macos" ],
"Locations" : [
{
"Country" : "US",
"City" : "San Francisco"
}
]
},
"Bio" : "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and\nStanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as\na part-time software developer. His work focuses on applied information theory, mostly\noptimizing lossless compression schema of both the length-limited and adaptive variants.",
"Goals" : [
"Change the Internet",
"Make the world a better place"
],
"Top Skills" : [
"Systems Design",
"Data structures and Algorithms",
"Low level Programming"
],
"Links" : [
{ "Address" : "https://github.com/hexagontk/hexagon" },
{ "Address" : "https://twitter.com/hexagon_kt" },
{ "Address" : "https://dev.to/hexagonkt" }
],
"Languages" : [
{
"Language" : "fr",
"Listening" : "a1",
"Reading" : "a2",
"Spoken" : "b1",
"Written" : "b2"
}
],
"Experience" : [
{
"Position" : "Founder",
"Company" : {
"Name" : "Pied Piper"
},
"From" : "2013-12",
"To" : "2014-12",
"Location" : {
"Country" : "US",
"City" : "San Francisco"
},
"Summary" : "Evolving Internet... And making the world a better place.",
"Projects" : [
{
"Title" : "Middle-out",
"From" : "2010-01",
"To" : "2011-05",
"Summary" : "Groundbreaking compression algorithm.",
"Roles" : [ "Developer", "CEO" ],
"Skills" : [ "C" ]
}
]
}
],
"Education" : [
{
"Title" : "Bachelor's Degree in Computer Science",
"Type" : "Bachelor",
"Institution" : {
"Name" : "University of Oklahoma"
},
"From" : "1996-09",
"To" : "2000-06"
}
],
"References" : [
{
"Full Name" : "Erlich Bachman",
"Summary" : "It is my pleasure to recommend Richard, his performance working as a consultant\nfor Bachman Consulting proved that he will be a valuable addition to any\ncompany.",
"Contact" : [
{ "Address" : "tel:+1-678-20-41-05", "Title" : "Mobile" },
{ "Address" : "mailto:[email protected]", "Title" : "Email" }
]
}
],
"Technical Skills" : [
{
"Title" : "Compression",
"Skills" : [ "Mpeg", "MP4", "GIF" ]
},
{
"Title" : "Systems Programming"
}
],
"Common Skills" : [
{
"Title" : "Productivity",
"Skills" : [ "Vim", "Typewriting" ]
}
]
}