diff --git a/README.md b/README.md index 5261c72..2d75145 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # CV This repo contains the tex code for my CV. -Large parts are from [Jan Küster's CV reo](https://github.com/jankapunkt/latexcv) (MIT License). Many thanks to him for providing this template. +Large parts are from [Jan Küster's CV repo](https://github.com/jankapunkt/latexcv) (MIT License). Many thanks to him for providing this template. + +![CV Screenshot](img/cv.webp) Since then, I have made many changes to the template, including: @@ -10,4 +12,5 @@ Since then, I have made many changes to the template, including: - nordtheme Feel free to base your own CV on this template. If you have any questions, feel free to ask. + License: AGPL-3.0 diff --git a/cv.tex b/cv.tex index e839926..aec338b 100644 --- a/cv.tex +++ b/cv.tex @@ -369,7 +369,7 @@ \begin{tikzpicture}[remember picture] \clip ($(current page text area.north east)!0.06!(current page text area.south east)!0.12!(current page text area.north west)$) - circle (0.5\linewidth) node {\includegraphics[width=\linewidth]{alexander.jpg}}; + circle (0.5\linewidth) node {\includegraphics[width=\linewidth]{img/alexander.jpg}}; \end{tikzpicture} diff --git a/cv_de.tex b/cv_de.tex index f882da0..45e1f1d 100644 --- a/cv_de.tex +++ b/cv_de.tex @@ -368,7 +368,7 @@ \begin{tikzpicture}[remember picture] \clip ($(current page text area.north east)!0.06!(current page text area.south east)!0.12!(current page text area.north west)$) - circle (0.5\linewidth) node {\includegraphics[width=\linewidth]{alexander.jpg}}; + circle (0.5\linewidth) node {\includegraphics[width=\linewidth]{img/alexander.jpg}}; \end{tikzpicture} diff --git a/alexander.jpg b/img/alexander.jpg similarity index 100% rename from alexander.jpg rename to img/alexander.jpg diff --git a/img/cv.webp b/img/cv.webp new file mode 100644 index 0000000..d8a1833 Binary files /dev/null and b/img/cv.webp differ