summaryrefslogtreecommitdiffstats
path: root/yaac-another-awesome-cv.cls
diff options
context:
space:
mode:
authorChristophe ROGER <darwiin@users.noreply.github.com>2018-10-17 20:24:32 +1100
committerChristophe ROGER <darwiin@users.noreply.github.com>2018-10-17 20:24:32 +1100
commit05e47e53316de5d59e8ec632dc104b5790c8aa9b (patch)
treef67ce5a12fb218fedafededd7473ffebaf1d7311 /yaac-another-awesome-cv.cls
parent04c16c214b883d6956888e23f2dae50795271c63 (diff)
downloadcv-05e47e53316de5d59e8ec632dc104b5790c8aa9b.tar.gz
cv-05e47e53316de5d59e8ec632dc104b5790c8aa9b.tar.bz2
cv-05e47e53316de5d59e8ec632dc104b5790c8aa9b.tar.xz
cv-05e47e53316de5d59e8ec632dc104b5790c8aa9b.zip
Revert "Header icons aligned"
This reverts commit b22b437093cbcda52f92a743d667cdd3685cc6e1.
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-rwxr-xr-xyaac-another-awesome-cv.cls24
1 files changed, 9 insertions, 15 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index 0bf2eaf..4b75448 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -73,7 +73,6 @@
\RequirePackage{tikz}
\RequirePackage[skins]{tcolorbox}
\RequirePackage{fancyhdr}
-\RequirePackage{xparse}
\DeclareUnicodeCharacter{00E9}{\'{e}}
@@ -166,21 +165,16 @@
\newlength{\leftcolumn}
\setlength{\leftcolumn}{2.5cm}
-% Font Awesome icons box
-\NewDocumentCommand\faIconBox{m s O{solid}}{
- \makebox[1.5em][c]{\IfBooleanTF{#2}{\csname fa#1\endcsname*}{\csname fa#1\endcsname}[#3]}
-}
-
% Font Awesome icons aliases
-\newcommand{\mailSymbol}{\faIconBox{At}}
-\newcommand{\locationSymbol}{\faIconBox{MapMarker}*}
-\newcommand{\infoSymbol}{\faIconBox{Info}}
-\newcommand{\linkedinSymbol}{\faIconBox{LinkedinIn}}
-\newcommand{\viadeoSymbol}{\faIconBox{Viadeo}}
-\newcommand{\mobileSymbol}{\faIconBox{Mobile}*}
-\newcommand{\githubSymbol}{\faIconBox{Github}}
-\newcommand{\mediumSymbol}{\faIconBox{Medium}}
-\newcommand{\bitbucketSymbol}{\faIconBox{Bitbucket}}
+\newcommand{\mailSymbol}{\faAt}
+\newcommand{\locationSymbol}{\faMapMarker*}
+\newcommand{\infoSymbol}{\faInfo}
+\newcommand{\linkedinSymbol}{\faLinkedinIn}
+\newcommand{\viadeoSymbol}{\faViadeo}
+\newcommand{\mobileSymbol}{\faMobile*}
+\newcommand{\githubSymbol}{\faGithub}
+\newcommand{\mediumSymbol}{\faMedium}
+\newcommand{\bitbucketSymbol}{\faBitbucket}
\newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} }
\newcommand\important[1]{\textbf #1}