mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-21 21:58:28 +00:00
Add Twitter and Skype as social contacts
This commit is contained in:
parent
1cbc09c75a
commit
c1b93205cd
1 changed files with 14 additions and 0 deletions
|
@ -249,6 +249,14 @@
|
|||
% Usage: \name{<position>}
|
||||
\newcommand*{\position}[1]{\def\@position{#1}}
|
||||
|
||||
% Defines writer's skype (optional)
|
||||
% Usage: \skype{<skype account>}
|
||||
\newcommand*{\skype}[1]{\def\@skype{#1}}
|
||||
|
||||
% Defines writer's twitter (optional)
|
||||
% Usage: \twitter{<twitter handle>}
|
||||
\newcommand*{\twitter}[1]{\def\@twitter{#1}}
|
||||
|
||||
% Defines writer's mobile (optional)
|
||||
% Usage: \mobile{<mobile number>}
|
||||
\newcommand*{\mobile}[1]{\def\@mobile{#1}}
|
||||
|
@ -312,6 +320,12 @@
|
|||
} \\
|
||||
\vspace{-0.5mm}
|
||||
\headersocialstyle{
|
||||
\ifthenelse{\isundefined{\@twitter}}
|
||||
{}
|
||||
{\faTwitter\ \@twitter \quad\textbar\quad}
|
||||
\ifthenelse{\isundefined{\@skype}}
|
||||
{}
|
||||
{\faSkype\ \@skype \quad\textbar\quad}
|
||||
\ifthenelse{\isundefined{\@mobile}}
|
||||
{}
|
||||
{\faMobile\ \@mobile \quad\textbar\quad}
|
||||
|
|
Loading…
Reference in a new issue