slight changes
This commit is contained in:
10
2colscv.cls
10
2colscv.cls
@@ -104,6 +104,8 @@
|
||||
\newcommand{\cvnumberphone}[1]{\renewcommand{\givennumberphone}{#1}} % phone
|
||||
\newcommand{\cvaddress}[1]{\renewcommand{\givencvaddress}{#1}} % address
|
||||
\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]{
|
||||
\renewcommand{\givenaboutme}{
|
||||
\leavevmode
|
||||
@@ -125,6 +127,8 @@
|
||||
\newcommand{\givenaboutme}{} % about me
|
||||
\newcommand{\givenprofilepic}{} % picture
|
||||
\newcommand{\givencvsite}{} % site
|
||||
\newcommand{\givencvgit}{} % git
|
||||
\newcommand{\givencvctf}{} % CTF website profile (root-me, tryhackme etc..)
|
||||
\newcommand{\givencvjobtitle}{} % job title
|
||||
|
||||
% icon in blue circle; #1 -> icon
|
||||
@@ -251,11 +255,15 @@
|
||||
% CV birthdate
|
||||
\ifthenelse{\equal{\givencvdate}{}}{}{\textsc{\Large\icon{\Info}} & \givencvdate\\}%
|
||||
% CV address
|
||||
\ifthenelse{\equal{\givencvaddress}{}}{}{\textsc{\Large\icon{\Letter}} & \givencvaddress\\}%
|
||||
\ifthenelse{\equal{\givencvaddress}{}}{}{\textsc{\Large\icon{\faHome}} & \givencvaddress\\}%
|
||||
% CV phone
|
||||
\ifthenelse{\equal{\givennumberphone}{}}{}{\textsc{\Large\icon{\faMobile*}} & \givennumberphone\\}%
|
||||
% CV website
|
||||
\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
|
||||
\ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\Large\icon{\faEnvelope[regular]}} & \href{mailto:\givencvmail}{\givencvmail}}%
|
||||
\end{tabular}
|
||||
|
||||
Reference in New Issue
Block a user