|
|
@@ -40,14 +40,14 @@ section.w-flex.column.pb5
|
|
40
|
40
|
template(#item-content.3='{ item }')
|
|
41
|
41
|
.tab--aspirations
|
|
42
|
42
|
p {{ tabContent[item].tab }}
|
|
43
|
|
- w-timeline(:items='aspirations')
|
|
|
43
|
+ w-timeline(:items='aspirations' color='green')
|
|
44
|
44
|
|
|
45
|
45
|
|
|
46
|
46
|
// Skills Tab
|
|
47
|
47
|
template(#item-content.4='{ item }')
|
|
48
|
48
|
.tab--skills
|
|
49
|
49
|
p Education
|
|
50
|
|
- w-timeline(:items='skills.education')
|
|
|
50
|
+ w-timeline(:items='skills.education' color='primary')
|
|
51
|
51
|
|
|
52
|
52
|
p Licenses & Certificates
|
|
53
|
53
|
w-timeline(:items='skills.licenses')
|