From d95af3f21e8cea06d542fb4b7374f26920aa331b Mon Sep 17 00:00:00 2001 From: hacksalot Date: Sat, 23 Jan 2016 23:22:31 -0500 Subject: [PATCH] Themes: Compact: Improve coverage and formatting. --- themes/compact/src/compact-doc.xml | 268 +-------------------------- themes/compact/src/compact-html.html | 14 +- themes/compact/theme.json | 24 ++- 3 files changed, 40 insertions(+), 266 deletions(-) diff --git a/themes/compact/src/compact-doc.xml b/themes/compact/src/compact-doc.xml index d4aa11b..3ae7434 100644 --- a/themes/compact/src/compact-doc.xml +++ b/themes/compact/src/compact-doc.xml @@ -5,259 +5,7 @@ {{> doc-properties }} {{> doc-fonts }} {{> doc-lists }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + {{> doc-styles }} {{> doc-pr }} @@ -269,11 +17,7 @@ - - - - - {{ r.name }} + {{{ r.name }}} @@ -284,7 +28,7 @@ - {{ r.contact.email }} + {{{ r.contact.email }}} @@ -297,7 +41,7 @@ - {{ r.contact.phone }} + {{{ r.contact.phone }}} @@ -319,12 +63,16 @@ {{#section "skills"}}{{> skills }}{{/section}} {{#section "employment"}}{{> section/employment }}{{/section}} {{#section "projects"}}{{> section/projects }}{{/section}} + {{#section "governance"}}{{> section/governance }}{{/section}} + {{#section "affiliation"}}{{> section/affiliation }}{{/section}} {{#section "education"}}{{> section/education }}{{/section}} {{#section "service"}}{{> section/service }}{{/section}} {{#section "writing"}}{{> section/writing }}{{/section}} + {{#section "speaking"}}{{> section/speaking }}{{/section}} {{#section "reading"}}{{> section/reading }}{{/section}} {{#section "recognition"}}{{> section/recognition }}{{/section}} {{#section "references"}}{{> section/references }}{{/section}} + {{#section "interests"}}{{> section/interests }}{{/section}} diff --git a/themes/compact/src/compact-html.html b/themes/compact/src/compact-html.html index 70f04c7..2535a72 100644 --- a/themes/compact/src/compact-html.html +++ b/themes/compact/src/compact-html.html @@ -3,7 +3,7 @@ {{ RAW.name }} - + {{{styleSheet "compact-html.css"}}} @@ -23,20 +23,21 @@ -->}} -{{#*inline "icon-info"}}{{/inline}} {{#*inline "icon-skills"}}{{/inline}} {{#*inline "icon-employment"}}{{/inline}} {{#*inline "icon-projects"}}{{/inline}} +{{#*inline "icon-governance"}}{{/inline}} {{#*inline "icon-education"}}{{/inline}} {{#*inline "icon-service"}}{{/inline}} +{{#*inline "icon-affiliation"}}{{/inline}} {{#*inline "icon-samples"}}{{/inline}} {{#*inline "icon-writing"}}{{/inline}} {{#*inline "icon-reading"}}{{/inline}} {{#*inline "icon-recognition"}}{{/inline}} {{#*inline "icon-speaking"}}{{/inline}} -{{#*inline "icon-testimonials"}}{{/inline}} +{{#*inline "icon-testimonials"}}{{/inline}} {{#*inline "icon-references"}}{{/inline}} -{{#*inline "icon-interests"}}{{/inline}} +{{#*inline "icon-interests"}}{{/inline}} {{#*inline "body-employment" }}
@@ -80,12 +81,15 @@ -->}} -{{> section/info _icon="icon-info"}} +{{#*inline "header-info"}}{{/inline}} +{{> section/info }} {{> section/skills _icon="icon-skills"}} {{> section/employment _icon="icon-employment"}} {{> section/projects _icon="icon-projects"}} +{{> section/governance _icon="icon-governance"}} {{> section/education _icon="icon-education"}} {{> section/service _icon="icon-service"}} +{{> section/affiliation _icon="icon-affiliation"}} {{> section/samples _icon="icon-samples"}} {{> section/writing _icon="icon-writing"}} {{> section/reading _icon="icon-reading"}} diff --git a/themes/compact/theme.json b/themes/compact/theme.json index 16303d0..16c136d 100644 --- a/themes/compact/theme.json +++ b/themes/compact/theme.json @@ -8,6 +8,28 @@ "md": "basis" }, "fonts": { - "default": ["Calibri", "Helvetica Neue", "Helvetica", "Segoe UI", "sans-serif"] + "all": { + "default": ["Calibri", "Helvetica Neue", "Helvetica", "Segoe UI", "sans-serif"], + "title": [ "Calibri" ], + "heading3": [ "Calibri" ] + }, + "doc": { + "default": { + "name": "Calibri", + "size": 20 + }, + "heading1": { + "name": "Calibri", + "size": 20 + }, + "heading3": { + "name": "Calibri", + "size": 20 + }, + "title": { + "name": "Calibri", + "size": 20 + } + } } }