mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-13 06:24:43 -05:00
Update formatting of personal info, recreate releases
This commit is contained in:
5
.github/workflows/compile-latex.yml
vendored
5
.github/workflows/compile-latex.yml
vendored
@@ -60,6 +60,11 @@ jobs:
|
|||||||
cv.tex
|
cv.tex
|
||||||
latexmk_use_xelatex: false
|
latexmk_use_xelatex: false
|
||||||
|
|
||||||
|
- name: Move PDFs to root
|
||||||
|
run: |
|
||||||
|
cp /home/runner/work/resume-cv/resume-cv/resume.pdf ./resume.pdf
|
||||||
|
cp /home/runner/work/resume-cv/resume-cv/cv.pdf ./cv.pdf
|
||||||
|
|
||||||
- name: Delete existing tag
|
- name: Delete existing tag
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
cv.tex
2
cv.tex
@@ -58,10 +58,10 @@
|
|||||||
\ifx\personalSchoolEmail\empty\else
|
\ifx\personalSchoolEmail\empty\else
|
||||||
\\\href{mailto:\personalSchoolEmail}{\personalSchoolEmail}%
|
\\\href{mailto:\personalSchoolEmail}{\personalSchoolEmail}%
|
||||||
\fi
|
\fi
|
||||||
|
\\\href{https://\personalWebsite}{\personalWebsite}%
|
||||||
\ifx\personalPhone\empty\else
|
\ifx\personalPhone\empty\else
|
||||||
\\\personalPhone%
|
\\\personalPhone%
|
||||||
\fi
|
\fi
|
||||||
\\\href{https://\personalWebsite}{\personalWebsite}%
|
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
\hfill%
|
\hfill%
|
||||||
\begin{minipage}[t]{0.33\textwidth}
|
\begin{minipage}[t]{0.33\textwidth}
|
||||||
|
|||||||
@@ -58,10 +58,10 @@
|
|||||||
\ifx\personalSchoolEmail\empty\else
|
\ifx\personalSchoolEmail\empty\else
|
||||||
\\\href{mailto:\personalSchoolEmail}{\personalSchoolEmail}%
|
\\\href{mailto:\personalSchoolEmail}{\personalSchoolEmail}%
|
||||||
\fi
|
\fi
|
||||||
|
\\\href{https://\personalWebsite}{\personalWebsite}%
|
||||||
\ifx\personalPhone\empty\else
|
\ifx\personalPhone\empty\else
|
||||||
\\\personalPhone%
|
\\\personalPhone%
|
||||||
\fi
|
\fi
|
||||||
\\\href{https://\personalWebsite}{\personalWebsite}%
|
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
\hfill%
|
\hfill%
|
||||||
\begin{minipage}[t]{0.33\textwidth}
|
\begin{minipage}[t]{0.33\textwidth}
|
||||||
|
|||||||
Reference in New Issue
Block a user