-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataTemplate.json
101 lines (101 loc) · 3.34 KB
/
dataTemplate.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
{
"jobs": [
{
"company": "Contoso",
"duties": [
{
"medium": "Investigate and resolve client reported issues with web apps using ticket tracking app.",
"short": "Fix reported issues with web apps."
}
],
"end-date": "2016-04-10",
"location": "Anytown, USA",
"projects": [
{
"medium": "Built JavaScript based tool for adding text annotations to uploaded images. Backend used node.js with express for REST API. CSS based on Bootstrap’s LESS files. jQuery library used for DOM manipulation.",
"short": "Built browser-based tool for manilupating and annotating image files."
}
],
"skills": [
"HTML",
"CSS",
"git",
"Firebase",
"node.js",
"express",
"Bootstrap"
],
"start-date": "2015-07-15",
"title": "Software Developer",
"url": "https://contoso.com"
},
{
"location": "Anytown, USA",
"projects": [
{
"client": "www.accounting-firm.com",
"short": "Converted SVN repo to git. Enhanced realator appraisal tracking site and fixed bugs. Made changes to front facing site's template."
}
],
"skills": [
"node.js",
"git",
"mySQL",
"PHP",
"LAMP"
],
"start-date": "2011-09-09",
"title": "Freelance Developer"
},
{
"accomplishments": [
{
"long": "Reduced the number of error emails generated by web sites from an average of 40 daily error emails to approximately 4 emails a week.",
"short": "Reduced weekly site errors by 90%."
},
{
"short": "Helped plan and code rewrite of web site manager."
}
],
"company": "Edu Programmers",
"duties": [
{
"short": "Code website templates for clients."
}
],
"end-date": "2010-08-05",
"location": "Springfield, USA",
"skills": [
"HTML",
"CSS",
"jQuery",
"SQL Server"
],
"start-date": "2007-06-15",
"title": "Web Developer"
}
],
"person": {
"email": "[email protected]",
"github": "github_username",
"name": "John Doe",
"phone": "(555) 555-5555"
},
"personalProjects": [
{
"short": "Built resume templating app.",
"url": "https://github.com/github_username/project_name",
"skills": [ "node.js", "Firebase", "jade", "LESS", "Linux", "git" ]
}
],
"studies": [
{
"areaOfStudy": "BASc, Computer Science",
"attendEnd": "2010-05-19",
"attendStart": "2006-08-21",
"institution": "The Big University",
"location": "Springfield, USA"
}
],
"summary": ""
}