Files
Reactive-Resume/src/data/initialState.json
2021-01-03 11:44:14 +05:30

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
}