From 44fe658282802f5df8ead39d8e5e3feb76d1dbff Mon Sep 17 00:00:00 2001 From: Konstantin Tenekedzhiev Date: Thu, 29 Dec 2022 17:15:11 +0200 Subject: [PATCH] fix: using json-resume 1.0.0 --- index.html | 40 ++++++++++++++++++++-------------------- scripts/models.js | 12 ++++++------ 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index 260b286..898fa90 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,7 @@

- + URL (as per RFC 3986) to a image in JPEG or PNG format of your profile photo.

@@ -257,8 +257,8 @@

- - + + @@ -296,12 +296,12 @@
- +

- + Name of the company or organisation where you worked.

@@ -311,7 +311,7 @@

- + Company website.

@@ -345,9 +345,9 @@

- + - + @@ -388,7 +388,7 @@

- + Company website.

@@ -424,7 +424,7 @@

- + @@ -599,7 +599,7 @@

- + URL of the publisher or the actual publication.

@@ -615,7 +615,7 @@ - +

@@ -825,7 +825,7 @@

- + Company website.

@@ -879,7 +879,7 @@

- + @@ -924,7 +924,7 @@
- Avatar + Avatar

{{$root.sections.basics.name}}

@@ -971,8 +971,8 @@
{{work.position}}
- {{work.company}} - + {{work.name}} +
{{work.startDate}} - {{$root.workEndDate(w_index)}} @@ -1000,7 +1000,7 @@
{{vol.organization}}

{{vol.position}}

-

{{vol.website}}

+

{{vol.url}}

{{vol.startDate}} - {{vol.endDate}}
@@ -1064,7 +1064,7 @@
{{publication.name}}
-

{{publication.publisher}}

+

{{publication.url}}

{{publication.releaseDate}}

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

{{project.description}}

- + {{project.url}}
{{project.startDate}} - {{$root.projectEndDate(p_index)}} diff --git a/scripts/models.js b/scripts/models.js index 4edbadf..866a4e7 100644 --- a/scripts/models.js +++ b/scripts/models.js @@ -40,7 +40,7 @@ var models = { return { name: "", label: "", - picture: "", // "image" per schema v1.0.0 + image: "", email: "", phone: "", website: "", @@ -74,11 +74,11 @@ var models = { newDefaultWork: function() { return { - company: "", // "name" per schema v1.0.0 + name: "", location: "", description: "", position: "", - website: "", // "url" per schema v1.0.0 + url: "", startDate: "", endDate: "", summary: "", @@ -96,7 +96,7 @@ var models = { return { organization: "", position: "", - website: "", // "url" per schema v1.0.0 + url: "", startDate: "", endDate: "", summary: "", @@ -143,7 +143,7 @@ var models = { name: "", publisher: "", releaseDate: "", - website: "", // "url" per schema v1.0.0 + url: "", summary: "" }; }, @@ -202,7 +202,7 @@ var models = { keywords: [], startDate: "", endDate: "", - website: "", // "url" per schema v1.0.0 + url: "", roles: [], entity: "", // Specify the relevant company/entity affiliations e.g. 'greenpeace', 'corporationXYZ' type: "" //" e.g. 'volunteering', 'presentation', 'talk', 'application', 'conference'"