<%= name %>

<%= email %> <%= phone %>

<%= header %>

Core Technologies

    <% experience.technologies.forEach(function(tech) { %>
  • <%= tech %>
  • <% }); %>

Professional Experience

<% experience.positions.forEach(function(position) { %>
<% if (position.logo.path.length > 0) { %> <% } %> <% if (!position.logo.includesName) { %>

<%= position.company %>

<% } %>
<% position.roles.forEach(function(role) { %>

<%= role.role %>

<%= role.dates %>
<% if (role.bullets && role.bullets.join('').length > 0) { %>
    <% role.bullets.forEach(function(bullet) { %>
  • <%= bullet %>
  • <% }); %>
<% } %>
<% }); %>
<% }); %>

Education

<%= education.university %>

<%= education.location %>

<%= education.degree %>

<%= education.dates %>

<% if (links.length > 0) { %> <% } %>