2022-04-14 23:16:02 -07:00
|
|
|
% Greg Shuflin resume
|
2022-04-15 00:28:51 -07:00
|
|
|
\documentclass[letterpaper, 11pt]{article}
|
2017-01-05 22:23:55 -08:00
|
|
|
|
2022-04-15 00:28:51 -07:00
|
|
|
% documentation: https://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/preprint/fullpage.pdf
|
2017-01-05 22:23:55 -08:00
|
|
|
\usepackage[empty]{fullpage}
|
|
|
|
\usepackage{hyperref}
|
2022-04-14 23:16:02 -07:00
|
|
|
\usepackage{fontspec}
|
2020-04-16 20:27:59 -07:00
|
|
|
\usepackage{fontawesome}
|
2017-01-05 22:23:55 -08:00
|
|
|
|
|
|
|
% Adjust margins to 0.5in on all sides
|
|
|
|
\addtolength{\oddsidemargin}{-0.5in}
|
|
|
|
\addtolength{\evensidemargin}{-0.5in}
|
|
|
|
\addtolength{\textwidth}{1.0in}
|
|
|
|
\addtolength{\topmargin}{-0.5in}
|
|
|
|
\addtolength{\textheight}{1.0in}
|
|
|
|
|
2022-04-15 00:28:51 -07:00
|
|
|
% Fonts I considered using as mainfont:
|
|
|
|
% montserrat: from AUR montserrat-ttf package
|
|
|
|
% lato: from ttf-lato package
|
|
|
|
% inter: from inter-font package
|
2022-04-14 23:17:36 -07:00
|
|
|
\setmainfont{FiraSans}
|
2022-04-15 00:28:51 -07:00
|
|
|
|
|
|
|
% This doesn't work (i.e. it ignores small caps)
|
|
|
|
%\setmainfont[SmallCapsFont=FiraSans]{Inter}
|
2017-01-05 22:23:55 -08:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{center}
|
2022-04-15 00:28:51 -07:00
|
|
|
{\fontspec{FiraSans}
|
|
|
|
\textsc{\Huge Gregory Shuflin }
|
|
|
|
}
|
2017-01-05 22:23:55 -08:00
|
|
|
\end{center}
|
|
|
|
|
2021-09-22 23:26:26 -07:00
|
|
|
\begin{tabular*}{7.5in}{l@{\extracolsep{\fill}}l}
|
2021-09-23 02:57:29 -07:00
|
|
|
\faicon{envelope-square} \emph{greg.shuflin@protonmail.com}
|
2022-04-14 23:16:02 -07:00
|
|
|
& \faicon{map-marker} Oakland, California\\
|
2021-09-23 02:57:29 -07:00
|
|
|
|
|
|
|
\faicon{home} {\tt \href{https://greg.everydayimshuflin.com}{greg.everydayimshuflin.com}}
|
2022-04-15 00:28:51 -07:00
|
|
|
& \faicon{phone} 510-332-6344 \\
|
2021-09-23 02:57:29 -07:00
|
|
|
|
|
|
|
\faicon{git-square} {\tt \href{https://gitea.everydayimshuflin.com/greg}{gitea.everydayimshuflin.com} } (personal)
|
2022-04-14 23:16:02 -07:00
|
|
|
& \faicon{git-square} {\tt \href{https://github.com/gshuflin}{github.com/gshuflin} } (professional) \\
|
2017-01-05 22:23:55 -08:00
|
|
|
\end{tabular*}
|
|
|
|
|
2022-04-14 23:16:02 -07:00
|
|
|
Motivated, professional computer scientist with broad expertise across multiple
|
|
|
|
spheres of industry and open-source software development:
|
2021-09-23 02:57:29 -07:00
|
|
|
|
2022-04-14 23:16:02 -07:00
|
|
|
These Software Engineer resumes impressed recruiters and landed jobs at top
|
|
|
|
tech companies. Use these real resume samples as inspiration to write your
|
|
|
|
resume and help you pick a resume template.
|
2021-09-23 02:57:29 -07:00
|
|
|
|
2022-04-14 23:16:02 -07:00
|
|
|
\end{document}
|
2017-01-05 22:23:55 -08:00
|
|
|
|
|
|
|
|