(no commit message)
[ozzloy@gmail.com/cv] / daniel_watson_cover_letter.tex
1 \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')
2
3 % moderncv themes
4 % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
5 \moderncvstyle{casual}
6 \moderncvcolor{blue}
7 % color options 'blue' (default), 'orange', 'green',
8 % 'red', 'purple', 'grey' and 'black'
9 %\renewcommand{\familydefault}{\sfdefault}
10 % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
11 %\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
12
13 % character encoding
14 %\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
15
16 \newcommand\cpp{C\raisebox{0.5ex}{\tiny\textbf{++}}}
17
18 \renewcommand*{\labelitemi}{\strut\textcolor{color1}{\large\rmfamily\textbullet}}
19 % adjust the page margins
20 \usepackage[top=.1in, bottom=.1in, left=.6in, right=.6in]{geometry}
21 \usepackage{graphicx}
22
23 \nopagenumbers{}
24 %\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
25 %\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...
26
27 % personal data
28 \name{Daniel}{Loman}
29 %\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
30 \phone[fixed]{(805) 901-8781}
31 \email{loman.daniel@gmail.com} % optional, remove / comment the line if not wanted
32 \homepage{www.DanLoman.org} % optional, remove / comment the line if not wanted
33 \social[github]{http://github.com/dloman} % optional, remove / comment the line if not wanted
34
35 %----------------------------------------------------------------------------------
36 % content
37 %----------------------------------------------------------------------------------
38 \begin{document}
39 %----- letter ---------------------------------------------------------
40 % recipient data
41 \recipient{Hiring Manager}{InTouch Health \\ Santa Barbara}
42 \date{\today}
43 \opening{Dear Sir or Madam,}
44 \closing{Sincerely,}
45 \enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
46 \makelettertitle
47
48 I am inquiring about employment for the Robotics Software Engineer position.
49
50 I am currently involved with the Santa Barbara Hackerspace.
51 We were donated one of your robots and I have been greatly enjoying the process of restoring
52 the robot to a working condition. I believe that my previous experience in building advanced \cpp \space applications,
53 as well as my prior experience building and producing hardware/software systems,
54 will strongly relate to helping advance the work InTouch is doing.
55 Constantly learning and pushing my knowledge of new technical skills is important to me,
56 and it looks like this position, and working with the InTouch team would allow me to do just that.
57 I feel that the combination of my skills, as well as my desire and ability to quickly learn new skills,
58 could make me be a valuable asset to your team and help build better medical robots in the future.
59
60 I look forward to discussing my qualifications further and can be reached by email at
61 \href{loman.daniel@gmail.com}{\textcolor{color2}{loman.daniel@gmail.com}}.
62
63 \makeletterclosing
64 \end{document}