diff --git a/John Regan Resume.pdf b/John Regan Resume.pdf index dd91289..b6b3312 100644 Binary files a/John Regan Resume.pdf and b/John Regan Resume.pdf differ diff --git a/Makefile b/Makefile index c3b683f..85cf547 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ +.PHONY: clean + all: John\ Regan\ Resume.pdf John\ Regan\ Resume.pdf: res9b.tex xelatex -papersize=letter res9b.tex mv res9b.pdf John\ Regan\ Resume.pdf +clean: + rm -f res9b.pdf res9b.log John\ Regan\ Resume.pdf diff --git a/res9b.tex b/res9b.tex index c9c38c0..76e86a9 100644 --- a/res9b.tex +++ b/res9b.tex @@ -5,6 +5,7 @@ \usepackage{fouriernc} \usepackage[T1]{fontenc} +\usepackage{hyperref} \hyphenation{PGATOUR NBC ESPN} @@ -12,7 +13,7 @@ \begin{document} \name{John Regan} % \address used twice to have two lines of address -\address{john@jrjrtech.com \textbullet\ (904) 540-7862 \textbullet\ 5215 N Linn Ave, Oklahoma City, OK 73112 } +\address{\texttt{john@jrjrtech.com} \textbullet\ \texttt{(904) 540-7862} \textbullet\ \url{https://github.com/jprjr}} \begin{resume} @@ -40,7 +41,7 @@ Perl, PHP, SQL, XML {\sl Platforms}\\ - Apache, Nginx, Docker, Red Hat Enterprise Linux, Ubuntu Linux, Alpine Linux, Mac OS X + Apache, Nginx, Docker, Red Hat Enterprise Linux, Debian Linux, Ubuntu Linux, Alpine Linux, Mac OS X \section{EXPERIENCE} {\sl System Administrator} \hfill May 2013 - Present \\ @@ -96,6 +97,11 @@ Ponte Vedra Beach, FL \section{REFERENCES} + {\sl Chris Fiebrich}\\ + Executive Director, Oklahoma Mesonet \\ + chris@mesonet.org \\ + (405) 325-6877 + {\sl Jared Bostic}\\ Senior System Administrator, Oklahoma Mesonet \\ jpbostic@mesonet.org\\ @@ -106,6 +112,12 @@ Ponte Vedra Beach, FL GregHassler@pgatourhq.com\\ (904) 273-3289 + {\sl Jonas Gredenhag}\\ + Senior Director of Data Center Operations, PGA TOUR \\ + JonasGredenhag@pgatourhq.com\\ + (904) 923-4834 + + \end{resume} \end{document}