-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
52 lines (44 loc) · 1.35 KB
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt, letterpaper]{resume}
\setlength{\parskip}{2pt}
\usepackage{tabularx}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 3rd party packages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% icons
\usepackage{fontawesome}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Personal Data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Essentials
\author{Christopher K. Thomas}
\address{%
Minneapolis, MN 55403
{\textbullet}
\href{tel:+12039400245}{(203) 940-0245}
{\textbullet}
\href{mailto:[email protected]}{[email protected]}
{\textbullet}
\href{https://chriskthomas.com}{chriskthomas.com}
{\hspace{0.1em}}
\href{https://www.linkedin.com/in/christopher-thomas-5b1583188/}{\faLinkedin}
{\hspace{0.1em}}
\href{https://github.com/chriskthomas}{\faGithub}
}
%%% Optionals
\position{Math Teacher with Over Three Years of Experience}
%\quote{Creative thinker, team player, problem solver}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%% Make a header for CV with personal data
\makecvheader
\makecvfooter{https://chriskthomas.github.io/resume/resume.pdf}
%%% Import contents
\input{resume/education}
\input{resume/experience}
\input{resume/references}
\end{document}