mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-27 06:53:55 +10:00
122 lines
2.5 KiB
JSON
122 lines
2.5 KiB
JSON
{
|
|
"profile": {
|
|
"heading": "Profile",
|
|
"photograph": "",
|
|
"firstName": "",
|
|
"lastName": "",
|
|
"subtitle": "",
|
|
"birthDate": "",
|
|
"address": {
|
|
"line1": "",
|
|
"line2": "",
|
|
"city": "",
|
|
"pincode": ""
|
|
},
|
|
"website": "",
|
|
"email": ""
|
|
},
|
|
"social": {
|
|
"heading": "Social Network",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"objective": {
|
|
"heading": "Objective",
|
|
"visible": true,
|
|
"body": ""
|
|
},
|
|
"work": {
|
|
"heading": "Work Experience",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"education": {
|
|
"heading": "Education",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"projects": {
|
|
"heading": "Projects",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"awards": {
|
|
"heading": "Awards",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"certifications": {
|
|
"heading": "Certifications",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"skills": {
|
|
"heading": "Skills",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"hobbies": {
|
|
"heading": "Hobbies",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"languages": {
|
|
"heading": "Languages",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"references": {
|
|
"heading": "References",
|
|
"visible": true,
|
|
"items": []
|
|
},
|
|
"metadata": {
|
|
"language": "en",
|
|
"template": "onyx",
|
|
"font": "Montserrat",
|
|
"fontSize": 12,
|
|
"layout": {
|
|
"onyx": [
|
|
["objective", "work", "education", "projects"],
|
|
["hobbies", "languages", "awards", "certifications"],
|
|
["skills", "references"]
|
|
],
|
|
"pikachu": [
|
|
["skills", "languages", "hobbies", "awards", "certifications"],
|
|
["work", "education", "projects", "references"]
|
|
],
|
|
"gengar": [
|
|
["objective", "skills"],
|
|
["awards", "certifications", "languages", "references", "hobbies"],
|
|
["work", "education", "projects"]
|
|
],
|
|
"castform": [
|
|
["awards", "certifications", "languages", "hobbies"],
|
|
["objective", "work", "education", "skills", "projects", "references"]
|
|
],
|
|
"glalie": [
|
|
["awards", "certifications", "hobbies"],
|
|
[
|
|
"objective",
|
|
"work",
|
|
"education",
|
|
"skills",
|
|
"projects",
|
|
"languages",
|
|
"references"
|
|
]
|
|
],
|
|
"celebi": [
|
|
["awards", "certifications", "languages", "hobbies"],
|
|
["objective", "work", "education", "skills", "projects", "references"]
|
|
]
|
|
},
|
|
"colors": {
|
|
"text": "#444444",
|
|
"primary": "#5875DB",
|
|
"background": "#FFFFFF"
|
|
}
|
|
},
|
|
"public": true
|
|
}
|