From 8bb5b2b82ea4552889ea44c04e4b8ce163c04f8b Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Thu, 22 Oct 2020 16:41:17 -0400
Subject: added refs to resume (not listed for privacy reasons)

---
 hireme/resume.tex | 53 ++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 46 insertions(+), 7 deletions(-)

(limited to 'hireme')

diff --git a/hireme/resume.tex b/hireme/resume.tex
index 7a6e1c3..034ece2 100644
--- a/hireme/resume.tex
+++ b/hireme/resume.tex
@@ -1,4 +1,6 @@
 \def\pre#1{\par\leavevmode\llap{\hbox to \parindent{\hfil #1 \hfil}}}
+\def\centering{\parindent0pt\leftskip0pt plus 1fil%
+    \rightskip\leftskip\parfillskip0pt}
 \font\fourteenbf=cmbx12 at 14pt
 \newtoks\name\newtoks\addr\newtoks\phone\newtoks\email
 \def\bu{\ $\bullet$\ }
@@ -17,7 +19,7 @@
 \nopagenumbers\parskip0pt
 
 \name{Holden Rohrer}
-\addr{8785 Torrington Dr, Roswell, Georgia 30076}
+\addr{9310 Scott Road, Roswell, Georgia 30076}
 \phone{+1-678-430-9804}
 \email{hr@hrhr.dev}
 
@@ -30,12 +32,12 @@ Information Technology
 \sec{Education}
 \twoside{%
     Centennial High School&Expected Graduation 2021\cr
-    GPA 99.7\cr
-    Graduating in 3 years\cr
+    \hskip\parindent GPA 99.7\cr
+    \hskip\parindent Graduating in 3 years\cr
     \multispan2\vrule height 2pt width 0pt\cr
     Georgia Institute of Technology&Dual Enrollment\cr
-    GPA 3.73\cr
-    Relevant courses:\cr
+    \hskip\parindent GPA 3.73\cr
+    \hskip\parindent Relevant courses:\cr
     \li AP Computer Science&Score: 5\cr
     \li AP Calculus BC&Score: 5\cr
     \li AP Physics&Score: 5\cr
@@ -64,9 +66,9 @@ Information Technology
 \sec{Achievements/Awards}
 \twoside{%
 \li Physics Student of the Year&\sl 2019\cr
-\li Best Position Paper at UGA's Model UN conference&\sl 2018\cr
 \li Best Delegate at UGA's Model UN conference&\sl 2019\cr
 \li Governor's Honors Program Semi-Finalist&\sl 2019\cr
+\li Best Position Paper at UGA's Model UN conference&\sl 2018\cr
 }
 
 \sec{Skills}
@@ -75,4 +77,41 @@ Information Technology
 \li Comfortable with Linux software deployment
 \li Experience managing a small mail server
 \li Proficient with Public Speaking
-\eject\end
+
+\eject
+\newtoks\refname\newtoks\relation\newtoks\refemail\newtoks\refphone
+\newtoks\title\newtoks\company
+\def\makeref{%
+    {\bf \the\refname}\par
+    \the\relation\par
+    \the\title, \the\company\par
+    \the\refemail\par
+    \the\refphone\par
+    \medskip
+}
+
+\maketitle\centering
+\sec{References}
+
+\refname{Protected}
+\relation{Employer}
+\refemail{protected@protected.com}
+\refphone{+1-555-555-5555}
+\title{Security Engineer}\company{Coca-Cola}
+\makeref
+
+\refname{Protected}
+\relation{Employer}
+\refemail{protected@protected.com}
+\refphone{+1-555-555-5555}
+\title{Security Engineer}\company{Coca-Cola}
+\makeref
+
+\refname{Protected}
+\relation{Employer}
+\refemail{protected@protected.com}
+\refphone{+1-555-555-5555}
+\title{Security Engineer}\company{Coca-Cola}
+\makeref
+
+\vfil\eject\end
-- 
cgit