{{ template "meta" .Meta }} {{ template "githubCorner" }}

<%= content.data.profile.name %>

<%= content.data.profile.title %>

Profile photo

<%= content.data.profile.city %>

<%= content.data.profile.phone %>

<%= content.data.profile.mail %>

<% include /socialIcons %>
SUMMARY
<%- content.data.summary %>
EXPERIENCE
<% content.data.experiences.forEach(function(experience){ %>
<%= experience.company %>, <%= experience.location %> — <%= experience.title %>
<%= experience.period %>
<% if (experience.jobdesc.length > 0) { %>
    <% experience.jobdesc.forEach(function(job){ %>
  • <%= job %>
  • <% }); %>
<% } %>
<% }); %>
EDUCATION
<% content.data.educations.forEach(function(education){ %>
<%= education.name %>, <%= education.city %> — <%= education.degree %>
<%= education.period %>
<%= education.faculty %>
<% }); %>
PROJECTS
<% content.data.projects.forEach(function(proj){ %>
<%= proj.title %><%= proj.company %>
<%= proj.period %>
<% }); %>
SKILLS
<% content.data.skills.forEach(function(skill){ %>
<%= skill.name %>
<% }); %>
LANGUAGES
<%= content.data.languages.join(', ') %>