diff options
| -rw-r--r-- | resume.tex | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -20,6 +20,19 @@ \usepackage{tabularx} \input{glyphtounicode} + +%----------FONT OPTIONS---------- +% sans-serif +% \usepackage[sfdefault]{FiraSans} +% \usepackage[sfdefault]{roboto} +% \usepackage[sfdefault]{noto-sans} +% \usepackage[default]{sourcesanspro} + +% serif +% \usepackage{CormorantGaramond} +% \usepackage{charter} + + \pagestyle{fancy} \fancyhf{} % clear all header and footer fields \fancyfoot{} @@ -92,16 +105,17 @@ \begin{document} -%----------HEADING----------------- +%----------HEADING---------- % \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} % \textbf{\href{http://sourabhbajaj.com/}{\Large Sourabh Bajaj}} & Email : \href{mailto:[email protected]}{[email protected]}\\ % \href{http://sourabhbajaj.com/}{http://www.sourabhbajaj.com} & Mobile : +1-123-456-7890 \\ % \end{tabular*} \begin{center} - \textbf{\Huge \scshape Jake Gutierrez} \\ \vspace{1pt} - \small xxx-xxx-xxxx $|$ \href{mailto:[email protected]}{\underline{[email protected]}} $|$ \href{https://linkedin.com/in/jakegut}{\underline{linkedin.com/in/jakegut}} $|$ - \href{https://github.com/jakeryang}{\underline{github.com/jakeryang}} + \textbf{\Huge \scshape Jake Ryan} \\ \vspace{1pt} + \small 123-456-7890 $|$ \href{mailto:[email protected]}{\underline{[email protected]}} $|$ + \href{https://linkedin.com/in/...}{\underline{linkedin.com/in/jake}} $|$ + \href{https://github.com/...}{\underline{github.com/jake}} \end{center} |