mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
parent
44c5ec3e7b
commit
52ef4af481
4 changed files with 14 additions and 0 deletions
|
@ -281,6 +281,10 @@
|
||||||
% Usage: \email{<email address>}
|
% Usage: \email{<email address>}
|
||||||
\newcommand*{\email}[1]{\def\@email{#1}}
|
\newcommand*{\email}[1]{\def\@email{#1}}
|
||||||
|
|
||||||
|
% Defines writer's date of birth (optional)
|
||||||
|
% Usage: \dateofbirth{<date>}
|
||||||
|
\newcommand*{\dateofbirth}[1]{\def\@dateofbirth{#1}}
|
||||||
|
|
||||||
% Defines writer's homepage (optional)
|
% Defines writer's homepage (optional)
|
||||||
% Usage: \homepage{<url>}
|
% Usage: \homepage{<url>}
|
||||||
\newcommand*{\homepage}[1]{\def\@homepage{#1}}
|
\newcommand*{\homepage}[1]{\def\@homepage{#1}}
|
||||||
|
@ -475,6 +479,13 @@
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{mailto:\@email}{\faEnvelope\acvHeaderIconSep\@email}%
|
\href{mailto:\@email}{\faEnvelope\acvHeaderIconSep\@email}%
|
||||||
}%
|
}%
|
||||||
|
\ifthenelse{\isundefined{\@dateofbirth}}%
|
||||||
|
{}%
|
||||||
|
{%
|
||||||
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
|
% \mbox prevents wrapping of elements%
|
||||||
|
\mbox{\faBirthdayCake\acvHeaderIconSep\@dateofbirth}%
|
||||||
|
}%
|
||||||
\ifthenelse{\isundefined{\@homepage}}%
|
\ifthenelse{\isundefined{\@homepage}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
|
|
||||||
\mobile{(+82) 10-9030-1843}
|
\mobile{(+82) 10-9030-1843}
|
||||||
\email{posquit0.bj@gmail.com}
|
\email{posquit0.bj@gmail.com}
|
||||||
|
%\dateofbirth{January 1st, 1970}
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
\linkedin{posquit0}
|
\linkedin{posquit0}
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
|
|
||||||
\mobile{(+82) 10-9030-1843}
|
\mobile{(+82) 10-9030-1843}
|
||||||
\email{posquit0.bj@gmail.com}
|
\email{posquit0.bj@gmail.com}
|
||||||
|
%\dateofbirth{January 1st, 1970}
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
\linkedin{posquit0}
|
\linkedin{posquit0}
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
|
|
||||||
\mobile{(+82) 10-9030-1843}
|
\mobile{(+82) 10-9030-1843}
|
||||||
\email{posquit0.bj@gmail.com}
|
\email{posquit0.bj@gmail.com}
|
||||||
|
%\dateofbirth{January 1st, 1970}
|
||||||
\homepage{www.posquit0.com}
|
\homepage{www.posquit0.com}
|
||||||
\github{posquit0}
|
\github{posquit0}
|
||||||
\linkedin{posquit0}
|
\linkedin{posquit0}
|
||||||
|
|
Loading…
Reference in a new issue