From 0ecb8752c4ce3ce46404ac3dd68ed393a2a3f45a Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Fri, 8 May 2020 17:27:44 +0000 Subject: [PATCH] Add cover letter for VCC; resume page --- cover-letter-vcc/index.md | 27 +++++++++++++++++++++++++++ resume/index.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 cover-letter-vcc/index.md create mode 100644 resume/index.md diff --git a/cover-letter-vcc/index.md b/cover-letter-vcc/index.md new file mode 100644 index 0000000..7442932 --- /dev/null +++ b/cover-letter-vcc/index.md @@ -0,0 +1,27 @@ +--- +layout: simple +title: "Cover Letter - VCC" +--- + +## Tait Hoyem + +Hello, Alice + +This will be short and sweet. + +Copying and explaining information in accessible ways is something I have been doing my entire life---sometimes without realizing it. +As a partially-sighted student, +I know what information makes sense without visuals and what information will be completely meaningless without additional context or description. + +I also have some background in computer science. +This allows me to transcribe and explain only what is important. +Somebody without this background may not know when a number being shown on screen is important or when it is genuinely meaningless. +I also do not need to go back and forth to the text I am copying from to be one-hundered percent sure I have the right paranthasies, brackets, less-than signs, et cetera. +All these patterns make sense to me when I read them. + +Although I would prefer to work with computer science students, +I am willing to be used more broadly if that is of use to you. + +Thank you for your consideration, + +---Tait Hoyem diff --git a/resume/index.md b/resume/index.md new file mode 100644 index 0000000..4b464eb --- /dev/null +++ b/resume/index.md @@ -0,0 +1,36 @@ +--- +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 %}