Skip to content

Commit

Permalink
move the position of xing code and some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Feb 12, 2016
1 parent 89ad64d commit bd01f85
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions awesome-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,6 @@
% Usage: \linkedin{<linked-in-nick>}
\newcommand*{\linkedin}[1]{\def\@linkedin{#1}}

% Defines writer's xing (optional)
% Usage: \xing{<xing name>}
% www.xing.de/profile/NAME
\newcommand*{\xing}[1]{\def\@xing{#1}}

% Defines writer's twitter (optional)
% Usage: \twitter{<twitter handle>}
\newcommand*{\twitter}[1]{\def\@twitter{#1}}

Expand All @@ -325,6 +319,11 @@
% Usage: \reddit{<reddit account>}
\newcommand*{\reddit}[1]{\def\@reddit{#1}}

% Defines writer's xing (optional)
% Usage: \xing{<xing name>}
\newcommand*{\xing}[1]{\def\@xing{#1}}

% Defines writer's twitter (optional)
% Defines writer's extra informations (optional)
% Usage: \extrainfo{<extra informations>}
\newcommand*{\extrainfo}[1]{\def\@extrainfo{#1}}
Expand Down Expand Up @@ -451,12 +450,6 @@
\ifbool{isstart}{\setbool{istart}{false}}{\acvHeaderSocialSep}%
\href{https://www.linkedin.com/in/\@linkedin}{\faLinkedinSquare\acvHeaderIconSep\@linkedin}%
}%
\ifthenelse{\isundefined{\@xing}}%
{}%
{%
\ifbool{isstart}{\setbool{istart}{false}}{\acvHeaderSocialSep}%
\href{https://www.xing.com/profile/\@xing}{\faXingSquare\ \@xing}
}%
\ifthenelse{\isundefined{\@twitter}}%
{}%
{%
Expand All @@ -475,6 +468,12 @@
\ifbool{isstart}{\setbool{istart}{false}}{\acvHeaderSocialSep}%
\href{https://www.reddit.com/user/\@reddit}{\faReddit\acvHeaderIconSep\@reddit}%
}%
\ifthenelse{\isundefined{\@xing}}%
{}%
{%
\ifbool{isstart}{\setbool{istart}{false}}{\acvHeaderSocialSep}%
\href{https://www.xing.com/profile/\@xing}{\faXingSquare\acvHeaderIconSep\@xing}
}%
\ifthenelse{\isundefined{\@extrainfo}}%
{}%
{%
Expand Down

0 comments on commit bd01f85

Please sign in to comment.