diff --git a/partials/html/section/projects.html b/partials/html/section/projects.html
index 3887fe5..7cefc13 100644
--- a/partials/html/section/projects.html
+++ b/partials/html/section/projects.html
@@ -5,7 +5,7 @@
{{{sectionTitle "Projects"}}}
{{#> icon-projects }}{{/icon-projects}}
- {{#each r.projects}}
+ {{#each r.projects }}
{{#if role}}{{camelCase role }},{{/if}}
{{#if url}}
@@ -13,9 +13,13 @@
{{else}}
{{ title }}
{{/if}}
- {{dateRange .}}
+
+ {{#if start}}
{{dateRange .}}{{/if}}
+ {{#if keywords}}
+ {{#if start}}| {{/if}}
{{#each keywords}}{{{ . }}} {{/each}}
+ {{/if}}
{{{ summary }}}
- {{#if proj.highlights}}
+ {{#if highlights}}
{{#each highlights}}
- {{{ this }}}
diff --git a/themes/modern/src/modern-html.css b/themes/modern/src/modern-html.css
index 7e88805..9c6ab92 100644
--- a/themes/modern/src/modern-html.css
+++ b/themes/modern/src/modern-html.css
@@ -49,8 +49,8 @@ body.pdf #container > header {
display: block;
}
-#main > #container > section > span.fa
- {
+span.fa
+{
position: absolute;
top: 4px;
left: -50px;
@@ -65,7 +65,7 @@ hr {
border-top: 1px solid #EEE;
}
-.tenure {
+.tenure, .keywords {
font-size: 75%;
}
diff --git a/themes/modern/src/modern-html.html b/themes/modern/src/modern-html.html
index 53d14fe..411bcc9 100644
--- a/themes/modern/src/modern-html.html
+++ b/themes/modern/src/modern-html.html
@@ -91,6 +91,11 @@
{{#*inline "icon-speaking"}}{{/inline}}
{{> section/speaking }}
+{{#*inline "icon-testimonials"}}{{/inline}}
+{{> section/testimonials }}
+
+{{#*inline "icon-references"}}{{/inline}}
+{{> section/references }}