From d4433b33d1a8501909003df8de216bf96db7e92b Mon Sep 17 00:00:00 2001 From: Nilesh Deokar Date: Sat, 21 Jul 2018 11:07:57 +0200 Subject: render Medium profile - Option to render Medium in Cv header --- yaac-another-awesome-cv.cls | 5 +++++ 1 file changed, 5 insertions(+) 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{} \newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL +% Render author's medium (optional) +% Usage: \medium{} +\newcommand*{\medium}[1]{\sociallink{\mediumSymbol}{https://www.medium.com/@#1}{medium.com/#1}} + % Render author's email (optional) % Usage: \email{} \newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}} -- cgit v1.2.1