diff --git a/README.md b/README.md index 1627628..fe1ab8f 100755 --- a/README.md +++ b/README.md @@ -112,6 +112,10 @@ Most social network have their command to render a clickable link or a simple te % Usage: \stackexchange{} \stackexchange{396216} +% Render author's twitter profile (optional) +% Usage: \twitter{} +\twitter{EFF} + % Render author's email (optional) % Usage: \email{} \email{christophe.roger@mail.com} diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index a711e4d..0aa63a8 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -200,6 +200,7 @@ \newcommand{\stackexchangeSymbol}{\faStackExchange} \newcommand{\mediumSymbol}{\faMedium} \newcommand{\bitbucketSymbol}{\faBitbucket} +\newcommand{\twitterSymbol}{\faTwitter} \newcommand{\websiteSymbol}{\faLink} @@ -280,6 +281,10 @@ % Usage: \bitbucket{} \newcommand*{\bitbucket}[1]{\sociallink{\bitbucketSymbol}{https://bitbucket.com/#1}{bitbucket.com/#1}} +% Render author's twitter profile (optional) +% Usage: \twitter{} +\newcommand*{\twitter}[1]{\sociallink{\twitterSymbol}{https://twitter.com/#1}{twitter.com/#1}} + % Render author's email (optional) % Usage: \email{} \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}}