summaryrefslogtreecommitdiffstats
path: root/src/cover_letter.tex
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-30 19:53:16 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-30 19:53:16 -0600
commita6570a56f85725d963b7de41c15e06bc08d761af (patch)
tree41a52800dbd24a1a452448e1ea4bb5da6e66c5e7 /src/cover_letter.tex
parentfbdb57722d40a8132a7983f973150d97c13f6d1c (diff)
feat: add warp resume and cover letter
Diffstat (limited to 'src/cover_letter.tex')
-rw-r--r--src/cover_letter.tex14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/cover_letter.tex b/src/cover_letter.tex
index e260db4..a7fb31f 100644
--- a/src/cover_letter.tex
+++ b/src/cover_letter.tex
@@ -1,19 +1,11 @@
\input{preamble}
-\usepackage{cover_letter}
-
-\input{cover_letter/\jobname}
-
\begin{document}
+
\makelettertitle{}
-\makeletterintro{}
-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\#.
+\input{cover_letter/generic}
-\makeletteroutro{}
\makeletterclosing{}
+
\end{document}