diff --git a/app/app.js b/app/app.js index a8631d7..2827a3e 100644 --- a/app/app.js +++ b/app/app.js @@ -76,16 +76,16 @@ var app = new Vue({ } ] }, - work: { + work: [{ company: "", position: "", website: "", startDate: "", endDate: "", summary: "", - highlights: [] - }, - volunteer: { + highlights: [""] + }], + volunteer: [{ organization: "", position: "", website: "", @@ -93,8 +93,8 @@ var app = new Vue({ endDate: "", summary: "", highlights: [] - }, - education: { + }], + education: [{ institution: "", area: "", studyType: "", @@ -102,7 +102,7 @@ var app = new Vue({ endDate: "", gpa: "", courses: [] - }, + }], awards: [{ title: "", date: "", diff --git a/components/section_basics.js b/components/section_basics.js index 9a96a4c..7e109a5 100644 --- a/components/section_basics.js +++ b/components/section_basics.js @@ -41,27 +41,7 @@ var sectionBasicsComponent = { data: function() { return { - // name: "", - // label: "", - // picture: "", - // email: "", - // phone: "", - // website: "", - // summary: "", - // location: { - // address: "", - // postalCode: "", - // city: "", - // countryCode: "", - // region: "", - // }, - // profiles: [ - // { - // network: "", - // username: "", - // url: "", - // } - // ] + }; }, diff --git a/index.html b/index.html index 9a4c045..24beb14 100644 --- a/index.html +++ b/index.html @@ -224,31 +224,30 @@
-