diff --git a/cover_letter.tex b/cover_letter.tex new file mode 100644 index 0000000..13ddaba --- /dev/null +++ b/cover_letter.tex @@ -0,0 +1,63 @@ +\documentclass[11pt,letterpaper]{letter} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[utf8]{inputenc} +\usepackage{fourier} +\usepackage{graphicx} +\graphicspath{ {images/} } +\usepackage{lipsum} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Page Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% \usepackage{showframe} +% \renewcommand*\ShowFrameColor{\color{red}} +\raggedbottom +\raggedright +\setlength{\parindent}{0pt} +\usepackage{geometry} +\geometry{ + margin=20mm, +} + + +\author{Kenneth John Odle} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Get it started… %%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{document} + +%% My Contact Info %%%%%%%%%%%%%%%%%%% + +{\Large \textbf{Kenneth John Odle}}\hfill{} {\large Technical Writer/Documentation Specialist} \\ +\smallskip +Portage, MI 49024\hfill kenneth.odle@tutanota.com \\ +\hfill{}248.716.8264 + +\hrulefill + +\vspace{30mm} + +%% Company Info %%%%%%%%%%%%%%%%%%%%%% + +Generic Company \\ +Attn: Hiring Manager \\ +1313 Mockingbird Lane\\ +Corporate City, MI 49099 + +Dear Hiring Manager, + +I am very excited to apply for the position of (test job). + +\lipsum[2] + +\lipsum[3] + +Sincerely yours, \\ +\vspace{2mm} +\includegraphics[scale=0.75]{signature} \\ +Kenneth John Odle +\end{document} \ No newline at end of file diff --git a/images/signature.png b/images/signature.png new file mode 100644 index 0000000..9f15135 Binary files /dev/null and b/images/signature.png differ