65 lines
2.4 KiB
TeX
65 lines
2.4 KiB
TeX
\documentclass[]{resume-openfont}
|
|
|
|
\pagestyle{fancy}
|
|
\resetHeaderAndFooter
|
|
|
|
%--------------------------------------------------------------
|
|
% Convenience command - make it easy to fill template
|
|
|
|
% Create job position command. Parameters: company, position, location, when
|
|
\newcommand{\resumeHeading}[4]{\runsubsection{#1}\descript{ - #2}\hfill\location{#3 | #4}\fakeNewLine}
|
|
|
|
% Create education heading. Parameters: Name, degree, location, when
|
|
\newcommand{\educationHeading}[4]{\runsubsection{#1} - \descript{#2}\hspace*{\fill} \location{#3 | #4}\\}
|
|
|
|
% Create project heading. Parameters: Name, link, Tech stack
|
|
\newcommand{\projectHeading}[3]{\Project{#1}{#2}
|
|
\descript{#3}\\}
|
|
|
|
% Parameters: accomplishment, grade
|
|
\newcommand{\accomplishmentEntry}[2]{#1\hfill\location{Grade #2}\\}
|
|
\newcommand{\accomplishmentEntryUni}[2]{#1\hfill\location{#2}\\}
|
|
|
|
\newcommand{\hobby}[2]{#1\hfill\location{#2}\\}
|
|
\newcommand{\skillHeading}[2]{\runsubsection{#1} - \descript{#2}\\}
|
|
|
|
\hypersetup{pdftitle=Michael Bradley's R\'esum\'e}
|
|
|
|
%--------------------------------------------------------------
|
|
\begin{document}
|
|
|
|
%--------------------------------------------------------------
|
|
% Profile
|
|
%--------------------------------------------------------------
|
|
\newcommand{\yourName}{Michael Bradley}
|
|
% How you want it to show up on the resume
|
|
\newcommand{\yourWebsite}{mmbradley.ca}
|
|
% vs how you want it to show up. If it's you can just replace "\yourWebsiteLink" with "yourWebsite"
|
|
\newcommand{\yourWebsiteLink}{https://mmbradley.ca}
|
|
\newcommand{\yourEmail}{michaelmbrad@gmail.com}
|
|
\newcommand{\yourPhonePretty}{(647) 852-9696}
|
|
\newcommand{\yourPhoneRaw}{+16478529696}
|
|
\newcommand{\githubUserName}{MichaelMBradley}
|
|
\newcommand{\linkedInUserName}{michaelmbradley}
|
|
|
|
\begin{center}
|
|
\Huge \scshape \latoRegular{\yourName} \\ \vspace{1pt}
|
|
\small \href{mailto:\yourEmail}{\underline{\yourEmail}} $|$ \href{tel:\yourPhoneRaw}{\underline{\yourPhonePretty}} $|$
|
|
\href{https://www.linkedin.com/in/\linkedInUserName}{\underline{linkedIn/\linkedInUserName}} $|$
|
|
\href{https://github.com/\githubUserName}{\underline{github/\githubUserName}}
|
|
$|$ \href{\yourWebsiteLink}{\underline{\yourWebsite}}
|
|
\end{center}
|
|
|
|
\input{sections/education}
|
|
\sectionsep
|
|
\input{sections/work}
|
|
\sectionsep
|
|
\input{sections/skills}
|
|
\sectionsep
|
|
\input{sections/projects}
|
|
\sectionsep
|
|
\input{sections/accomplishments}
|
|
|
|
\newpage
|
|
|
|
\end{document}
|