<%- css("/css/8eb236e5.css")%>

<%- __('text-resume') %>

<% if (page.about) { %> <% page.about.forEach(function(text) { %>

<%- text %>

<% }) %> <% } %>

<%- __('text-skill') %>

    <% if (page.skill) { %> <% page.skill.forEach(function(text) { %>
  • <%- text %>
  • <% }) %> <% } %>
  • <%- __('text-education') %>

  • <% if (page.education) { %> <% page.education.forEach(function(item) { %>

    <%- item.school %>

    <%- item.time %>
    <% }) %> <% } %>
  • <%- __('text-workExp') %>

  • <% if (page.workExp) { %> <% page.workExp.forEach(function(item) { %>
  • <%- item.inc %>

    <%- item.time %>
  • <% }) %> <% } %>
  • <%- __('text-project') %>

  • <% if (page.projectExp) { %> <% page.projectExp.forEach(function(item) { %>
  • <%- item.name %>

    <%- item.desc %>
      <% if (item.list) { %> <% item.list.forEach(function(detail) { %>
    • <%- detail %>
    • <% }) %> <% } %>
  • <% }) %> <% } %>

<%- __('text-portfolio') %>

<% if (page.portfolio) { %> <% page.portfolio.forEach(function(item) { %>

<%- item.iconSVG %>

<%= item.name %>

<%= item.desc %>

<% }) %> <% } %>
<%- js("/js/9f1cd854.js")%>