slight changes

This commit is contained in:
2025-10-29 17:32:27 +01:00
parent ae4f5a243f
commit b32eebf863

View File

@@ -104,6 +104,8 @@
\newcommand{\cvnumberphone}[1]{\renewcommand{\givennumberphone}{#1}} % phone \newcommand{\cvnumberphone}[1]{\renewcommand{\givennumberphone}{#1}} % phone
\newcommand{\cvaddress}[1]{\renewcommand{\givencvaddress}{#1}} % address \newcommand{\cvaddress}[1]{\renewcommand{\givencvaddress}{#1}} % address
\newcommand{\cvsite}[1]{\renewcommand{\givencvsite}{#1}} % site \newcommand{\cvsite}[1]{\renewcommand{\givencvsite}{#1}} % site
\newcommand{\cvgit}[1]{\renewcommand{\givencvgit}{#1}} % git
\newcommand{\cvctf}[1]{\renewcommand{\givencvctf}{#1}} % CTF website profile
\newcommand{\aboutme}[1]{ \newcommand{\aboutme}[1]{
\renewcommand{\givenaboutme}{ \renewcommand{\givenaboutme}{
\leavevmode \leavevmode
@@ -125,6 +127,8 @@
\newcommand{\givenaboutme}{} % about me \newcommand{\givenaboutme}{} % about me
\newcommand{\givenprofilepic}{} % picture \newcommand{\givenprofilepic}{} % picture
\newcommand{\givencvsite}{} % site \newcommand{\givencvsite}{} % site
\newcommand{\givencvgit}{} % git
\newcommand{\givencvctf}{} % CTF website profile (root-me, tryhackme etc..)
\newcommand{\givencvjobtitle}{} % job title \newcommand{\givencvjobtitle}{} % job title
% icon in blue circle; #1 -> icon % icon in blue circle; #1 -> icon
@@ -251,11 +255,15 @@
% CV birthdate % CV birthdate
\ifthenelse{\equal{\givencvdate}{}}{}{\textsc{\Large\icon{\Info}} & \givencvdate\\}% \ifthenelse{\equal{\givencvdate}{}}{}{\textsc{\Large\icon{\Info}} & \givencvdate\\}%
% CV address % CV address
\ifthenelse{\equal{\givencvaddress}{}}{}{\textsc{\Large\icon{\Letter}} & \givencvaddress\\}% \ifthenelse{\equal{\givencvaddress}{}}{}{\textsc{\Large\icon{\faHome}} & \givencvaddress\\}%
% CV phone % CV phone
\ifthenelse{\equal{\givennumberphone}{}}{}{\textsc{\Large\icon{\faMobile*}} & \givennumberphone\\}% \ifthenelse{\equal{\givennumberphone}{}}{}{\textsc{\Large\icon{\faMobile*}} & \givennumberphone\\}%
% CV website % CV website
\ifthenelse{\equal{\givencvsite}{}}{}{\textsc{\Large\icon{\faGlobe}} & \href{\givencvsite}{\textcolor{cerulean}{\givencvsite}}\\}% \ifthenelse{\equal{\givencvsite}{}}{}{\textsc{\Large\icon{\faGlobe}} & \href{\givencvsite}{\textcolor{cerulean}{\givencvsite}}\\}%
% CV git
\ifthenelse{\equal{\givencvgit}{}}{}{\textsc{\Large\icon{\faGit*}} & \href{\givencvgit}{\textcolor{cerulean}{\givencvgit}}\\}%
% CV root-me
\ifthenelse{\equal{\givencvctf}{}}{}{\textsc{\Large\icon{\faUserSecret}} & \small{\href{\givencvctf}{\textcolor{cerulean}{\givencvctf}}}\\}%
% CV email % CV email
\ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\Large\icon{\faEnvelope[regular]}} & \href{mailto:\givencvmail}{\givencvmail}}% \ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\Large\icon{\faEnvelope[regular]}} & \href{mailto:\givencvmail}{\givencvmail}}%
\end{tabular} \end{tabular}