diff --git a/.eslintrc.json b/.eslintrc.json index 6eac5e06..4b6d3921 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -96,7 +96,7 @@ "line-comment-position": "off", "linebreak-style": [ "error", - "unix" + "windows" ], "lines-around-comment": "off", "lines-around-directive": "error", diff --git a/src/resumes/blue.vue b/src/resumes/blue.vue new file mode 100644 index 00000000..c2a80654 --- /dev/null +++ b/src/resumes/blue.vue @@ -0,0 +1,233 @@ + + + + + {{person.position}} + {{person.name.first}} {{person.name.last}} + + + {{person.contact.email}} + {{person.contact.phone}} + {{person.contact.website}} + {{person.contact.github}} + + + + + + + + + {{ lang.experience }} + + + {{experience.company}} + {{experience.position}} | {{experience.timeperiod}} + {{experience.description}} + + + + {{item}} + + + + + + + {{ lang.education }} + + + {{education.description}} + {{education.degree}} | {{education.timeperiod}} + + + + {{ lang.skills }} + + {{person.knowledge}} + + + + {{skill.name}} + + + + + + + + + + + + + diff --git a/src/resumes/resumes.js b/src/resumes/resumes.js index 75285fdc..a7948a19 100755 --- a/src/resumes/resumes.js +++ b/src/resumes/resumes.js @@ -16,3 +16,5 @@ import './left-right-projects.vue'; import './material-dark-projects.vue'; import './oblique-projects.vue'; import './side-bar-projects.vue'; +import './blue.vue'; +
{{experience.position}} | {{experience.timeperiod}}
{{experience.description}}
{{education.degree}} | {{education.timeperiod}}
{{person.knowledge}}