summaryrefslogtreecommitdiffstats
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
parentfbdb57722d40a8132a7983f973150d97c13f6d1c (diff)
feat: add warp resume and cover letter
-rw-r--r--src/cover_letter.tex14
-rw-r--r--src/cover_letter/generic.tex18
-rw-r--r--src/cover_letter_and_resume.tex27
-rw-r--r--src/preamble.tex5
-rw-r--r--src/warp/resume.tex48
5 files changed, 101 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}
diff --git a/src/cover_letter/generic.tex b/src/cover_letter/generic.tex
new file mode 100644
index 0000000..6affb39
--- /dev/null
+++ b/src/cover_letter/generic.tex
@@ -0,0 +1,18 @@
+I am contacting you in regard to the software engineering position and would love to discuss the
+opportunity you have.
+
+As a generational engineer, I have been engaged in engineering the majority 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 love to explore and learn about new things and a majority of my free time is spend doing so.
+Along with Software Engineering, I have tangible experience in both mechanical and electrical
+engineering, and my hobbies have afforded me ample understanding of technologies such as IoT and
+containerization.
+
+I believe my proficiency for engineering, understanding of Rust, C, and DevOps, and passion for
+producing reliable and maintainable code, provide unique qualifications for this opportunity.
+
diff --git a/src/cover_letter_and_resume.tex b/src/cover_letter_and_resume.tex
new file mode 100644
index 0000000..5705e64
--- /dev/null
+++ b/src/cover_letter_and_resume.tex
@@ -0,0 +1,27 @@
+\input{preamble}
+
+\begin{document}
+
+\makelettertitle{}
+
+\input{cover_letter/generic}
+
+\makeletterclosing{}
+
+\pagebreak
+
+\makecvtitle{}
+
+\pagebreak[1]
+\input{resume/education}
+
+\pagebreak[1]
+\input{resume/experience}
+
+\pagebreak[1]
+\input{resume/skills}
+
+\pagebreak[1]
+\input{resume/projects}
+
+\end{document}
diff --git a/src/preamble.tex b/src/preamble.tex
index 1cfa092..324e831 100644
--- a/src/preamble.tex
+++ b/src/preamble.tex
@@ -19,3 +19,8 @@
\social[linkedin]{tobyvin}
\social[github]{tobyvin}
\social[sourcehut][sr.ht/~tobyvin]{tobyvin}
+
+\date{\today}
+\opening{Dear Sir or Madam,}
+\closing{Thank you for your consideration,}
+\enclosure[Attached]{curriculum vit\ae{}}
diff --git a/src/warp/resume.tex b/src/warp/resume.tex
new file mode 100644
index 0000000..abb3256
--- /dev/null
+++ b/src/warp/resume.tex
@@ -0,0 +1,48 @@
+\input{../preamble}
+
+\recipient{HR Department}{Warp\\New York, NY }
+\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 engineering position and would love to discuss the
+opportunity you have.
+
+As a generational engineer, I have been engaged in engineering the majority of my life, both as a
+hobby, as well as professionally. While I have tangible experience in both mechanical and
+electrical engineering, I have found software engineering to be an excellent conduit for my love of
+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 Rust, I have
+experience with many other languages such as C, Python, and C\#.
+
+I love to explore and learn about new things and a majority of my free time is spend doing so.
+Through my hobbies, I have developed a diverse knowledge base and wide skill set, including a
+strong understanding of DevOps, containerization, and IoT, to name a few. I believe this, along
+with my proficiency for engineering, understanding of Rust, and passion for producing reliable and
+maintainable code, could provide unique qualifications for this opportunity, and I look forward to
+discussing it further.
+
+\makeletterclosing{}
+
+\pagebreak
+
+\makecvtitle{}
+
+\pagebreak[1]
+\input{../resume/education}
+
+\pagebreak[1]
+\input{../resume/experience}
+
+\pagebreak[1]
+\input{../resume/skills}
+
+\pagebreak[1]
+\input{../resume/projects}
+
+\end{document}