- implement glalie template

This commit is contained in:
Amruth Pillai
2020-07-12 21:51:38 +05:30
parent 41e708e302
commit 7b2094a543
13 changed files with 416 additions and 9 deletions

View File

@ -143,6 +143,14 @@
["objective", "skills"],
["awards", "certifications", "languages", "references", "hobbies"],
["work", "education", "projects"]
],
"castform": [
["awards", "certifications", "languages", "hobbies"],
["work", "education", "skills", "projects", "references"]
],
"glalie": [
["awards", "certifications", "hobbies"],
["work", "education", "skills", "projects", "languages", "references"]
]
},
"template": "pikachu"

View File

@ -87,6 +87,14 @@
["objective", "skills"],
["awards", "certifications", "languages", "references", "hobbies"],
["work", "education", "projects"]
],
"castform": [
["awards", "certifications", "languages", "hobbies"],
["work", "education", "skills", "projects", "references"]
],
"glalie": [
["awards", "certifications", "hobbies"],
["work", "education", "skills", "projects", "languages", "references"]
]
},
"colors": {

View File

@ -14,6 +14,16 @@ const templateOptions = [
name: 'Gengar',
preview: 'https://source.unsplash.com/random/302x502',
},
{
id: 'castform',
name: 'Castform',
preview: 'https://source.unsplash.com/random/303x503',
},
{
id: 'glalie',
name: 'Glalie',
preview: 'https://source.unsplash.com/random/304x504',
},
];
export default templateOptions;