forked from MLH-Fellowship/sre-portfolio-site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlavina.json
49 lines (47 loc) · 1.27 KB
/
lavina.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
{
"name": "Lavina Stella Harper",
"title": "Web Developer",
"education": {
"degree": "B.S. Computer Science",
"school": "University of the People",
"date": "2016-2020"
},
"about": "this is an about for Lavina.",
"skills": ["HTML", "CSS", "JavaScript", "React.js", "Bootstrap"],
"Experience": [
{
"name": "Front-End Web Development - Figma",
"date": "2020-Present",
"details": "frontend web details"
},
{
"name": "Back-End Web Development - Figma",
"date": "2019-2020",
"details": "backend web details"
}
],
"Projects": [
{
"name": "Web Design",
"date": "2020-Present",
"details": "Project details for web design"
},
{
"name": "Bright Ideas",
"date": "2019-2020",
"details": "project details for bright ideas"
}
],
"Accomplishments": [
{
"name": "Whatever it is",
"date": "2018",
"details": "accomplishment 1 details"
},
{
"name": "Accomplishment 2",
"date": "2019",
"details": "accomplishment 2 details"
}
]
}