summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cover_letter.sty19
-rw-r--r--src/cover_letter.tex11
-rw-r--r--src/cover_letter/cover_letter-lacework.tex10
-rw-r--r--src/cover_letter/cover_letter-long_view_systems.tex9
-rw-r--r--src/cover_letter/cover_letter-mozilla.tex9
-rw-r--r--src/cover_letter/cover_letter-verana_health.tex9
-rw-r--r--src/cover_letter/cover_letter.tex14
-rw-r--r--src/cover_letter/generic.tex18
-rw-r--r--src/cover_letter_and_resume.tex27
-rw-r--r--src/lacework/resume.tex43
-rw-r--r--src/long_view_systems/resume.tex43
-rw-r--r--src/mozilla/resume.tex28
-rw-r--r--src/preamble.tex5
-rw-r--r--src/resume.tex19
-rw-r--r--src/resume/resume.tex19
-rw-r--r--src/scythe/resume.tex (renamed from src/cover_letter/cover_letter-scythe.tex)0
-rw-r--r--src/verana_health/resume.tex44
17 files changed, 177 insertions, 150 deletions
diff --git a/src/cover_letter.sty b/src/cover_letter.sty
deleted file mode 100644
index f1aa3e8..0000000
--- a/src/cover_letter.sty
+++ /dev/null
@@ -1,19 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{resume}[customization of moderncv]
-
-\newcommand{\@position}{}
-\newcommand{\position}[1]{\renewcommand{\@position}{#1}}
-\newcommand{\makeposition}[0]{\@position{}}
-
-\newcommand{\@intro}{}
-\newcommand{\intro}[1]{\renewcommand{\@intro}{#1}}
-\newcommand{\makeletterintro}[0]{\@intro}
-
-\newcommand{\@outro}{}
-\newcommand{\outro}[1]{\renewcommand{\@outro}{#1}}
-\newcommand{\makeletteroutro}[0]{
- \@outro{}
- \linebreak
- \linebreak
-}
-
diff --git a/src/cover_letter.tex b/src/cover_letter.tex
deleted file mode 100644
index a7fb31f..0000000
--- a/src/cover_letter.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-\input{preamble}
-
-\begin{document}
-
-\makelettertitle{}
-
-\input{cover_letter/generic}
-
-\makeletterclosing{}
-
-\end{document}
diff --git a/src/cover_letter/cover_letter-lacework.tex b/src/cover_letter/cover_letter-lacework.tex
deleted file mode 100644
index 57a7118..0000000
--- a/src/cover_letter/cover_letter-lacework.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\input{cover_letter/cover_letter}
-
-% Application: https://www.lacework.com/job-openings/?gh_jid=4696948004
-
-\recipient{HR Department}{Lacework\\Mountain View, California}
-\position{Software Engineer --- Product}
-\outro{
- I beleive my proficiency for engineering, along with my passion for producing reliable and
- maintanable code, provide unique qualifications for this opportunity.
-}
diff --git a/src/cover_letter/cover_letter-long_view_systems.tex b/src/cover_letter/cover_letter-long_view_systems.tex
deleted file mode 100644
index be3155e..0000000
--- a/src/cover_letter/cover_letter-long_view_systems.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-\input{cover_letter/cover_letter}
-
-\recipient{HR Department}{Long View Systems\\Calgary, Alberta}
-\position{Software Engineer --- Backend}
-\outro{
- 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.
-}
diff --git a/src/cover_letter/cover_letter-mozilla.tex b/src/cover_letter/cover_letter-mozilla.tex
deleted file mode 100644
index a98e2f8..0000000
--- a/src/cover_letter/cover_letter-mozilla.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-\input{cover_letter/cover_letter}
-
-\recipient{HR Department}{Mozilla\\Portland, OR }
-\position{Software Engineer (Privacy and Security)}
-\outro{
- I really believe in open source software and the work being done at Mozilla as a whole. I
- think my proficiency for engineering, along with my passion and aptitude for Rust, provide
- unique qualifications for this opportunity.
-}
diff --git a/src/cover_letter/cover_letter-verana_health.tex b/src/cover_letter/cover_letter-verana_health.tex
deleted file mode 100644
index 0031151..0000000
--- a/src/cover_letter/cover_letter-verana_health.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-\input{cover_letter/cover_letter}
-
-\recipient{HR Department}{Verana Health\\San Francisco, California}
-\position{Software Engineer}
-\outro{
- I believe my experience with both Python and Rust, knowledge of containerization technologies,
- and passion for producing reliable and maintainable code, provide unique qualifications for
- this opportunity.
-}
diff --git a/src/cover_letter/cover_letter.tex b/src/cover_letter/cover_letter.tex
deleted file mode 100644
index ff879cf..0000000
--- a/src/cover_letter/cover_letter.tex
+++ /dev/null
@@ -1,14 +0,0 @@
-\recipient{HR Department}{}
-\date{\today}
-\opening{Dear Sir or Madam,}
-\closing{Thank you for your consideration,}
-\enclosure[Attached]{curriculum vit\ae{}}
-\position{Software Engineer}
-\intro{
- I am contacting you in regard to the \makeposition{} position and would love to discuss the
- opportunity you have.
-}
-\outro{
- I think my proficiency for engineering, along with my passion and aptitude for Rust, provide
- unique qualifications for this opportunity.
-}
diff --git a/src/cover_letter/generic.tex b/src/cover_letter/generic.tex
deleted file mode 100644
index 6affb39..0000000
--- a/src/cover_letter/generic.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-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
deleted file mode 100644
index 5705e64..0000000
--- a/src/cover_letter_and_resume.tex
+++ /dev/null
@@ -1,27 +0,0 @@
-\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/lacework/resume.tex b/src/lacework/resume.tex
new file mode 100644
index 0000000..8e9e977
--- /dev/null
+++ b/src/lacework/resume.tex
@@ -0,0 +1,43 @@
+\input{../preamble}
+
+\recipient{HR Department}{Lacework\\Mountain View, California}
+\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 --- Product 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 beleive my proficiency for engineering, along with my passion for producing reliable and
+maintanable code, provide unique qualifications for this opportunity.
+
+\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/long_view_systems/resume.tex b/src/long_view_systems/resume.tex
new file mode 100644
index 0000000..c2306da
--- /dev/null
+++ b/src/long_view_systems/resume.tex
@@ -0,0 +1,43 @@
+\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
+
+\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/mozilla/resume.tex b/src/mozilla/resume.tex
new file mode 100644
index 0000000..2ab9078
--- /dev/null
+++ b/src/mozilla/resume.tex
@@ -0,0 +1,28 @@
+\input{../preamble}
+
+\recipient{HR Department}{Mozilla\\Portland, OR }
+\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 \emph{Software Engineer (Privacy and Security)} 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 programming language, I have experience many other languages such as C++, Python, and C\#.
+
+I really believe in open source software and the work being done at Mozilla as a whole. I think my
+proficiency for engineering, along with my passion and aptitude for Rust, provide unique
+qualifications for this opportunity.
+
+\makeletterclosing{}
+
+\end{document}
diff --git a/src/preamble.tex b/src/preamble.tex
index 324e831..1cfa092 100644
--- a/src/preamble.tex
+++ b/src/preamble.tex
@@ -19,8 +19,3 @@
\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/resume.tex b/src/resume.tex
deleted file mode 100644
index aa41d87..0000000
--- a/src/resume.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\input{preamble}
-
-\begin{document}
-
-\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/resume/resume.tex b/src/resume/resume.tex
new file mode 100644
index 0000000..da25194
--- /dev/null
+++ b/src/resume/resume.tex
@@ -0,0 +1,19 @@
+\input{../preamble}
+
+\begin{document}
+
+\makecvtitle{}
+
+\pagebreak[1]
+\input{education}
+
+\pagebreak[1]
+\input{experience}
+
+\pagebreak[1]
+\input{skills}
+
+\pagebreak[1]
+\input{projects}
+
+\end{document}
diff --git a/src/cover_letter/cover_letter-scythe.tex b/src/scythe/resume.tex
index b04380a..b04380a 100644
--- a/src/cover_letter/cover_letter-scythe.tex
+++ b/src/scythe/resume.tex
diff --git a/src/verana_health/resume.tex b/src/verana_health/resume.tex
new file mode 100644
index 0000000..334336e
--- /dev/null
+++ b/src/verana_health/resume.tex
@@ -0,0 +1,44 @@
+\input{../preamble}
+
+\recipient{HR Department}{Verana Health\\San Francisco, California}
+\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 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 with both Python and Rust, knowledge of containerization technologies, and
+passion for producing reliable and maintainable code, provide unique qualifications for this
+opportunity.
+
+\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}