summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZielinskiLukasz <lucas.zielinski@gmail.com>2018-09-28 09:32:38 +0200
committerZielinskiLukasz <lucas.zielinski@gmail.com>2018-09-28 09:32:38 +0200
commit393b76462c7a26be17fb1160cda4da098a561a84 (patch)
tree0269d30ec56b74efceb07a8e1542e6811da7f28a
parenta00d58ae0290c666b756c04684053e9c304416cd (diff)
downloadcv-393b76462c7a26be17fb1160cda4da098a561a84.tar.gz
cv-393b76462c7a26be17fb1160cda4da098a561a84.tar.bz2
cv-393b76462c7a26be17fb1160cda4da098a561a84.tar.xz
cv-393b76462c7a26be17fb1160cda4da098a561a84.zip
added support for BitBucket accounts
-rwxr-xr-xyaac-another-awesome-cv.cls8
1 files changed, 4 insertions, 4 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index f131767..0389fad 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -173,7 +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} }
\newcommand\important[1]{\textbf #1}
@@ -235,9 +235,9 @@
% 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}}
% Render author's email (optional)
% Usage: \email{<email adress>}