mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
Added link to facebook profile
This commit is contained in:
parent
7d86dde43d
commit
324ca82242
1 changed files with 10 additions and 0 deletions
|
@ -285,6 +285,10 @@
|
|||
% Usage: \homepage{<url>}
|
||||
\newcommand*{\homepage}[1]{\def\@homepage{#1}}
|
||||
|
||||
% Defines writer's facebook (optional)
|
||||
% Usage: \facebook{<facebook-nick>}
|
||||
\newcommand*{\facebook}[1]{\def\@facebook{#1}}
|
||||
|
||||
% Defines writer's github (optional)
|
||||
% Usage: \github{<github-nick>}
|
||||
\newcommand*{\github}[1]{\def\@github{#1}}
|
||||
|
@ -460,6 +464,12 @@
|
|||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://github.com/\@github}{\faGithubSquare\acvHeaderIconSep\@github}%
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@facebook}}%
|
||||
{}%
|
||||
{%
|
||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||
\href{https://facebook.com/\@facebook}{\faFacebookSquare\acvHeaderIconSep\@facebook}%
|
||||
}%
|
||||
\ifthenelse{\isundefined{\@gitlab}}%
|
||||
{}%
|
||||
{%
|
||||
|
|
Loading…
Reference in a new issue