diff --git a/src/resumes/side-bar-rtl.vue b/src/resumes/side-bar-rtl.vue new file mode 100644 index 0000000..9e3eb8d --- /dev/null +++ b/src/resumes/side-bar-rtl.vue @@ -0,0 +1,238 @@ + + + + + {{person.name.first}} {{person.name.middle}} {{person.name.last}} + + + {{person.position}} + + + + + + + + + + {{ lang.headings.contact }} + + {{person.contact.email}} + + + + + + + + {{person.contact.phone}} + + + + + + + + {{person.contact.street}} {{person.contact.city}} + + + + + + + + https://github.com/{{person.contact.github}} + + + + + + {{ lang.headings.experience }} + + + {{experience.company}} - + {{experience.position}} + + + {{experience.timeperiod}} + + + {{experience.description}} + + + + + {{ lang.headings.education }} + + + {{education.degree}} + + + {{education.description}} + + + + + {{ lang.headings.skills }} + + + {{skill.name}} + + + {{person.skillDescription}} + + + + + + + + + + +