mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
Add drive command
This commit is contained in:
parent
69d88b4a25
commit
d2a1d12c98
3 changed files with 12 additions and 0 deletions
|
@ -273,6 +273,10 @@
|
||||||
% Usage: \name{<position>}
|
% Usage: \name{<position>}
|
||||||
\newcommand*{\position}[1]{\def\@position{#1}}
|
\newcommand*{\position}[1]{\def\@position{#1}}
|
||||||
|
|
||||||
|
% Defines writer's driving license (optional)
|
||||||
|
% Usage: \drive{<driving license>}
|
||||||
|
\newcommand*{\drive}[1]{\def\@drive{#1}}
|
||||||
|
|
||||||
% Defines writer's mobile (optional)
|
% Defines writer's mobile (optional)
|
||||||
% Usage: \mobile{<mobile number>}
|
% Usage: \mobile{<mobile number>}
|
||||||
\newcommand*{\mobile}[1]{\def\@mobile{#1}}
|
\newcommand*{\mobile}[1]{\def\@mobile{#1}}
|
||||||
|
@ -496,6 +500,12 @@
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
|
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
|
||||||
}%
|
}%
|
||||||
|
\ifthenelse{\isundefined{\@drive}}%
|
||||||
|
{}%
|
||||||
|
{%
|
||||||
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
|
\faCar\acvHeaderIconSep\@drive%
|
||||||
|
}%
|
||||||
\ifthenelse{\isundefined{\@xing}}%
|
\ifthenelse{\isundefined{\@xing}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skype-id}
|
% \skype{skype-id}
|
||||||
% \reddit{reddit-id}
|
% \reddit{reddit-id}
|
||||||
|
% \drive{Driver's License}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
\quote{``Be the change that you want to see in the world."}
|
\quote{``Be the change that you want to see in the world."}
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skype-id}
|
% \skype{skype-id}
|
||||||
% \reddit{reddit-id}
|
% \reddit{reddit-id}
|
||||||
|
% \drive{Driver's License}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
\quote{``Be the change that you want to see in the world."}
|
\quote{``Be the change that you want to see in the world."}
|
||||||
|
|
Loading…
Reference in a new issue