diff options
author | Nilesh Deokar <nieldeokar@gmail.com> | 2018-07-21 11:07:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-21 11:07:57 +0200 |
commit | d4433b33d1a8501909003df8de216bf96db7e92b (patch) | |
tree | 4a1eb9c2c3a832ad98e443efc940e61f9a1238da /yaac-another-awesome-cv.cls | |
parent | dd168cbcb7e20dcbedc0735326c148b06da8e9c4 (diff) | |
download | cv-d4433b33d1a8501909003df8de216bf96db7e92b.tar.gz cv-d4433b33d1a8501909003df8de216bf96db7e92b.tar.bz2 cv-d4433b33d1a8501909003df8de216bf96db7e92b.tar.xz cv-d4433b33d1a8501909003df8de216bf96db7e92b.zip |
render Medium profile
- Option to render Medium in Cv header
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-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 6a752a7..f131767 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\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } \newcommand\important[1]{\textbf #1} @@ -234,6 +235,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 email (optional) % Usage: \email{<email adress>} \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}} |