-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.js
46 lines (46 loc) · 1.18 KB
/
resume.js
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
const json={
"basics": [{
"name": "Dharshini",
"label": "Full stack developer",
"email": "dharshini323",
"phone": "(912) 555-4321",
"url": "https://johndoe.com",
"summary": "A summary of Dharshini",
"location": {
"address": "134 xxxxx",
},
"profiles": [{
"network": "INSTA",
"username": "DARKED_TALES",
"url": "https://INSTA.com/DHA"
}]
}],
"education": [{
"institution": "k.s.r COLLEGE OF ARTS AND SCINENCE",
"url": "https://institution.com/",
"area": "COMPUTER APPLICATION",
"studyType": "Bachelor",
"startDate": "2020-09-17",
"endDate": "2023-05-24",
"score": "7.98CPA",
}],
"awards": [{
"title": "Award",
"date": "2022-11-01",
"awarder": "COLLEGE",
"summary": "BEST PAPER AWARD."
}],
"skills": [{
"name": "Web Development",
"keywords": [
"HTML",
"CSS",
"JavaScript"
]
}],
"languages": [{
"language": "English",
"fluency": "Native speaker"
}],
}
console.log(json)