diff --git a/themes/modern/src/modern-doc.xml b/themes/modern/src/modern-doc.xml index b28f18c..e12dea4 100644 --- a/themes/modern/src/modern-doc.xml +++ b/themes/modern/src/modern-doc.xml @@ -1,93 +1,233 @@ +{{! }} + + {{!}} + {{> doc-properties }} {{> doc-fonts }} {{> doc-lists }} {{> doc-styles }} {{> doc-pr }} + + {{!}} + + + {{!}} + - {{ r.name }} + + {{!}} + + {{{ r.name }}} + + {{!}} + + {{#if r.contact }} - - + - {{ r.contact.email }} + {{{ r.contact.email }}} - {{ r.contact.phone }} + {{{ r.contact.phone }}} - + - {{ r.contact.website }} + {{{ r.contact.website }}} + {{/if}} + + {{!}} {{#section "info"}}{{> info }}{{/section}} + + {{!}} + {{#section "skills"}}{{> skills }}{{/section}} + {{!}} + + + {{!}} + {{#*inline "header-employment"}} - {{> header-icon _title="EMPLOYMENT" _section="employment" _icon="pict/emp" }} + + {{!}} + + {{> header-icon _title="EMPLOYMENT" _section="employment" _icon="pict/emp" }} + + {{!}} {{/inline}} + + {{!}} + + {{#*inline "header-projects"}}{{> header-icon _title="PROJECTS" _section="projects" _icon="pict/star" }}{{/inline}} + {{#*inline "header-education"}}{{> header-icon _title="EDUCATION" _section="education" _icon="pict/edu" }}{{/inline}} + {{#*inline "header-service"}}{{> header-icon _title="SERVICE" _section="service" _icon="pict/srv" }}{{/inline}} + {{#*inline "header-writing"}}{{> header-icon _title="WRITING" _section="writing" _icon="pict/wri" }}{{/inline}} + {{#*inline "header-recognition"}}{{> header-icon _title="RECOGNITION" _section="recognition" _icon="pict/rec" }}{{/inline}} + {{#*inline "header-speaking"}}{{> header-icon _title="SPEAKING" _section="speaking" _icon="pict/arrow" }}{{/inline}} + + {{!}} + {{#section "employment"}}{{> section/employment }}{{/section}} - - {{#*inline "header-projects"}} - {{> header-icon _title="PROJECTS" _section="projects" _icon="pict/star" }} - {{/inline}} {{#section "projects"}}{{> section/projects }}{{/section}} - - {{#*inline "header-education"}} - {{> header-icon _title="EDUCATION" _section="education" _icon="pict/edu" }} - {{/inline}} {{#section "education"}}{{> section/education }}{{/section}} - - {{#*inline "header-service"}} - {{> header-icon _title="SERVICE" _section="service" _icon="pict/srv" }} - {{/inline}} {{#section "service"}}{{> section/service }}{{/section}} - - {{#*inline "header-writing"}} - {{> header-icon _title="WRITING" _section="writing" _icon="pict/wri" }} - {{/inline}} {{#section "writing"}}{{> section/writing }}{{/section}} - - {{#*inline "header-recognition"}} - {{> header-icon _title="RECOGNITION" _section="recognition" _icon="pict/rec" }} - {{/inline}} {{#section "recognition"}}{{> section/recognition }}{{/section}} - - {{#*inline "header-speaking"}} - {{> header-icon _title="SPEAKING" _section="speaking" _icon="pict/arrow" }} - {{/inline}} {{#section "speaking"}}{{> section/speaking }}{{/section}} + {{!}} +