-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
83 lines (70 loc) · 2.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
\documentclass[11pt,letterpaper]{moderncv}
% adjust the page margins
\usepackage[scale=0.9]{geometry}
\usepackage{mathspec}
\usepackage{fontawesome5}
\usepackage{xpatch}
% if you want to change the width of the column with the dates
%\setlength{\hintscolumnwidth}{3cm}
% 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...
%\setlength{\makecvtitlenamewidth}{10cm}
\moderncvstyle{classic}
\moderncvcolor{purple}
\moderncvicons{awesome}
% \usepackage{libertine}
\usepackage[bitstream-charter]{mathdesign}
\usepackage{mathspec}
\setmonofont{Inconsolata}
% ------------------------------------------------------------------------------
% personal data
% ------------------------------------------------------------------------------
\name{Bailey}{Bjornstad}
\title{Data Engineer and Analyst at unumAI}
% optional; the "postcode city" and "country" arguments can be omitted or
% provided empty
\address{444 East 19th Avenue, Apt C405}{Denver, CO 80203}
% optional; the optional "type" of the phone can be "mobile" (default), "fixed"
% or "fax"
\phone[mobile]{+1~(760)~419~9148}
% optional
\email{[email protected]}
\social[linkedin]{bailey-bjornstad}
% ------------------------------------------------------------------------------
% content
% ------------------------------------------------------------------------------
\begin{document}
% ------------------------------------------------------------------------------
% ---- letter ------------------------------------------------------
% ------------------------------------------------------------------------------
% recipient data
\recipient{Ezoic Recruitment}{Ezoic\\6023 Innovation Way\\Carlsbad, CA 92009}
\date{\today}
\opening{Dear Hiring Manager:}
\closing{Sincerely,}
% use an optional argument to use a string other than "Enclosure", or redefine
% \enclname
\makelettertitle
\makeletterclosing
\clearpage
% ------------------------------------------------------------------------------
% ---- resume ------------------------------------------------------
% ------------------------------------------------------------------------------
\input{resume_insert}
\clearpage
\section{References}
\cvitem{Skylar White}{\textbf{unumAI}\newline
CEO/Founder\newline
[email protected]\newline
Director and Supervisor at unumAI}
\cvitem{Lauren Beaver}{\textbf{KPMG}\newline
Azure Integrations Specialist\newline
[email protected]\newline
Advisor at unumAI on Azure Integration}
\cvitem{Dr. Nick Webster}{\textbf{University of California San Diego}\newline
Professor of Medicine\newline
[email protected]\newline
Advisor on RNA Sequencing Research Project}
\end{document}