diff options
author | ZielinskiLukasz <lucas.zielinski@gmail.com> | 2018-10-11 14:25:40 +0200 |
---|---|---|
committer | ZielinskiLukasz <lucas.zielinski@gmail.com> | 2018-10-11 14:25:40 +0200 |
commit | 39b0faba44ea26997dbe2e834bd2326f82748e77 (patch) | |
tree | cbaaff0680749ae99b3c3f038d95419cebcce76a | |
parent | 393b76462c7a26be17fb1160cda4da098a561a84 (diff) | |
download | cv-39b0faba44ea26997dbe2e834bd2326f82748e77.tar.gz cv-39b0faba44ea26997dbe2e834bd2326f82748e77.tar.bz2 cv-39b0faba44ea26997dbe2e834bd2326f82748e77.tar.xz cv-39b0faba44ea26997dbe2e834bd2326f82748e77.zip |
re-added medium command
-rwxr-xr-x | yaac-another-awesome-cv.cls | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 0389fad..12aa446 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -173,6 +173,7 @@ \newcommand{\viadeoSymbol}{\faViadeo} \newcommand{\mobileSymbol}{\faMobilePhone} \newcommand{\githubSymbol}{\faGithub} +\newcommand{\mediumSymbol}{\faMedium} \newcommand{\bitbucketSymbol}{\faBitbucket} \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } @@ -235,6 +236,10 @@ % Usage: \github{<github-nick>} \newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL +% Render author's medium (optional) +% Usage: \medium{<medium-nick>} +\newcommand*{\medium}[1]{\sociallink{\mediumSymbol}{https://www.medium.com/@#1}{medium.com/#1}} + % Render author's bitbucket (optional) % Usage: \bitbucket{<bitbucket-account-name>} \newcommand*{\bitbucket}[1]{\sociallink{\bitbucketSymbol}{https://bitbucket.com/#1}{bitbucket.com/#1}} |