From 9c65a4e2ae4534de73138e5dcc26eeea26fef7a2 Mon Sep 17 00:00:00 2001 From: Graeme Maciver Date: Sat, 22 Nov 2014 18:50:48 +0000 Subject: [PATCH] deleted the wrong file! --- resume.template | 375 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 375 insertions(+) create mode 100644 resume.template diff --git a/resume.template b/resume.template new file mode 100644 index 0000000..a99d288 --- /dev/null +++ b/resume.template @@ -0,0 +1,375 @@ + + + + + + + + {{#resume.basics}}{{name}}{{/resume.basics}} + + + + + + + +
+ + {{#resume.basics}} +
+
+

{{name}}

+
+ {{#if email}} + + {{email}} + + {{/if}} + {{#if phone}} + + {{phone}} + + {{/if}} + {{#if website}} + + {{website}} + + {{/if}} +
+
+ + + {{#if summary}} +

{{summary}}

+ {{/if}} + + {{#if profiles.length}} +
+ {{#each profiles}} +
+ {{#if network}} + + {{network}} + + {{/if}} + {{#if username}} + + {{#if url}} + {{username}} + {{else}} + {{username}} + {{/if}} + + {{/if}} +
+ {{/each}} +
+ {{/if}} + +
+ {{/resume.basics}} + + {{#if resume.skills.length}} +
+

Skills

+ {{#each resume.skills}} +
+ {{#if name}} +
+ {{name}} +
+ {{/if}} + {{#if keywords.length}} +
+ {{#each keywords}} + {{.}}{{#if @last}}{{else}},{{/if}} + {{/each}} +
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.work.length}} +
+

Experience

+ {{#each resume.work}} +
+
+ {{#if company}} +

{{company}}

+ {{/if}} +
+ {{#if position}} + + {{position}} + + {{/if}} + + {{#if startDate}} + + {{date startDate}} + + {{/if}} + {{#if endDate}} + + - {{date endDate}} + + {{else}} + + - Present + + {{/if}} + + {{#if summary}} +
+

{{summary}}

+
+ {{/if}} + {{#if highlights.length}} +
    + {{#each highlights}} +
  • {{.}}
  • + {{/each}} +
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.volunteer.length}} +
+

Volunteering

+ {{#each resume.volunteer}} +
+
+ {{#if organization}} +

{{organization}}

+ {{/if}} +
+ {{#if position}} + + {{position}} + + {{/if}} + + {{#if startDate}} + + {{date startDate}} + + {{/if}} + {{#if endDate}} + + - {{date endDate}} + + {{else}} + + - Present + + {{/if}} + + {{#if summary}} +
+

{{summary}}

+
+ {{/if}} + {{#if highlights.length}} +
    + {{#each highlights}} +
  • {{.}}
  • + {{/each}} +
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.education.length}} +
+

Education

+ {{#each resume.education}} +
+
+ {{#if institution}} +

{{institution}}

+ {{/if}} +
+ +
+ {{#if startDate}} + + {{date startDate}} + + {{/if}} + {{#if endDate}} + + - {{date endDate}} + + {{else}} + + - Present + + {{/if}} +
+ +
+ {{#if studyType}} + + {{studyType}} + + {{/if}} + + {{#if area}} + + - {{area}} + + {{/if}} + + {{#if gpa}} + + GPA: {{gpa}} + + {{/if}} +
+ +
+ {{/each}} +
+ {{/if}} + + {{#if resume.awards.length}} +
+

Awards

+ {{#each resume.awards}} +
+ {{#if title}} +
+ {{title}} +
+ {{/if}} + {{#if date}} +
+ {{date}} +
+ {{/if}} + {{#if awarder}} +
+ {{awarder}} +
+ {{/if}} + {{#if summary}} +
+

{{summary}}

+
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.publications.length}} +
+

Publications

+ {{#each resume.publications}} +
+ {{#if name}} +
+ {{name}} +
+ {{/if}} + {{#if publisher}} +
+ {{publisher}} +
+ {{/if}} + {{#if releaseDate}} +
+ {{releaseDate}} +
+ {{/if}} + {{#if website}} +
+ Link +
+ {{/if}} + {{#if summary}} +
+

{{summary}}

+
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.languages.length}} +
+

Languages

+ {{#each resume.languages}} +
+ {{#if language}} +
+ {{language}} +
+ {{/if}} + {{#if fluency}} +
+ {{fluency}} +
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.interests.length}} +
+

Interests

+ {{#each resume.interests}} +
+ {{#if name}} +
+ {{name}} +
+ {{/if}} + {{#if keywords.length}} +
    + {{#each keywords}} +
  • {{.}}
  • + {{/each}} +
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + + {{#if resume.references.length}} +
+

References

+ {{#each resume.references}} +
+ {{#if reference}} +
+ {{reference}} +
+ {{/if}} + {{#if name}} +
+ — {{name}} +
+ {{/if}} +
+ {{/each}} +
+ {{/if}} + +
+ + +