From 06e458eab7e4de94fe8eca0527a8dae8711223f8 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Wed, 6 Jan 2016 10:30:08 -0500 Subject: [PATCH] Remove unused files. --- themes/compact/src/partials/education.xml | 79 -------------------- themes/compact/src/partials/employment.xml | 84 ---------------------- themes/compact/src/partials/projects.xml | 84 ---------------------- 3 files changed, 247 deletions(-) delete mode 100644 themes/compact/src/partials/education.xml delete mode 100644 themes/compact/src/partials/employment.xml delete mode 100644 themes/compact/src/partials/projects.xml diff --git a/themes/compact/src/partials/education.xml b/themes/compact/src/partials/education.xml deleted file mode 100644 index e918812..0000000 --- a/themes/compact/src/partials/education.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - {{{sectionTitle "EDUCATION"}}} - - - - {{#each r.education.history}} - - - - - - - - - - {{#if url}}{{/if}} - - {{#if url }} - - - - {{/if}} - {{ this.institution }} - - {{#if url}}{{/if}} - - - - - {{formatDate safe.start 'YYYY' }} — {{formatDate safe.end 'YYYY'}} - - - - - - - - - - - - - {{ area }}, {{ studyType }} - - - - {{#each highlights }} - - - - - - - - - - - - - - - - - - {{ this }} - - - {{/each}} - - - - {{/each}} - - diff --git a/themes/compact/src/partials/employment.xml b/themes/compact/src/partials/employment.xml deleted file mode 100644 index adda01d..0000000 --- a/themes/compact/src/partials/employment.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - {{{sectionTitle "EMPLOYMENT"}}} - - - - {{#each r.employment.history}} - - - - - - - - - - - {{ position }}, - - {{#if url}}{{/if}} - - {{#if url}} - - - - {{/if}} - {{ employer }} - - {{#if url}}{{/if}} - - - - - {{formatDate safe.start 'YYYY-MM'}} — {{formatDate safe.end 'YYYY-MM'}} - - - - - - - - - {{{wpml summary true }}} - - - - {{#each highlights }} - - - - - - - - - - - - - - {{{wpml this true}}} - - - {{/each}} - - - - {{/each}} - - diff --git a/themes/compact/src/partials/projects.xml b/themes/compact/src/partials/projects.xml deleted file mode 100644 index 155851a..0000000 --- a/themes/compact/src/partials/projects.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - {{{sectionTitle "PROJECTS"}}} - - - - {{#each r.projects}} - - - - - - - - - - - {{ role }}, - - {{#if url}}{{/if}} - - {{#if url}} - - - - {{/if}} - {{ title }} - - {{#if url}}{{/if}} - - - - - {{formatDate safe.start 'YYYY-MM'}} — {{formatDate safe.end 'YYYY-MM'}} - - - - - - - - - {{{wpml summary true }}} - - - - {{#each highlights }} - - - - - - - - - - - - - - {{{wpml this true}}} - - - {{/each}} - - - - {{/each}} - -