diff --git a/src/resumes/left-right-projects.vue b/src/resumes/left-right-projects.vue index 8d526c8..c51cbeb 100755 --- a/src/resumes/left-right-projects.vue +++ b/src/resumes/left-right-projects.vue @@ -13,7 +13,7 @@
-

Experience

+

{{ lang.experience }}

{{experience.company}} {{experience.position}} @@ -22,7 +22,7 @@
-

Contact

+

{{ lang.contact }}

@@ -49,14 +49,14 @@
-

Education

+

{{ lang.education }}

{{education.degree}} {{education.timeperiod}} {{education.description}}
-

Skills

+

{{ lang.skills }}

{{skill.name}} diff --git a/src/resumes/material-dark-projects.vue b/src/resumes/material-dark-projects.vue index ed8c9ce..b9d57e5 100755 --- a/src/resumes/material-dark-projects.vue +++ b/src/resumes/material-dark-projects.vue @@ -5,7 +5,7 @@
- Contact + {{ lang.contact }}
@@ -13,7 +13,7 @@
    -
  • Born {{person.birth.year}} in {{person.birth.location}}
  • +
  • {{lang.born}} {{person.birth.year}} {{lang.bornIn}} {{person.birth.location}}
@@ -77,7 +77,7 @@
- Skills + {{ lang.skills }}
@@ -98,7 +98,7 @@
{{person.position}}
-
Working experience
+
{{ lang.experience }}
{{experience.position}} - {{experience.company}} @@ -109,7 +109,7 @@
-
Education
+
{{ lang.education }}
{{education.degree}}
@@ -119,7 +119,7 @@
-
Projects
+
{{ lang.projects }}
{{project.name}} diff --git a/src/resumes/oblique-projects.vue b/src/resumes/oblique-projects.vue index a107b4e..100cba8 100755 --- a/src/resumes/oblique-projects.vue +++ b/src/resumes/oblique-projects.vue @@ -16,7 +16,7 @@
-

Experience

+

{{ lang.experience }}

@@ -32,7 +32,7 @@
-

Projects

+

{{ lang.projects }}

@@ -47,7 +47,7 @@
-

Education

+

{{ lang.education }}

{{education.degree}} @@ -58,7 +58,7 @@
-

Skills

+

{{ lang.skills }}

details @@ -70,7 +70,7 @@ {{person.skillDescription}}
-

Contact

+

{{ Contact }}

{{person.contact.email}} {{person.contact.phone}} diff --git a/src/resumes/side-bar-projects.vue b/src/resumes/side-bar-projects.vue index 57e9d58..1c73d0d 100755 --- a/src/resumes/side-bar-projects.vue +++ b/src/resumes/side-bar-projects.vue @@ -11,7 +11,7 @@
-

Contact

+

{{ lang.contact }}

@@ -41,7 +41,7 @@
-

Skills

+

{{ lang.skills }}

{{skill.name}} @@ -52,7 +52,7 @@
-

Experience

+

{{ lang.experience }}

{{experience.company}} - @@ -67,7 +67,7 @@
-

Projects

+

{{ lang.projects }}

{{project.name}} @@ -80,7 +80,7 @@
-

Education

+

{{ lang.education }}

{{education.degree}}
{{person.contact.email}}