You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
790 B

---
layout: simple
title: "Resume"
---
# Tait Hoyem
### Experience
{% for job in site.data.experience %}
**{{ job.company }}**---*{{ job.position }}* ({{ job.years }})
{{ job.description }}
{% endfor %}
### Education
{% for education in site.data.education %}
**{{ education.institution }}**---{{ education.level }} / *{{ education.name }}* ({{ education.years }})
{{ education.description }}
{% endfor %}
### Projects
{% for project in site.data.projects %}
**[{{ project.name }}]({{ project.link }})**
*{{ project.description }}*
{% endfor %}
### Languages
##### Human
{% for lang in site.data.languages %}
* {{ lang.name }} ({{ lang.level }})
{% endfor %}
##### Computer
{% for lang in site.data.comp-langs %}
* {{ lang.name }} ({{ lang.level }}/5)
{% endfor %}