summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNilesh Deokar <nieldeokar@gmail.com>2018-07-21 11:07:57 +0200
committerGitHub <noreply@github.com>2018-07-21 11:07:57 +0200
commitd4433b33d1a8501909003df8de216bf96db7e92b (patch)
tree4a1eb9c2c3a832ad98e443efc940e61f9a1238da
parentdd168cbcb7e20dcbedc0735326c148b06da8e9c4 (diff)
downloadcv-d4433b33d1a8501909003df8de216bf96db7e92b.tar.gz
cv-d4433b33d1a8501909003df8de216bf96db7e92b.tar.bz2
cv-d4433b33d1a8501909003df8de216bf96db7e92b.tar.xz
cv-d4433b33d1a8501909003df8de216bf96db7e92b.zip
render Medium profile
- Option to render Medium in Cv header
-rwxr-xr-xyaac-another-awesome-cv.cls5
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}}