From d2d35790d656069c32cffa0a86872a6362ec100e Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 14 Mar 2023 20:25:58 -0500 Subject: fix: reorganized and improved build script --- src/long_view_systems/cover_letter.tex | 27 +++++++++++++++++++++++++++ src/long_view_systems/resume.tex | 31 ------------------------------- 2 files changed, 27 insertions(+), 31 deletions(-) create mode 100644 src/long_view_systems/cover_letter.tex delete mode 100644 src/long_view_systems/resume.tex (limited to 'src/long_view_systems') diff --git a/src/long_view_systems/cover_letter.tex b/src/long_view_systems/cover_letter.tex new file mode 100644 index 0000000..4716fd8 --- /dev/null +++ b/src/long_view_systems/cover_letter.tex @@ -0,0 +1,27 @@ +\input{preamble} + +\recipient{HR Department}{Long View Systems\\Calgary, Alberta} +\date{\today} +\opening{Dear Sir or Madam,} +\closing{Thank you for your consideration,} +\enclosure[Attached]{curriculum vit\ae{}} + +\begin{document} + +\makelettertitle{} + +I am contacting you in regard to the Software Engineer --- Backend position and would love to +discuss the opportunity you have. + +I have been involved in software for most of my life, both as a hobby, as well as professionally. I +have found software engineering to be an excellent conduit for my love of problem solving, +engineering, and finding elegant solutions to complex problems. I have high standards for quality +solutions that focus on simplicity, efficiency, and correctness. While I have an affinity for the +Rust, I have experience with many other languages such as C, Python, and C\#. + +I believe my experience in Rust, Python, and DevOps, proficiency for engineering, and passion for +producing reliable and maintainable code, provide unique qualifications for this opportunity. + +\makeletterclosing{} + +\end{document} diff --git a/src/long_view_systems/resume.tex b/src/long_view_systems/resume.tex deleted file mode 100644 index e09e0d2..0000000 --- a/src/long_view_systems/resume.tex +++ /dev/null @@ -1,31 +0,0 @@ -\input{preamble} - -\recipient{HR Department}{Long View Systems\\Calgary, Alberta} -\date{\today} -\opening{Dear Sir or Madam,} -\closing{Thank you for your consideration,} -\enclosure[Attached]{curriculum vit\ae{}} - -\begin{document} - -\makelettertitle{} - -I am contacting you in regard to the Software Engineer --- Backend position and would love to -discuss the opportunity you have. - -I have been involved in software for most of my life, both as a hobby, as well as professionally. I -have found software engineering to be an excellent conduit for my love of problem solving, -engineering, and finding elegant solutions to complex problems. I have high standards for quality -solutions that focus on simplicity, efficiency, and correctness. While I have an affinity for the -Rust, I have experience with many other languages such as C, Python, and C\#. - -I believe my experience in Rust, Python, and DevOps, proficiency for engineering, and passion for -producing reliable and maintainable code, provide unique qualifications for this opportunity. - -\makeletterclosing{} - -\pagebreak - -\input{resume/resume} - -\end{document} -- cgit v1.2.3-70-g09d2