-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Description
Hi,
just want to add a little thing here:
When using i.e. \xing{} or \linkedin{} it had as an argument the specific profile identification on the corresponding page (Xing, or LinkedIn). Simply copying what was already done for googlescholar ID in the awesome-cv.cls gives the name with the Xing/LinkedIn symbol as a hyperlink to the profile, instead of the profile-identification of the corresponding profile.
Just added (You can do this for each other linked profile, that you want):
\newcommand*{\linkedin}[2]{%
\def\@linkedinid{#1}%
\ifthenelse{\equal{#2}{}}{%
\def\@linkedinname{\@firstname~\@lastname}%
}{%
\def\@linkedinname{#2}%
}%
}
\ifthenelse{\isundefined{\@linkedinid}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
\href{https://www.linkedin.com/in/\@linkedinid}{\faLinkedinSquare\acvHeaderIconSep\@linkedinname}%
}%
linkedinid is the your former used profile-specification, that is leading to your profile on LinkedIn.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels