commit 1bc8131d4027e384f5697a3ecefc39fab60c1368
parent 3e4c9c13620595760cafeaeee5b21d47c832434c
Author: mpizzzle <m@michaelpercival.xyz>
Date: Wed, 1 Jul 2020 17:02:56 +0100
adding qr code to contact info
Diffstat:
4 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,5 @@
# curriculum-vitae
groff -t -ms cv.ms -Tpdf -Kutf8 > michael-percival-cv.pdf
-pdftex pdf.tex
+
+qrencode "https://michaelpercival.xyz" -o "qr.png" && pdftex pdf.tex
diff --git a/cv.pdf b/cv.pdf
Binary files differ.
diff --git a/cv.tex b/cv.tex
@@ -3,6 +3,8 @@
usepackage{titlesec}
usepackage{titling}
usepackage[margin=1in]{geometry}
+usepackage{graphicx}
+usepackage{array}
titleformat{section}
{huge}
@@ -12,8 +14,7 @@
titleformat{subsection}
{bfseries}
-{}
-%{hspace{-0.25in}}
+{hspace{-0.25in}}
{0em}
{}
@@ -30,7 +31,12 @@
vspace{.25em}
-m@michaelpercival.xyz § https://michaelpercival.xyz § +447534346832
+begin{center}
+begin{tabular}{ m{11em} m{1em} m{13em} m{1em} m{7em} m{8em} }
+setlength{tabcolsep}{100pt}
+m@michaelpercival.xyz&§&https://michaelpercival.xyz&§&+447534346832&includegraphics[scale=.5]{qr.png}
+end{tabular}
+end{center}
end{center}
}
@@ -49,9 +55,9 @@ Currently working closely with Oxford University Hospitals trust to design and i
Year long internship working on software solutions to assist field engineers design drills for oil wells.
section{Skills}
subsection{Languages}
-Java, C#, Python, Javascript
+Java, C#, Python, Javascript, Shell
subsection{Frameworks}
-Jersey - Rest APIs, Hibernate - ORM, Mockito - Unit Testing
+Jersey, Spring Boot, Hibernate, Mockito
subsection{Miscellaneous}
Git, Subversion, Jenkins, {LaTeX}, HTML, CSS
section{Education}
diff --git a/qr.png b/qr.png
Binary files differ.