diff --git a/src/resumes/cool-rtl.vue b/src/resumes/cool-rtl.vue new file mode 100755 index 0000000..e192853 --- /dev/null +++ b/src/resumes/cool-rtl.vue @@ -0,0 +1,382 @@ + + + + {{ person.name.first }} {{ person.name.middle }} {{ person.name.last }} + {{ person.position }} + {{ lang.born }} {{person.birth.year}} {{ lang.bornIn }} {{person.birth.location}} + + + + + + {{ lang.about }} + + + {{ person.about }} + + + {{ person.knowledge }} + + + + + + {{ lang.skills }} + + + + + + {{ skill.name }} + + + + + + + + {{ lang.contact }} + + + + + business{{ person.contact.street }} + + + + mail{{ person.contact.email }} + + + + phone{{ person.contact.phone }} + + + + {{ person.contact.website }} + + + + {{ person.contact.linkedin }} + + + + {{ person.contact.github }} + + + + {{ person.contact.medium }} + + + + + + + + + work{{ lang.experience }} + + + + + + {{ experience.position }} + + {{ experience.company }} + {{ experience.location }} + + + {{ experience.timeperiod }} + {{ experience.description }} + + + + + + + school{{ lang.education }} + + + + + + {{ education.school }} + {{ education.degree }} + {{ education.timeperiod }} + {{ education.description }} + + + + + + + code{{ lang.projects }} + + + + + {{ project.name }} + {{ project.platform }} + {{ project.description }} + + + + + + + {{lang.contributions}} + + + + + {{ contribution.name }} + {{ contribution.description }} + + {{ contribution.url }} + + + + + + + + + + + + + + + + diff --git a/src/resumes/resumes.js b/src/resumes/resumes.js index bcb5f32..de6d803 100755 --- a/src/resumes/resumes.js +++ b/src/resumes/resumes.js @@ -8,3 +8,4 @@ import './side-bar-rtl.vue'; import './left-right-rtl.vue'; import './creative.vue'; import './cool.vue'; +import './cool-rtl.vue';