From c35398e25c27276b820850afcaf0c6f8303a8d8b Mon Sep 17 00:00:00 2001 From: Denny Britz Date: Mon, 27 Mar 2017 11:51:24 -0700 Subject: [PATCH] Add support for projects --- resume.template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/resume.template b/resume.template index d85290c..d9d96a3 100644 --- a/resume.template +++ b/resume.template @@ -143,6 +143,33 @@ {{/if}} + {{#if resume.projects.length}} +
+

Projects

+ {{#each resume.projects}} +
+
+ {{#if name}} +

{{name}}

+ {{/if}} +
+ {{#if summary}} +
+

{{paragraphSplit summary}}

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

Volunteering