mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
extract string from references tab
This commit is contained in:
@ -6,6 +6,7 @@ import awards from './awards.json';
|
||||
import certifications from './certifications.json';
|
||||
import skills from './skills.json';
|
||||
import languages from './languages.json';
|
||||
import references from './references.json';
|
||||
|
||||
export default {
|
||||
profile,
|
||||
@ -16,4 +17,5 @@ export default {
|
||||
certifications,
|
||||
skills,
|
||||
languages,
|
||||
references,
|
||||
};
|
||||
|
||||
21
src/i18n/resources/en/leftSidebar/references.json
Normal file
21
src/i18n/resources/en/leftSidebar/references.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": {
|
||||
"label": "Name",
|
||||
"placeholder": "Richard Hendricks"
|
||||
},
|
||||
"position": {
|
||||
"label": "Position",
|
||||
"placeholder": "CEO, Pied Piper"
|
||||
},
|
||||
"phone": {
|
||||
"label": "Phone Number",
|
||||
"placeholder": "+1 123 456 7890"
|
||||
},
|
||||
"email": {
|
||||
"label": "Email Address",
|
||||
"placeholder": "richard@piedpiper.com"
|
||||
},
|
||||
"description": {
|
||||
"placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user