-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.json
More file actions
224 lines (224 loc) · 6.16 KB
/
portfolio.json
File metadata and controls
224 lines (224 loc) · 6.16 KB
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
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"name": "Your Name",
"label": "Optional Label",
"image_path": "img/default-image.png",
"contact": {
"email": "FirstLast@Sample.com",
"phone": "123-456-7890",
"location": "City, State, Country"
},
"summary": "A short summary of who you are, your background, experience, and interests to give visitors a quick introduction to you.",
"base_url": "127.0.0.1:5500",
"social_links": [
{
"label": "Personal Website",
"url": "https://sample.com",
"svg_path": "img/globe.svg"
},
{
"label": "First Social",
"url": "https://sample.com",
"svg_path": "img/linkedin.svg"
},
{
"label": "Second Social",
"url": "https://sample.com",
"svg_path": "img/github.svg"
}
],
"work_experience": [
{
"company": "Latest Job",
"position": "Position One",
"url": "https://sample.com",
"start_date": "01/01/2020",
"end_date": "Present",
"summary": "Short summary about present job and what the position entails",
"highlights": [
"First Duty of Current Job",
"Second Duty of Current Job",
"Third Duty of Current Job"
]
},
{
"company": "Previous Job",
"position": "Position Two",
"url": "https://sample.com",
"start_date": "01/01/2010",
"end_date": "01/01/2020",
"summary": "Short summary about previous job and what that position entailed",
"highlights": [
"First Duty of Previous Job",
"Second Duty of Previous Job",
"Third Duty of Previous Job"
]
}
],
"projects": [
{
"title": "My First Project",
"summary": "Short summary about my first project",
"url": "https://sample.com",
"highlights": [
"First Highlight of Project One",
"Second Highlight of Project One",
"Third Highlight of Project One"
],
"images": [
{
"img_path": "https://picsum.photos/600/338?random=1",
"caption": "Image Caption 1"
},
{
"img_path": "https://picsum.photos/600/338?random=2",
"caption": "Image Caption 2"
},
{
"img_path": "https://picsum.photos/600/338?random=3",
"caption": "Image Caption 3"
}
]
},
{
"title": "My Second Project",
"summary": "Short summary about my second project",
"url": "https://sample.com",
"highlights": [
"First Highlight of Project Two",
"Second Highlight of Project Two",
"Third Highlight of Project Two"
],
"images": [
{
"img_path": "https://picsum.photos/600/338?random=4",
"caption": "Image Caption 4"
},
{
"img_path": "https://picsum.photos/600/338?random=5",
"caption": "Image Caption 5"
},
{
"img_path": "https://picsum.photos/600/338?random=6",
"caption": "Image Caption 6"
}
]
}
],
"volunteer_experience": [
{
"organization": "Latest Organization",
"position": "Position One",
"url": "https://sample.com",
"start_date": "01/01/2020",
"end_date": "Present",
"summary": "Short summary about present volunteer work",
"highlights": [
"First Duty of Current Organization",
"Second Duty of Current Organization",
"Third Duty of Current Organization"
]
},
{
"organization": "Previous Organization",
"position": "Position Two",
"url": "https://sample.com",
"start_date": "01/01/2010",
"end_date": "01/01/2020",
"summary": "Short summary about previous volunteer work",
"highlights": [
"First Duty of Previous Organization",
"Second Duty of Previous Organization",
"Third Duty of Previous Organization"
]
}
],
"education": [
{
"institution": "Institution One",
"location": "Institution One Location",
"url": "https://sample.com",
"degrees": [
"Master of Science in Computer Science",
"Minor in Mathematics"
],
"honors": ["Outstanding Student Award", "Dean's List"],
"gpa_cumulative": "3.5",
"gpa_major": "4.0",
"graduation_date": "01/01/2005"
},
{
"institution": "Institution Two",
"location": "Institution Two Location",
"url": "https://sample.com",
"degrees": ["Bachelor of Science in Physics"],
"honors": ["Scholarship Recipient"],
"gpa_cumulative": "3.2",
"gpa_major": "3.9",
"graduation_date": "01/01/2000"
}
],
"skills": [
{
"name": "My First Skill",
"proficiency": 100,
"proficiency_label": "Proficiency Level"
},
{
"name": "My Second Skill",
"proficiency": 80,
"proficiency_label": "Proficiency Level"
}
],
"interests": [
{
"name": "My First Hobby",
"summary": "Short summary about my first Hobby",
"images": [
{
"img_path": "https://picsum.photos/600/338?random=7",
"caption": "Image Caption 7"
},
{
"img_path": "https://picsum.photos/600/338?random=8",
"caption": "Image Caption 8"
}
]
},
{
"name": "My Second Hobby",
"summary": "Short summary about my second hobby",
"images": [
{
"img_path": "https://picsum.photos/600/338?random=9",
"caption": "Image Caption 9"
},
{
"img_path": "https://picsum.photos/600/338?random=10",
"caption": "Image Caption 10"
}
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "American Sign Language",
"fluency": "Professional Working Proficiency"
}
],
"references": [
{
"name": "Person One",
"relation": "Previous Boss",
"reference": "Some nice things that Person One said about you, your work ethic, and how you provided value to their team."
},
{
"name": "Person Two",
"relation": "Previous Coworker",
"reference": "More kind things that Person Two said about you, what it was like working with you, and things you've accomplished."
}
]
}