{{resume.basics.name}}

{{resume.basics.label}}

{% if resume.basics.picture %} {{ resume.basics.name }}'s image {% endif %}
 {% if resume.basics.location.address %} {{resume.basics.location.address}}, {% endif %}{{resume.basics.location.city}}, {{resume.basics.location.region}}, {{resume.basics.location.countryCode}}

{% if resume.basics.email %}  {{resume.basics.email}}

{% endif %} {% if resume.basics.phone %}  {{resume.basics.phone}}

{% endif %} {% if resume.basics.website %}  {{ resume.basics.website }}

{% endif %}

{% for profile in resume.basics.profiles %}  {{ profile.username }} {% endfor %}

ABOUT

{{ resume.basics.summary }}

{% if resume.work %}

WORK EXPERIENCE

{% for job in resume.work %}

{{ job.position }}, {{ job.company }}

{{ job.startDate|datetime_format }} {% if job.endDate %} - {{ job.endDate|datetime_format }} {% else %} - Present {% endif %}

{{ job.summary }}

{% if job.highlights %}

HIGHLIGHTS

    {% for highlight in job.highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if resume.skills %}

SKILLS

{% for skill in resume.skills %}

{{ skill.name }}

{% if skill.keywords %} {% for keyword in skill.keywords %} {{ keyword }} {% endfor %} {% endif %}
{% endfor %}
{% endif %} {% if resume.education %}

EDUCATION

{% for education in resume.education %}

{{ education.studyType }}, {{ education.area }} - {{ education.institution }}

{{ education.startDate|datetime_format }} {% if education.endDate %} - {{ education.endDate|datetime_format }} {% else %} - Present {% endif %} {% if education.gpa %}
GPA: {{ education.gpa }} {% endif %}

{% if education.courses %}

COURSES

{% endif %} {% endfor %}
{% endif %} {% if resume.awards %}

AWARDS

{% for award in resume.awards %}

{{ award.title }} - {{ award.awarder }}

{% if award.date %}

{{ award.date|datetime_format }}

{% endif %}

{{ award.summary }}

{% endfor %}
{% endif %} {% if resume.publications %}

PUBLICATIONS

{% for publication in resume.publications %}

{{ publication.name }}

{{ publication.releaseDate }}

{{ publication.summary }}
{{ publication.website }}

{% endfor %}
{% endif %} {% if resume.volunteer %}

VOLUNTEER WORK

{% for volunteering in resume.volunteer %}

{{ volunteering.position }}, {{ volunteering.organization }}

{{ volunteering.startDate|datetime_format }} {% if volunteering.endDate %} - {{ volunteering.endDate|datetime_format }} {% else %} - Present {% endif %}

{{ volunteering.summary }}
{{ volunteering.website }}

{% if volunteering.highlights %}

HIGHLIGHTS

{% endif %} {% endfor %}
{% endif %} {% if resume.languages %}

LANGUAGES

{% for language in resume.languages %}

{{ language.language }}

Fluency: {{ language.fluency }}

{% endfor %}
{% endif %} {% if resume.interests %}

INTERESTS

{% for interest in resume.interests %}

{{ interest.name }}

{% if interest.keywords %} {% for keyword in interest.keywords %} {{ keyword }} {% endfor %} {% endif %} {% endfor %}
{% endif %} {% if resume.references %}

REFERENCES

{% for reference in resume.references %}
{{ reference.reference }}

- {{ reference.name }}

{% endfor %}
{% endif %}