-
Notifications
You must be signed in to change notification settings - Fork 32
/
resume.json
211 lines (208 loc) · 8.49 KB
/
resume.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
"displayOrder": ["shortBio","projects", "work", "education", "awards", "volunteer", "social"],
"hideDesignedBy": false,
"personal": {
"name": "Navdeep Sekhon",
"title": "Software Developer",
"email": "[email protected]",
"phone": "123-456-7890",
"website": "http://www.navdeepsekhon.com",
"shortBio": "Hello! I am Navdeep Sekhon. I make stuff. Here's some of it.",
"location": "Delaware",
"profiles": [
{
"network": "Twitter",
"url": "http://twitter.com/navdeepsekhon9"
},
{
"network": "github",
"url": "http://decompile.xyz"
},
{
"network": "linkedin",
"url": "https://www.linkedin.com/in/navdeepsekhon"
},
{
"network": "facebook",
"url": "facebook.com/navdeepsekhon6"
}
]
},
"work": [
{
"employer": "ABC Company",
"location": "Newark, DE",
"title": "Job with no highlights",
"website": "http://google.com",
"dates": "July 2014 - Present",
"highlights": []
},
{
"employer": "DEF Company",
"location": "Newark, DE",
"title": "Job with no link to employer site",
"website": "",
"dates": "1900 - 1901",
"highlights": [
"Implemented new APIs",
"Integrated and tested existing C++ libraries with the google testing framework",
"Implemented and improved functionality in the backend as well as the frontend of the system",
"Technology: C++, SQL, PHP, ExtJS, Unix"
]
},
{
"employer": "University Of Delaware",
"location": "Newark, DE",
"title": "Job with both link to employer site and highlights",
"website": "http://google.com",
"dates": "1899 – 1900",
"highlights": [
"Worked on Model and Simulation of DRAM-PCM Dual Architecture with Dr. Chengmo Yang",
"Developed simulators for various parts of the architecture",
"Integrated different algorithms",
"Tested the algorithms and analyzed the results",
"Presented research findings at research seminar"
]
}
],
"volunteer":[
{
"organization": "Volunteer Org #1",
"location": "Newark, DE",
"title": "Volunteer without link to website",
"website": "",
"dates": "December 2015",
"highlights": [
"highlight",
"highlight"
]
},
{
"organization": "Volunteer Org #2",
"location": "Newark, DE",
"title": "Volunteer without highlights",
"website": "https://www.udel.edu/",
"dates": "November 2015",
"highlights": [
]
},
{
"organization": "Volunteer Org #3",
"location": "Newark, DE",
"title": "Volunteer with website and highlights",
"website": "https://www.udel.edu/",
"dates": "November 2015",
"highlights": [
"highlight",
"highlight"
]
}
],
"education": [
{
"institution": "University Of noGPA",
"major": "Computer Engineering",
"degree": "Masters",
"graduationDate": "Fall 2020"
},
{
"institution": "University Of Delaware",
"major": "Computer Engineering",
"degree": "Bachelor",
"graduationDate": "Fall 2010",
"gpa": "3.7/4.0"
}
],
"projectSections": [
{
"title": "FrontEnd",
"projects" :[{
"title": "Project with bulleted description",
"link": "https://github.com/navdeepsekhon/AndroidWeatherApp/",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/portfolio-generator/master/screenshot.PNG",
"description": [
"Javascript framework that automatically generates a portfolio website from resume data.",
"Ability to create image galleries for projects.",
"Ability to choose the order of different sections or skip sections entirely.",
"Ability to have custom named sections for projects.",
"Supports all major social networks icon. ",
"The code for this entire site is generated by the framework. Nothing is hardcoded!"
]
},
{
"title": "Project with no link",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/portfolio-generator/master/screenshot.PNG",
"description": [
"To crete a bulleted list in the pop up",
"Put description content within []",
"Each bullet item separated by comma"
]
},
{
"title": "Project with long paragraph description",
"link": "https://github.com/navdeepsekhon/AndroidWeatherApp/",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/portfolio-generator/master/screenshot.PNG",
"description": "To create a paragraph description in the pop up, do not put content in [], just put it everything within the double quotes."
}]
},
{
"title": "Android",
"projects": [
{
"title": "Project with image gallery",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/tablet_mainscreen.png",
"link": "https://github.com/navdeepsekhon/AndroidWeatherApp/",
"description": "To create an image gallery in pop up, put the image URLs comma separated in gallery: []",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/phone_detailscreen_portrait.png",
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/phone_mainscreen.png",
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/user_settings_screen.png",
"https://raw.githubusercontent.com/navdeepsekhon/AndroidWeatherApp/master/screenshots/tablet_mainscreen.png"
]
},
{
"title": "No gallery, no description(?!)",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/PopMovies/master/screenshots/tablet_movie_details_landscape.PNG",
"link": "https://github.com/navdeepsekhon/PopMovies"
},
{
"title": "Top Ten Songs App",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_player.PNG",
"link": "https://github.com/navdeepsekhon/TopTenSongsAndroidApp",
"description": "Android app to play current top ten songs for an artist. Supports instant search for artists. Uses spotify API. Optimized for phone and tablet.",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/phone_initial_view.png",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/phone_instant_search.png",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/phone_artist_top_songs.png",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_instant_search.PNG",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_artist_top_songs.PNG",
"https://raw.githubusercontent.com/navdeepsekhon/TopTenSongsAndroidApp/master/screenshots/tablet_player.PNG"
]
},
{
"title": "Court Counter",
"thumbnail": "https://raw.githubusercontent.com/navdeepsekhon/CourtCounter/master/screenshots/Screenshot_2015-06-07-14-12-32.png",
"link": "https://github.com/navdeepsekhon/CourtCounter",
"description": "Android app to keep track of a basketball game score!",
"gallery": [
"https://raw.githubusercontent.com/navdeepsekhon/CourtCounter/master/screenshots/Screenshot_2015-06-07-14-12-32.png",
"https://raw.githubusercontent.com/navdeepsekhon/CourtCounter/master/screenshots/Screenshot_2015-06-07-14-12-43.png"
]
}
]
}
],
"awards": [
{
"title": "Award with description",
"date": "March 2014",
"awarder": "University of Delaware Electrical and Computer Engineering Department",
"description": "Awarded to the team with the best senior design project within the ECE department. Project: INERTIA: Dead reckoning tracking system for application in GPS degraded environments."
},
{
"title": "Award without description",
"date": "March 2014",
"awarder": "University of Delaware Electrical and Computer Engineering Department"
}
]
}