(no commit message)
authordaniel watson <ozzloy@challenge-bot.com>
Sat, 20 Jun 2020 01:18:22 +0000 (18:18 -0700)
committerdaniel watson <ozzloy@challenge-bot.com>
Sat, 20 Jun 2020 01:18:22 +0000 (18:18 -0700)
daniel_watson_cover_letter.tex [new file with mode: 0644]

diff --git a/daniel_watson_cover_letter.tex b/daniel_watson_cover_letter.tex
new file mode 100644 (file)
index 0000000..2f4c493
--- /dev/null
@@ -0,0 +1,64 @@
+\documentclass[11pt,letterpaper,sans]{moderncv}        % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
+
+% moderncv themes
+% style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
+\moderncvstyle{casual}
+\moderncvcolor{blue}
+% color options 'blue' (default), 'orange', 'green',
+% 'red', 'purple', 'grey' and 'black'
+%\renewcommand{\familydefault}{\sfdefault}
+% to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
+%\nopagenumbers{}                                  % uncomment to suppress automatic page numbering for CVs longer than one page
+
+% character encoding
+%\usepackage[utf8]{inputenc}                       % if you are not using xelatex ou lualatex, replace by the encoding you are using
+
+\newcommand\cpp{C\raisebox{0.5ex}{\tiny\textbf{++}}}
+
+\renewcommand*{\labelitemi}{\strut\textcolor{color1}{\large\rmfamily\textbullet}}
+% adjust the page margins
+\usepackage[top=.1in, bottom=.1in, left=.6in, right=.6in]{geometry}
+\usepackage{graphicx}
+
+\nopagenumbers{}
+%\setlength{\hintscolumnwidth}{3cm}                % if you want to change the width of the column with the dates
+%\setlength{\makecvtitlenamewidth}{10cm}           % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
+
+% personal data
+\name{Daniel}{Loman}
+%\address{726 De La Vina}{Santa Barbara Ca 93101}{}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
+\phone[fixed]{(805) 901-8781}
+\email{loman.daniel@gmail.com}                               % optional, remove / comment the line if not wanted
+\homepage{www.DanLoman.org}                         % optional, remove / comment the line if not wanted
+\social[github]{http://github.com/dloman}                              % optional, remove / comment the line if not wanted
+
+%----------------------------------------------------------------------------------
+%            content
+%----------------------------------------------------------------------------------
+\begin{document}
+%-----       letter       ---------------------------------------------------------
+% recipient data
+\recipient{Hiring Manager}{InTouch Health \\ Santa Barbara}
+\date{\today}
+\opening{Dear Sir or Madam,}
+\closing{Sincerely,}
+\enclosure[Attached]{curriculum vit\ae{}}          % use an optional argument to use a string other than "Enclosure", or redefine \enclname
+\makelettertitle
+
+I am inquiring about employment for the Robotics Software Engineer position.
+
+I am currently involved with the Santa Barbara Hackerspace.
+We were donated one of your robots and I have been greatly enjoying the process of restoring
+the robot to a working condition. I believe that my previous experience in building advanced \cpp \space applications,
+as well as my prior experience building and producing hardware/software systems,
+will strongly relate to helping advance the work InTouch is doing.
+Constantly learning and pushing my knowledge of new technical skills is important to me,
+and it looks like this position, and working with the InTouch team would allow me to do just that.
+I feel that the combination of my skills, as well as my desire and ability to quickly learn new skills,
+could make me be a valuable asset to your team and help build better medical robots in the future.
+
+I look forward to discussing my qualifications further and can be reached by email at
+\href{loman.daniel@gmail.com}{\textcolor{color2}{loman.daniel@gmail.com}}.
+
+\makeletterclosing
+\end{document}