resume/resume.tex
2022-04-15 00:28:51 -07:00

55 lines
1.7 KiB
TeX

% Greg Shuflin resume
\documentclass[letterpaper, 11pt]{article}
% documentation: https://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/preprint/fullpage.pdf
\usepackage[empty]{fullpage}
\usepackage{hyperref}
\usepackage{fontspec}
\usepackage{fontawesome}
% 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}
% Fonts I considered using as mainfont:
% montserrat: from AUR montserrat-ttf package
% lato: from ttf-lato package
% inter: from inter-font package
\setmainfont{FiraSans}
% This doesn't work (i.e. it ignores small caps)
%\setmainfont[SmallCapsFont=FiraSans]{Inter}
\begin{document}
\begin{center}
{\fontspec{FiraSans}
\textsc{\Huge Gregory Shuflin }
}
\end{center}
\begin{tabular*}{7.5in}{l@{\extracolsep{\fill}}l}
\faicon{envelope-square} \emph{greg.shuflin@protonmail.com}
& \faicon{map-marker} Oakland, California\\
\faicon{home} {\tt \href{https://greg.everydayimshuflin.com}{greg.everydayimshuflin.com}}
& \faicon{phone} 510-332-6344 \\
\faicon{git-square} {\tt \href{https://gitea.everydayimshuflin.com/greg}{gitea.everydayimshuflin.com} } (personal)
& \faicon{git-square} {\tt \href{https://github.com/gshuflin}{github.com/gshuflin} } (professional) \\
\end{tabular*}
Motivated, professional computer scientist with broad expertise across multiple
spheres of industry and open-source software development:
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.
\end{document}