(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
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
14
15 % character encoding
16 %\usepackage[utf8]{inputenc}
17 % if you are not using xelatex ou lualatex,
18 % replace by the encoding you are using
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{}
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...
35
36 % personal data
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
44 \homepage{www.challenge-bot.org}
45 % optional, remove / comment the line if not wanted
46 \social[code]{http://challenge-bot.com:8080/admin/repos}
47 % optional, remove / comment the line if not wanted
48
49 %-------------------------------------------------------------------------
50 % content
51 %-------------------------------------------------------------------------
52 \begin{document}
53 %----- letter ------------------------------------------------
54 % recipient data
55 \recipient{Hiring Manager}{Sunnyvale \\ School District}
56 \date{\today}
57 \opening{Dear Sir or Madam,}
58 \closing{Sincerely,}
59 \enclosure[Attached]{curriculum vit\ae{}}
60 % use an optional argument to use a string other than
61 % "Enclosure", or redefine \enclname
62 \makelettertitle
63
64 I am inquiring about employment for the Computer Specialist
65 position.
66
67 I believe I will be able to maintain a computer laboratory since I
68 have previously maintained the makerspace at Gideon Hausner. In
69 addition, I have taught students and teachers how to use the
70 technology within the makerspace.
71
72 Creating lesson plans that cater to specific students has been crucial
73 to my teaching career. As a teacher at Hausner, I helped students with
74 their science fair projects. This involved assessing what each
75 student is capable of and finding what motivates them. In the letters
76 of recommendation from students, you will see reflections from the
77 students on my ability to identify these things and create
78 learning experiences that they have taken with them.
79
80 Since I am coming to professional education through
81 a non-traditional route, I am not currently certificated. However,
82 I am currently finding my way through the process. For the
83 past 3.5 years, Gideon Hausner, a jewish day school for K-8 students
84 has employed me. During that time, I have built relationships with
85 students, parents, teachers and faculty.
86
87 As a result, I have received many recommendation letters. Hopefully
88 these letters can get me into a teaching position that supports me
89 while I pursue more traditional certification.
90
91 \begin{itemize}
92 \item \textbf{
93 \textcolor{color2}{
94 \httplink[Recommendation Letters on Google Drive]
95 {drive.google.com/drive/folders/1nAeLSjj6ZsE24migsOrlJwSLihsAPkxu?usp=sharing}}}
96 \end{itemize}
97
98 I look forward to discussing my qualifications further and can
99 be reached by email at
100 \href{ozzloy@gmail.com}{\textcolor{color2}{ozzloy@gmail.com}}.
101
102 \makeletterclosing
103 \end{document}