(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
b9862fd4 44\homepage{www.challenge-bot.org}
45% optional, remove / comment the line if not wanted
a7d7d15f 46\social[code]{http://challenge-bot.com:8080/admin/repos}
47% optional, remove / comment the line if not wanted
328a499e 48
a7d7d15f 49%-------------------------------------------------------------------------
328a499e 50% content
a7d7d15f 51%-------------------------------------------------------------------------
328a499e 52\begin{document}
a7d7d15f 53%----- letter ------------------------------------------------
328a499e 54% recipient data
db89856f 55\recipient{Hiring Manager}{Millbrae \\ School District}
328a499e 56\date{\today}
57\opening{Dear Sir or Madam,}
58\closing{Sincerely,}
2763240a 59\enclosure[Attached]{curriculum vit\ae{}}
60% use an optional argument to use a string other than
61% "Enclosure", or redefine \enclname
328a499e 62\makelettertitle
63
c19897ca 64I am inquiring about employment for the 5th - 8th Grade
65STEM Teacher position.
510183b5 66
9657dd61 67During the this 2019-2020 school year, I helped a student create
68a bike helmet notifier. The bike now beeps and flashes a light
69if the rider is not wearing the matching helmet. To accomplish
70this, we used an arduino on the bike and another on the helmet.
71They communicated via bluetooth. Under the seat, we added
72load cells to detect the presence of a person sitting. Inside
73the helmet, we used bend sensors to detect whether the helmet
74was on. I believe this demonstrates strong subject matter
75expertise and makes me a strong candidate for the position.
328a499e 76
d801edf2 77Since I am coming to professional education through
78a non-traditional route, I am not currently certificated. However,
79I would certainly go through the process. For the
80past 3.5 years, Gideon Hausner, a jewish day school for K-8 students
81has employed me. During that time, I have built relationships with
82students, parents, teachers and faculty.
96ef0bd2 83
d801edf2 84As a result, I have received many recommendation letters. Hopefully
85these letters can get me into a teaching position that supports me
9c21bd1d 86while I pursue more traditional certification.
96ef0bd2 87
c19897ca 88\begin{itemize}
89 \item \textbf{
90 \textcolor{color2}{
91 \httplink[Recommendation Letters on Google Drive]
92 {drive.google.com/drive/folders/1nAeLSjj6ZsE24migsOrlJwSLihsAPkxu?usp=sharing}}}
93\end{itemize}
94
d801edf2 95I look forward to discussing my qualifications further and can
96be reached by email at
97\href{ozzloy@gmail.com}{\textcolor{color2}{ozzloy@gmail.com}}.
328a499e 98
99\makeletterclosing
100\end{document}