{{ page.title }}
{% if resume.header.tagline %}{{ resume.header.tagline }}
{% endif %} {% if resume.header.location %}{{ resume.header.location }}
{% endif %} {% if resume.header.profile_links %}-
{% for link in resume.header.profile_links %}
- {{ link.label }} {% endfor %}
Summary
{{ page.body_html | internal_link_rewrite | unsplash_credit_wrap | pictureify | safe }}Highlights
- {% for h in resume.highlights %}
- {{ h }} {% endfor %}
Experience
{% for pos in resume.experience %}{% if resume.lead_with_role %} {{ pos.role }} — {{ pos.company }} {% else %} {{ pos.company }} — {{ pos.role }} {% endif %}
{% if pos.description_markdown %} {{ pos.description_markdown | render_markdown | safe }} {% endif %} {% if pos.impacts %}- {% for i in pos.impacts %}
- {{ i }} {% endfor %}
Projects
{% for proj in resume.projects %}{% if proj.url %}{{ proj.name }}{% else %}{{ proj.name }}{% endif %} {% set linked = resume | linked_position(proj.linked_position_id) %} {% if linked %} — at {{ linked.company }} {% endif %}
{% if proj.role or proj.location or proj.start_date or proj.end_date %} {% endif %} {% if proj.description_markdown %} {{ proj.description_markdown | render_markdown | safe }} {% endif %} {% if proj.impacts %}- {% for i in proj.impacts %}
- {{ i }} {% endfor %}
Education
{% for edu in resume.education %}{{ edu.institution }} — {{ edu.degree }}
{% if edu.location or edu.start_date or edu.end_date %} {% endif %}Skills
-
{% for group in resume.skills %}
- {{ group.group_label }}
- {{ group.items | join(', ') }} {% endfor %}
Certifications
-
{% for cert in resume.certifications %}
- {% if cert.url %}{{ cert.name }}{% else %}{{ cert.name }}{% endif %} {% if cert.issuer %} — {{ cert.issuer }}{% endif %} {% if cert.year %} ({{ cert.year }}){% endif %} {% endfor %}
Languages
-
{% for lang in resume.languages %}
- {{ lang.name }} — {{ lang.level }} {% endfor %}