refactor out timelinearrow
This commit is contained in:
32
cv.tex
32
cv.tex
@@ -443,6 +443,26 @@
|
|||||||
\end{center}
|
\end{center}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%---------------------------------------------------------------------------------------
|
||||||
|
% TIMELINE ARROW
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
% Renders a timeline arrow for CV sections
|
||||||
|
% param 1: length of the arrow (e.g., -19em, -39em, etc.)
|
||||||
|
\newcommand{\timelinearrow}[1] {
|
||||||
|
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
||||||
|
\draw[-to, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, #1) -- (0.1375em, 0.7em);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
|
||||||
|
% Renders a timeline arrow continuation (without arrow head)
|
||||||
|
% param 1: length of the arrow (e.g., -10.5em, -18.5em, etc.)
|
||||||
|
\newcommand{\timelinearrowcontinue}[1] {
|
||||||
|
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
||||||
|
\draw[-, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, #1) -- (0.1375em, 0.7em);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
|
||||||
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
|
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
|
||||||
%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||||
% EDIT AFTER THIS POINT
|
% EDIT AFTER THIS POINT
|
||||||
@@ -603,9 +623,7 @@
|
|||||||
\cvsectionspaced{Education}
|
\cvsectionspaced{Education}
|
||||||
\vspace{-1.5em}
|
\vspace{-1.5em}
|
||||||
|
|
||||||
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
\timelinearrow{-19.5em}
|
||||||
\draw[-to, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, -19em) -- (0.1375em, 0.7em);
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
\cvevent
|
\cvevent
|
||||||
{\textbf{2022 - Jan 2025}}
|
{\textbf{2022 - Jan 2025}}
|
||||||
@@ -671,9 +689,7 @@
|
|||||||
\cvsectionspaced{Work Experience}
|
\cvsectionspaced{Work Experience}
|
||||||
\vspace{-1.5em}
|
\vspace{-1.5em}
|
||||||
|
|
||||||
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
\timelinearrow{-39em}
|
||||||
\draw[-to, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, -39em) -- (0.1375em, 0.7em);
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
\cveventdetailed{\textbf{2025 Feb - to date}}
|
\cveventdetailed{\textbf{2025 Feb - to date}}
|
||||||
{Associate Consultant Cyber Security \& Privacy}
|
{Associate Consultant Cyber Security \& Privacy}
|
||||||
@@ -708,9 +724,7 @@
|
|||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
% Draw timeline arrow continuation for second page
|
% Draw timeline arrow continuation for second page
|
||||||
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
\timelinearrowcontinue{-10.5em}
|
||||||
\draw[-, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, -10.5em) -- (0.1375em, 0.7em);
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
\cvevent
|
\cvevent
|
||||||
{\textbf{2024 Apr - Sep}}
|
{\textbf{2024 Apr - Sep}}
|
||||||
|
|||||||
32
cv_de.tex
32
cv_de.tex
@@ -443,6 +443,26 @@
|
|||||||
\end{center}
|
\end{center}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%---------------------------------------------------------------------------------------
|
||||||
|
% TIMELINE ARROW
|
||||||
|
%----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
% Renders a timeline arrow for CV sections
|
||||||
|
% param 1: length of the arrow (e.g., -19em, -39em, etc.)
|
||||||
|
\newcommand{\timelinearrow}[1] {
|
||||||
|
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
||||||
|
\draw[-to, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, #1) -- (0.1375em, 0.7em);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
|
||||||
|
% Renders a timeline arrow continuation (without arrow head)
|
||||||
|
% param 1: length of the arrow (e.g., -10.5em, -18.5em, etc.)
|
||||||
|
\newcommand{\timelinearrowcontinue}[1] {
|
||||||
|
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
||||||
|
\draw[-, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, #1) -- (0.1375em, 0.7em);
|
||||||
|
\end{tikzpicture}
|
||||||
|
}
|
||||||
|
|
||||||
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
|
%=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
|
||||||
%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||||
% EDIT AFTER THIS POINT
|
% EDIT AFTER THIS POINT
|
||||||
@@ -603,9 +623,7 @@
|
|||||||
\cvsectionspaced{Ausbildung}
|
\cvsectionspaced{Ausbildung}
|
||||||
\vspace{-1.5em}
|
\vspace{-1.5em}
|
||||||
|
|
||||||
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
\timelinearrow{-20.5em}
|
||||||
\draw[-to, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, -20.5em) -- (0.1375em, 0.7em);
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
\cvevent
|
\cvevent
|
||||||
{\textbf{2022 - Jan 2025}}
|
{\textbf{2022 - Jan 2025}}
|
||||||
@@ -671,9 +689,7 @@
|
|||||||
\cvsectionspaced{Berufserfahrung}
|
\cvsectionspaced{Berufserfahrung}
|
||||||
\vspace{-1.5em}
|
\vspace{-1.5em}
|
||||||
|
|
||||||
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
\timelinearrow{-37em}
|
||||||
\draw[-to, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, -37em) -- (0.1375em, 0.7em);
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
\cveventdetailed{\textbf{Feb 2025 - heute}}
|
\cveventdetailed{\textbf{Feb 2025 - heute}}
|
||||||
{Associate Consultant Cyber Security \& Privacy}
|
{Associate Consultant Cyber Security \& Privacy}
|
||||||
@@ -703,9 +719,7 @@
|
|||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
% Draw timeline arrow continuation for second page
|
% Draw timeline arrow continuation for second page
|
||||||
\begin{tikzpicture}[remember picture, overlay, xshift=-0.5em]
|
\timelinearrowcontinue{-18.5em}
|
||||||
\draw[-, line width=0.275em, rounded corners=10pt, line cap=round, maincol] (0.1375em, -18.5em) -- (0.1375em, 0.7em);
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
\cvsubpoint{Unternehmensentwicklung \& Interne Führung}{
|
\cvsubpoint{Unternehmensentwicklung \& Interne Führung}{
|
||||||
\item Leite monatliche Wissensaustauschforen für 30-köpfiges Cybersecurity-Team, organisiere Referenten zu neuen Themen und erleichtere bereichsübergreifenden Wissenstransfer
|
\item Leite monatliche Wissensaustauschforen für 30-köpfiges Cybersecurity-Team, organisiere Referenten zu neuen Themen und erleichtere bereichsübergreifenden Wissenstransfer
|
||||||
|
|||||||
BIN
img/cv.webp
BIN
img/cv.webp
Binary file not shown.
|
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 288 KiB |
Reference in New Issue
Block a user