--- layout: default ---
{{ site.data.resume_zhcn.name }}
{{ site.data.resume_zhcn.jobtitle }}
{% for item in site.data.resume_zhcn.contact %} {% endfor %}
教育
{% for edu in site.data.resume_zhcn.education %}
{{ edu.university }}
{{ edu.duration }} | {{ edu.location }}
{{ edu.major }}
{% endfor %}
专业技能
{% for skill in site.data.resume_zhcn.skills %}
{{ skill.title }}
{{ skill.items }}
{% endfor %}
工作经历
{% for exp in site.data.resume_zhcn.experience %}
{{ exp.title }}
{{ exp.duration }} | {{ exp.company }}
{{ exp.description }}
{% endfor %}
项目
{% for project in site.data.resume_zhcn.projects %}
{{ project.name }}
{{ project.contribution }}
{{ project.description }}
{% endfor %}
语言
{% for language in site.data.resume_zhcn.languages %}
{{ language.name }}
{{ language.proficiency }}
{% endfor %}