updates: add zoey resume
This commit is contained in:
parent
8a737fbb37
commit
efd7999992
3 changed files with 109 additions and 11 deletions
36
resume.tex
36
resume.tex
|
|
@ -6,6 +6,16 @@
|
|||
|
||||
\documentclass[letterpaper,5pt]{article}
|
||||
|
||||
\providecommand{\myname}{Zachary Myers}
|
||||
\providecommand{\myemail}{me@zackmyers.io}
|
||||
\providecommand{\mywebsite}{zackmyers.io}
|
||||
\providecommand{\mysocial}{zackartz}
|
||||
\providecommand{\mylinkedin}{https://www.linkedin.com/in/zachary-myers-b9a150186/}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{newunicodechar}
|
||||
\usepackage{fontspec} % For Unicode symbols
|
||||
|
||||
\usepackage[mocha]{catppuccin}
|
||||
\usepackage{latexsym}
|
||||
\usepackage[empty]{fullpage}
|
||||
|
|
@ -16,8 +26,16 @@
|
|||
\usepackage[english]{babel}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{fontawesome5}
|
||||
\usepackage{emoji}
|
||||
% \input{glyphtounicode}
|
||||
|
||||
|
||||
\setemojifont{Noto Color Emoji}[
|
||||
Path = /nix/store/y2h3pmlj3msxm8f1fw99kpbl2kfr2sr3-noto-fonts-color-emoji-2.042/share/fonts/noto/,
|
||||
Extension = .ttf
|
||||
]
|
||||
|
||||
|
||||
\setlength{\footskip}{3.60004pt}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{} % clear all header and footer fields
|
||||
|
|
@ -85,18 +103,28 @@
|
|||
}
|
||||
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{0pt}}
|
||||
|
||||
\newcommand{\equal}[2]{\ifnum\pdf@strcmp{#1}{#2}=0 }
|
||||
\newcommand{\sociallinks}{%
|
||||
\ifx\mysocial\gituser
|
||||
{\faLinkedin\space\href{\mylinkedin}{\underline{\myname}}} {\space\space\space}%
|
||||
{\faIcon{github}\space\href{https://github.com/\mysocial}{\underline{\mysocial}}} {\space\space\space}%
|
||||
\else
|
||||
{\mysocial} {\space\space\space}%
|
||||
\fi
|
||||
}
|
||||
|
||||
%-------------------------------------------
|
||||
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
||||
%----------HEADING-----------------
|
||||
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
|
||||
\textbf{\href{https://zackmyers.io/}{\Large \color{ctpBlue}Zachary Myers}} & {\faIcon{envelope}\space}Email : \href{mailto:me@zackmyers.io}{me@zackmyers.io}\\
|
||||
{\faLinkedin\space\href{https://www.linkedin.com/in/zachary-myers-b9a150186/}{\underline{Zachary Myers}}} {\space\space\space}
|
||||
{\faIcon{github}\space\href{https://github.com/zackartz}{\underline{zackartz}}} {\space\space\space}
|
||||
{\faIcon{user}\space \href{https://zackmyers.io}{\underline{Website}}} {\space\space\space}
|
||||
\textbf{\href{https://\mywebsite/}{\Large \color{ctpBlue}\myname}} & {\faIcon{envelope}\space}Email : \href{mailto:\myemail}{\myemail}\\
|
||||
\sociallinks
|
||||
{\faIcon{user}\space \href{https://\mywebsite}{\underline{Website}}} {\space\space\space}
|
||||
{\faIcon{passport}\space{{US Citizen}}}{\space\space\space}
|
||||
{\faIcon{clock}\space{EST/EDT}}
|
||||
{\space\space\space}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue