diff --git a/partials/doc/doc-styles.hbs b/partials/doc/doc-styles.hbs index 191496d..300e155 100644 --- a/partials/doc/doc-styles.hbs +++ b/partials/doc/doc-styles.hbs @@ -64,7 +64,7 @@ - + @@ -98,7 +98,7 @@ - + @@ -194,8 +194,8 @@ - - + + @@ -208,7 +208,7 @@ - + diff --git a/themes/positive/src/positive-doc.xml b/themes/positive/src/positive-doc.xml index a410140..4ac584d 100644 --- a/themes/positive/src/positive-doc.xml +++ b/themes/positive/src/positive-doc.xml @@ -99,6 +99,16 @@ {{/inline}} {{#section "projects"}}{{> section/projects }}{{/section}} + {{#*inline "header-governance"}} + {{> header-icon _title="GOVERNANCE" _section="governance" _icon="pict/justice-scales" }} + {{/inline}} + {{#section "governance"}}{{> section/governance }}{{/section}} + + {{#*inline "header-affiliation"}} + {{> header-icon _title="AFFILIATION" _section="affiliation" _icon="pict/share-alt" }} + {{/inline}} + {{#section "affiliation"}}{{> section/affiliation }}{{/section}} + {{#*inline "header-education"}} {{> header-icon _title="EDUCATION" _section="education" _icon="pict/edu" }} {{/inline}} @@ -115,7 +125,7 @@ {{#section "writing"}}{{> section/writing }}{{/section}} {{#*inline "header-reading"}} - {{> header-icon _title="READING" _section="reading" _icon="pict/wri" }} + {{> header-icon _title="READING" _section="reading" _icon="pict/book" }} {{/inline}} {{#section "reading"}}{{> section/reading }}{{/section}} @@ -125,15 +135,20 @@ {{#section "recognition"}}{{> section/recognition }}{{/section}} {{#*inline "header-speaking"}} - {{> header-icon _title="SPEAKING" _section="speaking" _icon="pict/arrow" }} + {{> header-icon _title="SPEAKING" _section="speaking" _icon="pict/group" }} {{/inline}} {{#section "speaking"}}{{> section/speaking }}{{/section}} {{#*inline "header-references"}} - {{> header-icon _title="REFERENCES" _section="references" _icon="pict/arrow" }} + {{> header-icon _title="REFERENCES" _section="references" _icon="pict/thumbs-up" }} {{/inline}} {{#section "references"}}{{> section/references }}{{/section}} + {{#*inline "header-interests"}} + {{> header-icon _title="INTERESTS" _section="interests" _icon="pict/bicycle" }} + {{/inline}} + {{#section "interests"}}{{> section/interests }}{{/section}} + diff --git a/themes/positive/src/positive-html.css b/themes/positive/src/positive-html.css index f8c0cc6..342d217 100644 --- a/themes/positive/src/positive-html.css +++ b/themes/positive/src/positive-html.css @@ -1,12 +1,12 @@ html, body, main, section, header, ul, p, h1, h2, h3 { - font-family: Calibri, 'Open Sans', sans-serif; + font-family: {{{fontList 'default'}}}; font-size: 14px; margin: 0; padding: 0; display: block; } a { - color: #0064BD; + color: #{{color 'hyperlink'}}; text-decoration: none; } @@ -130,7 +130,7 @@ h1, h2, .label { font-size: 2.5em; text-transform: uppercase; font-weight: 300; - font-family: 'Open Sans', 'Segoe UI', sans-serif; + font-family: {{{fontList 'heading1'}}} } #contact { @@ -145,7 +145,8 @@ header > span.fa { width: 40px; top: 10px; font-size: 30px; - transform: translateX(-110%); + /*transform: translateX(-110%); PDF no likey */ + margin-left: -50px; color: #DADADA; } diff --git a/themes/positive/src/positive-html.html b/themes/positive/src/positive-html.html index deeabf6..9d0b41a 100644 --- a/themes/positive/src/positive-html.html +++ b/themes/positive/src/positive-html.html @@ -34,7 +34,7 @@ icon into the global partial. For this theme, we're using Font Awesome. -->}} - {{#*inline "icon-skills"}}{{/inline}} + {{#*inline "icon-skills"}}{{/inline}} {{> section/skills _icon="icon-skills"}} {{#*inline "icon-employment"}}{{/inline}} diff --git a/themes/positive/src/positive-pdf.css b/themes/positive/src/positive-pdf.css index cc766e2..9f498ec 100644 --- a/themes/positive/src/positive-pdf.css +++ b/themes/positive/src/positive-pdf.css @@ -127,7 +127,8 @@ header > span.fa { width: 40px; top: 10px; font-size: 30px; - transform: translateX(-110%); + /*transform: translateX(-110%); PDF no likey */ + margin-left: -50px; color: #DADADA; } diff --git a/themes/positive/src/positive-pdf.html b/themes/positive/src/positive-pdf.html index 111c124..3d63c75 100644 --- a/themes/positive/src/positive-pdf.html +++ b/themes/positive/src/positive-pdf.html @@ -3,10 +3,9 @@ {{ r.name }} - - + + + {{{styleSheet "positive-pdf.css"}}}
@@ -35,7 +34,7 @@ icon into the global partial. For this theme, we're using Font Awesome. -->}} - {{#*inline "icon-skills"}}{{/inline}} + {{#*inline "icon-skills"}}{{/inline}} {{> section/skills _icon="icon-skills"}} {{#*inline "icon-employment"}}{{/inline}} @@ -47,6 +46,9 @@ {{#*inline "icon-education"}}{{/inline}} {{> section/education _icon="icon-education"}} + {{#*inline "icon-affiliation"}}{{/inline}} + {{> section/affiliation _icon="icon-affiliation"}} + {{#*inline "icon-service"}}{{/inline}} {{> section/service _icon="icon-service"}} @@ -65,12 +67,12 @@ {{#*inline "icon-speaking"}}{{/inline}} {{> section/speaking _icon="icon-speaking"}} - {{#*inline "icon-testimonials"}}{{/inline}} + {{#*inline "icon-testimonials"}}{{/inline}} {{> section/testimonials _icon="icon-testimonials"}} {{#*inline "icon-references"}}{{/inline}} {{> section/references _icon="icon-references"}} -
- + + diff --git a/themes/positive/theme.json b/themes/positive/theme.json index 583d227..02cacb2 100644 --- a/themes/positive/theme.json +++ b/themes/positive/theme.json @@ -7,19 +7,20 @@ "txt": "basis", "md": "basis" }, + "colors": { + "hyperlink": "C00000" + }, "fonts": { - "default": [ - "Calibri", - "Open Sans", - "sans-serif" - ], - "default-html": [ - "Helvetica Neue" - "Helvetica", - "Lato", - "sans-serif" - ], - "heading1": ["xkcd"], - "heading2": ["xkcd"] + "all": { + "default": [ "Calibri", "Open Sans", "sans-serif" ], + "heading1": [ "Open Sans", "Helvetica Neue", "Helvetica", "Lato", "sans-serif" ], + "heading2": [ "Helvetica Neue", "Helvetica", "Lato", "sans-serif" ] + }, + "doc": { + "title": "Open Sans Light", + "heading1": "Open Sans Light", + "heading2": "Open Sans Light", + "default": "Calibri" + } } }