-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresumeData.json
executable file
·185 lines (185 loc) · 5.87 KB
/
resumeData.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"main": {
"name":"Nordic-Giant Project",
"description":"I am a web development engineer and I use react and vue.js to develop pages. This project is a resume template that can be used as the project home page or resume page",
"image":"profilepic.jpg",
"bio":"Use this bio section as your way of describing yourself and saying what you do, what technologies you like to use or feel most comfortable with, describing your personality, or whatever else you feel like throwing in.",
"contactmessage":"Here is where you should write your message to readers to have them get in contact with you.",
"email": "[email protected]",
"phone": "555-555-5555",
"github":"https://github.com/nordicgiant2/react-nice-resume",
"project":"https://github.com/nordicgiant2/react-nice-resume",
"address":{
"street":"(Your Street)",
"city":"(Your City)",
"state":"(Your State)",
"zip": "(Your Zip/Postal Code)"
},
"website": "http://www.timbakerdev.com",
"resumedownload":"http://timbakerdev.com",
"social":[
{
"name":"facebook",
"url":"https://github.com/nordicgiant2/react-nice-resume",
"className":"fa fa-facebook"
},
{
"name":"twitter",
"url":"http://twitter.com",
"className":"fa fa-twitter"
},
{
"name":"linkedin",
"url":"https://www.linkedin.com/in/tim-baker-8420009a/",
"className":"fa fa-linkedin"
},
{
"name":"instagram",
"url":"http://instagram.com/tbaker_x",
"className":"fa fa-instagram"
},
{
"name":"github",
"url":"https://github.com/nordicgiant2/react-nice-resume",
"className":"fa fa-github"
}
]
},
"resume":{
"skillmessage":"Here you can create a short write-up of your skills to show off to employers",
"education":[
{
"school":"University?",
"degree":"Masters in Beer tasting",
"graduated":"April 2017",
"description":"Describe your experience at school, what you learned, what useful skills you have acquired etc."
},
{
"school":"School #1 Maybe College?",
"degree":"What did you study 101",
"graduated":"March 2013",
"description":"Describe your experience at school, what you learned, what useful skills you have acquired etc."
}
],
"work":[
{
"company":"Awesome Design Studio",
"title":"Senior UX God ",
"years":"March 2018 - Present",
"description":"Describe work, special projects, notable achievements, what technologies you have been working with, and anything else that would be useful for an employer to know."
},
{
"company":"Super Cool Studio",
"title":"Junior bug fixer",
"years":"March 2017 - February 2018",
"description":"Describe work, special projects, notable achievements, what technologies you have been working with, and anything else that would be useful for an employer to know."
}
],
"skills":[
{
"name":"Python",
"level":"60%"
},
{
"name":"VueJs",
"level":"55%"
},
{
"name":"ReactJs",
"level":"50%"
},
{
"name":"CSS",
"level":"90%"
},
{
"name":"PHP",
"level":"80%"
},
{
"name":"Swift",
"level":"50%"
},
{
"name":"JAVA",
"level":"80%"
}
]
},
"portfolio":{
"projects": [
{
"title":"Canadian Wanderlust",
"category":"My Travel Blog for my post-university travels",
"image":"01.jpg",
"url":"https://www.canadianwanderlust.com"
},
{
"title":"Fury Fighting Gear",
"category":"(offline now) A fighting gear company I started",
"image":"02.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Original Thai Food",
"category":"Website I built for a restaurant I like in Thailand",
"image":"03.jpg",
"url":"http://www.timbakerdev.com/originalthaifood.github.io"
},
{
"title":"Resume Website",
"category":"A React based resume website template",
"image":"04.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Smirkspace",
"category":"(MVP Only) A React and Meteor based chat University project.",
"image":"05.jpg",
"url":"http://www.smirkspace.com"
},
{
"title":"Canadian Wanderlust",
"category":"My Travel Blog for my post-university travels",
"image":"06.jpg",
"url":"https://www.canadianwanderlust.com"
},
{
"title":"Fury Fighting Gear",
"category":"(offline now) A fighting gear company I started",
"image":"01.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Original Thai Food",
"category":"Website I built for a restaurant I like in Thailand",
"image":"02.jpg",
"url":"http://www.timbakerdev.com/originalthaifood.github.io"
},
{
"title":"Original Thai Food",
"category":"Website I built for a restaurant I like in Thailand",
"image":"03.jpg",
"url":"http://www.timbakerdev.com/originalthaifood.github.io"
},
{
"title":"Resume Website",
"category":"A React based resume website template",
"image":"04.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Smirkspace",
"category":"(MVP Only) A React and Meteor based chat University project.",
"image":"05.jpg",
"url":"http://www.smirkspace.com"
},
{
"title":"Canadian Wanderlust",
"category":"My Travel Blog for my post-university travels",
"image":"06.jpg",
"url":"https://www.canadianwanderlust.com"
}
]
}
}