summaryrefslogtreecommitdiffstats
path: root/yaac-another-awesome-cv.cls
diff options
context:
space:
mode:
authorChristophe ROGER <darwiin@users.noreply.github.com>2018-10-11 23:45:29 +1100
committerGitHub <noreply@github.com>2018-10-11 23:45:29 +1100
commitba16e023e3e89eb65fccfc5aa9a981e785aedcca (patch)
tree261b126b0cad2e148701b59d731caf97c2416e25 /yaac-another-awesome-cv.cls
parent7e7d8031d61c0508c16a2d47cd3da5172fe4981a (diff)
parent1f6701785d79ec60deeee8a79ffee94fd2944acd (diff)
downloadcv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.tar.gz
cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.tar.bz2
cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.tar.xz
cv-ba16e023e3e89eb65fccfc5aa9a981e785aedcca.zip
Merge pull request #17 from alcysec/patch-1
Fontawesome 5 compatibility
Diffstat (limited to 'yaac-another-awesome-cv.cls')
-rwxr-xr-xyaac-another-awesome-cv.cls10
1 files changed, 5 insertions, 5 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index 12aa446..42f34d7 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -63,7 +63,7 @@
\RequirePackage[usenames,dvipsnames]{xcolor}
\RequirePackage{fullpage}
\RequirePackage[margin=1.5cm]{geometry}
-\RequirePackage{fontawesome}
+\RequirePackage{fontawesome5}
\RequirePackage{hyperref}
\RequirePackage{titlesec}
\RequirePackage{array}
@@ -171,7 +171,7 @@
\newcommand{\infoSymbol}{\faInfo}
\newcommand{\linkedinSymbol}{\faLinkedin}
\newcommand{\viadeoSymbol}{\faViadeo}
-\newcommand{\mobileSymbol}{\faMobilePhone}
+\newcommand{\mobileSymbol}{\faMobile*}
\newcommand{\githubSymbol}{\faGithub}
\newcommand{\mediumSymbol}{\faMedium}
\newcommand{\bitbucketSymbol}{\faBitbucket}
@@ -249,8 +249,8 @@
\newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}}
% Render a website link (optional)
-% Usage: \email{<email adress>}
-\newcommand*{\website}[2]{\sociallink{\faExternalLink}{#1}{#2}}
+% Usage: \website{<website name>}{<website adress>}
+\newcommand*{\website}[2]{\sociallink{\faExternalLink*}{#1}{#2}}
% Render author's mobile phone (optional)
% Usage: \smartphone{<mobile phone number>}
@@ -366,7 +366,7 @@
% Render a skill in the skills environment
% Usage: \skill{<skill>}{<level>}
\newcommand\skill[2]{
- \textbf{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircleThin}{\faCircle}}\enspace } \\
+ \textbf{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircle[regular]}{\faCircle}}\enspace } \\
}
\newcolumntype{E}{>{\raggedright\arraybackslash}p{\rightcolumnlength}}