diff --git a/src/templates/reorx/index.ejs b/src/templates/reorx/index.ejs index dea85d5..2405b0d 100644 --- a/src/templates/reorx/index.ejs +++ b/src/templates/reorx/index.ejs @@ -21,12 +21,43 @@ - + Work + <% for (const item of work) { %> + + <%= item.name %> + <%= item.url %> + <%= item.startDate %> - <%= item.endDate %> + <%= item.position %> + <%= item.summary %> + + <% for (const hl of item.highlights) { %> + <%= hl %> + <% } %> + + + <% } %> Projects + <% for (const item of projects) { %> + + <%= item.name %> + <%= item.description %> + <%= item.startDate %> - <%= item.endDate %> + + <% for (const hl of item.highlights) { %> + <%= hl %> + <% } %> + + + <% for (const kw of item.keywords) { %> + <%= kw %> + <% } %> + + + <% } %> @@ -37,4 +68,26 @@ Skills + <% for (const item of skills) { %> + + <%= item.name %> + <%= item.level %> + + <% for (const kw of item.keywords) { %> + <%= kw %> + <% } %> + + + <% } %> + + + + + Languages + <% for (const item of languages) { %> + + <%= item.language %> + <%= item.fluency %> + + <% } %>
<%= item.url %>
<%= item.startDate %> - <%= item.endDate %>
<%= item.position %>
<%= item.description %>