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