diff --git a/partials/html/header-icon.hbs b/partials/html/header-icon.hbs
index 63b0140..399b3de 100644
--- a/partials/html/header-icon.hbs
+++ b/partials/html/header-icon.hbs
@@ -1,6 +1,3 @@
- {{#if _icon}}
- {{> (lookup . '_hdricon') }}
- {{/if}}
- {{{sectionTitle _title _section}}}
+ {{#if _icon}}{{> (lookup . '_hdricon') }}{{/if}}{{{sectionTitle _title _section}}}
diff --git a/partials/html/highlights.hbs b/partials/html/highlights.hbs
index e06e47a..baa0109 100644
--- a/partials/html/highlights.hbs
+++ b/partials/html/highlights.hbs
@@ -1,4 +1,5 @@
{{#if highlights}}
+Highlights:
{{#each highlights}}
- {{{ . }}}
diff --git a/partials/html/section/certifications.hbs b/partials/html/section/certifications.hbs
new file mode 100644
index 0000000..0a80c01
--- /dev/null
+++ b/partials/html/section/certifications.hbs
@@ -0,0 +1,35 @@
+{{#section "certifications"}}
+
+
+
+ {{#> header-certifications }}
+ {{> header-icon _title="CERTIFICATIONS" _section="certifications" _hdricon=(lookup . '_icon') }}
+ {{/header-certifications}}
+
+ {{#each r.certifications}}
+
+ {{#each certificates}}
+ {{#if logo}}
+
+ {{/if}}
+ {{/each}}
+
+ {{/each}}
+
+
+
+
+ {{#each r.certifications}}
+ {{#each certificates}}
+ {{#unless logo}}
+ | {{name}}{{#level}} - ({{.}}){{/level}} |
+ {{/unless}}
+ {{/each}}
+ {{/each}}
+
+
+
+{{/section}}
diff --git a/partials/html/section/education.hbs b/partials/html/section/education.hbs
index 2e5fae9..84c6c51 100644
--- a/partials/html/section/education.hbs
+++ b/partials/html/section/education.hbs
@@ -12,6 +12,7 @@
{{{ summary }}}
{{> highlights }}
{{#if curriculum}}{{#each curriculum}}{{{ . }}} {{/each}}{{/if}}
+ {{#if grade}} - {{grade}}{{/if}}
{{/body-education}}
{{/each}}
diff --git a/partials/html/section/info.hbs b/partials/html/section/info.hbs
index e7a97de..8119046 100644
--- a/partials/html/section/info.hbs
+++ b/partials/html/section/info.hbs
@@ -7,5 +7,6 @@
{{#> body-info }}
{{{ r.info.brief }}}
{{/body-info}}
+
{{/has}}
diff --git a/partials/html/section/interests.hbs b/partials/html/section/interests.hbs
index b100ed5..95888ca 100644
--- a/partials/html/section/interests.hbs
+++ b/partials/html/section/interests.hbs
@@ -4,15 +4,12 @@
{{#> header-interests }}
{{> header-icon _title="INTERESTS" _section="interests" _hdricon=(lookup . '_icon') }}
{{/header-interests}}
+
{{#each r.interests}}
{{#> body-interests }}
-
-
{{{ name }}}
- {{date date 'YYYY' }}
- {{{ summary }}}
- {{> highlights }}
-
+ | {{{ name }}} |
{{/body-interests}}
{{/each}}
+
{{/section}}
diff --git a/partials/html/section/skills.hbs b/partials/html/section/skills.hbs
index 58ecf65..a5c8bd8 100644
--- a/partials/html/section/skills.hbs
+++ b/partials/html/section/skills.hbs
@@ -15,7 +15,12 @@
{{#each r.skills.sets}}
{{ name }} |
- {{#each skills}}{{ . }} {{/each}} |
+ {{#each skills }}
+ {{#name}}
+ {{ name }}
+ {{/name}}{{^name}}
+ {{ . }}{{/name}}{{#unless @last}}, {{/unless}}{{/each}}
+ |
{{/each}}
diff --git a/partials/html/work-projects.hbs b/partials/html/work-projects.hbs
new file mode 100644
index 0000000..b4f7f70
--- /dev/null
+++ b/partials/html/work-projects.hbs
@@ -0,0 +1,8 @@
+{{#if projects}}
+
+Projects:
+ {{#each projects}}
+ {{{ name }}}{{#if customer}}({{customer}}){{/if}}{{#unless @last}}, {{/unless}}
+ {{/each}}
+
+{{/if}}
diff --git a/themes/compact/src/compact-html.css b/themes/compact/src/compact-html.css
index 52e47d7..08ee504 100644
--- a/themes/compact/src/compact-html.css
+++ b/themes/compact/src/compact-html.css
@@ -98,3 +98,13 @@ span.keywords {
color: gray;
text-align: right;
}
+
+img {
+ height: 55px;
+ display: inline-block;
+}
+
+.certifications {
+ align-content: center;
+ text-align: center;
+}
diff --git a/themes/compact/src/compact-html.html b/themes/compact/src/compact-html.html
index 2535a72..69ac4db 100644
--- a/themes/compact/src/compact-html.html
+++ b/themes/compact/src/compact-html.html
@@ -13,7 +13,7 @@
@@ -23,6 +23,7 @@
-->}}
+{{#*inline "icon-certifications"}}{{/inline}}
{{#*inline "icon-skills"}}{{/inline}}
{{#*inline "icon-employment"}}{{/inline}}
{{#*inline "icon-projects"}}{{/inline}}
@@ -50,10 +51,14 @@
{{dateRange .}}
{{{ summary }}}
- {{> highlights }}
{{#if keywords}}
- {{#each keywords}}{{{ . }}} {{/each}}
+ {{#each keywords}}{{{ . }}}{{#unless @last}}, {{/unless}}{{/each}}
{{/if}}
+ {{#if technologies}}
+ {{#each technologies}}{{{ . }}}{{#unless @last}}, {{/unless}}{{/each}}
+ {{/if}}
+ {{> highlights }}
+ {{> work-projects }}
{{/inline}}
@@ -70,7 +75,7 @@
{{{ summary }}}
{{> highlights }}
{{#if keywords}}
- {{#each keywords}}{{{ . }}} {{/each}}
+ {{#each keywords}}{{{ . }}}{{#unless @last}}, {{/unless}}{{/each}}
{{/if}}
{{/inline}}
@@ -83,6 +88,7 @@
{{#*inline "header-info"}}{{/inline}}
{{> section/info }}
+{{> section/certifications _icon="icon-certifications"}}
{{> section/skills _icon="icon-skills"}}
{{> section/employment _icon="icon-employment"}}
{{> section/projects _icon="icon-projects"}}
diff --git a/themes/compact/src/compact-pdf.css b/themes/compact/src/compact-pdf.css
index 51ce196..a8cba3d 100644
--- a/themes/compact/src/compact-pdf.css
+++ b/themes/compact/src/compact-pdf.css
@@ -33,7 +33,7 @@ hr {
main {
padding: 15px;
- max-width: 700px;
+ max-width: 82%;
margin: 0 auto;
}
@@ -53,6 +53,14 @@ p, li {
text-align: justify;
}
+.description {
+ margin-bottom: .5em;
+}
+
+.projects {
+ text-align: left;
+}
+
.tenure {
float: right;
}
@@ -91,3 +99,19 @@ h2 > span.fa {
text-align: left;
margin-right: 3px;
}
+
+img {
+ height: 60px;
+ display: inline-block;
+}
+
+.logos {
+ align-content: center;
+ text-align: center;
+}
+
+.qr {
+ height: 55px;
+ float: right;
+ margin: 0px 0px 5px 0px;
+}
diff --git a/themes/compact/src/compact-pdf.html b/themes/compact/src/compact-pdf.html
index c6cea73..68c1c80 100644
--- a/themes/compact/src/compact-pdf.html
+++ b/themes/compact/src/compact-pdf.html
@@ -13,7 +13,7 @@
@@ -23,6 +23,7 @@
-->}}
+{{#*inline "icon-certifications"}}{{/inline}}
{{#*inline "icon-skills"}}{{/inline}}
{{#*inline "icon-employment"}}{{/inline}}
{{#*inline "icon-projects"}}{{/inline}}
@@ -47,11 +48,19 @@
{{/if}}
{{dateRange .}}
- {{{ summary }}}
- {{> highlights }}
{{#if keywords}}
- {{#each keywords}}{{{ . }}} {{/each}}
+ {{#each keywords}}{{{ . }}}{{#unless @last}}, {{/unless}}{{/each}}
{{/if}}
+ {{#if technologies}}
+ {{#each technologies}}{{{ . }}}{{#unless @last}}, {{/unless}}{{/each}}
+ {{/if}}
+ {{#if description}}
+ {{{ description }}}
+ {{else}}
+ {{{summary}}}
+ {{/if}}
+ {{> work-projects }}
+ {{> highlights }}
{{/inline}}
@@ -81,10 +90,12 @@
{{#has "info.brief"}}
+
{{{ r.info.brief }}}
{{/has}}
+{{> section/certifications _icon="icon-certifications"}}
{{> section/skills _icon="icon-skills"}}
{{> section/employment _icon="icon-employment"}}
{{> section/projects _icon="icon-projects"}}
diff --git a/themes/compact/src/partials/skills.xml b/themes/compact/src/partials/skills.xml
index f0efcde..02e5cb5 100644
--- a/themes/compact/src/partials/skills.xml
+++ b/themes/compact/src/partials/skills.xml
@@ -38,7 +38,7 @@
- {{#each skills }}{{ this }}{{#unless @last}}, {{/unless}}{{/each}}
+ {{#each skills }}{{#name}}{{ name }}{{/name}}{{^name}}{{ . }}{{/name}}{{#unless @last}}, {{/unless}}{{/each}}
diff --git a/themes/modern/src/partials/skills.xml b/themes/modern/src/partials/skills.xml
index 2a0aefc..66d6852 100644
--- a/themes/modern/src/partials/skills.xml
+++ b/themes/modern/src/partials/skills.xml
@@ -59,30 +59,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-