From ff7eff653c63f7ebffcede206e4dba4042255da5 Mon Sep 17 00:00:00 2001
From: Jason Snelders
Date: Tue, 12 Nov 2019 16:19:01 +1100
Subject: [PATCH] WIP - implement basics of all templates.
---
app/app.js | 14 +-
components/section_basics.js | 22 +-
index.html | 462 ++++++++++++++++++++++++++++++++---
3 files changed, 436 insertions(+), 62 deletions(-)
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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Location
-
-
-
-
-
-
-
Social Network Profiles
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
Location
+
+
+
+
+
+
+
Social Network Profiles
+
+
+
+
@@ -259,7 +258,72 @@
- Work
+
+
+
+
+
+
+
+
+
+
+
+
+
Highlights
+
+ -
+
+
+
+
+
+
+
@@ -267,7 +331,68 @@
- Volunteer
+
+
+
+
+
+
+
+
+
+
+
+
+
Highlights
+
+
+
+
+
@@ -275,7 +400,71 @@
- Education
+
+
+
+
+
+
+
+
+
+
+
+
+
Courses
+
+ -
+
+
+
+
+
+
+
@@ -283,7 +472,44 @@
- Awards
+
+
+
+
+
+
@@ -291,7 +517,50 @@
@@ -299,7 +568,47 @@
- Skills
+
+
+
+
+
+
+
+
+
Keywords
+
+ -
+
+
+
+
+
+
+
@@ -307,7 +616,32 @@
@@ -315,7 +649,42 @@
- Interests
+
+
+
+
+
+
+
+
+
+
Keywords
+
+ -
+
+
+
+
+
+
+
@@ -323,7 +692,32 @@