From 389ba5f0519205f3264e29f6c2d1016b6bc3e19b Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 18 Jan 2023 16:46:47 -0600 Subject: feat(build): add cond build based on `jobname` --- src/cover_letter/cover_letter-mozilla.tex | 9 +++++++++ src/cover_letter/cover_letter.tex | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/cover_letter/cover_letter-mozilla.tex create mode 100644 src/cover_letter/cover_letter.tex (limited to 'src/cover_letter') diff --git a/src/cover_letter/cover_letter-mozilla.tex b/src/cover_letter/cover_letter-mozilla.tex new file mode 100644 index 0000000..a98e2f8 --- /dev/null +++ b/src/cover_letter/cover_letter-mozilla.tex @@ -0,0 +1,9 @@ +\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.tex b/src/cover_letter/cover_letter.tex new file mode 100644 index 0000000..ff879cf --- /dev/null +++ b/src/cover_letter/cover_letter.tex @@ -0,0 +1,14 @@ +\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. +} -- cgit v1.2.3-70-g09d2