diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-07-29 18:46:51 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-07-29 18:46:51 +1100 |
commit | 668d44e0f1229b699c627cbfc4267f6f9375e744 (patch) | |
tree | b3aac7ebf70e6ac0fd761d9ffe778a72f5538a11 /darwiin-cv.cls | |
parent | 605a26d139fa1427c37b618cf8cdd55644b0e281 (diff) | |
download | cv-668d44e0f1229b699c627cbfc4267f6f9375e744.tar.gz cv-668d44e0f1229b699c627cbfc4267f6f9375e744.tar.bz2 cv-668d44e0f1229b699c627cbfc4267f6f9375e744.tar.xz cv-668d44e0f1229b699c627cbfc4267f6f9375e744.zip |
Bug fixing on darwiin-cv.cls
Updated README.md
Diffstat (limited to 'darwiin-cv.cls')
-rwxr-xr-x | darwiin-cv.cls | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/darwiin-cv.cls b/darwiin-cv.cls index 69ddb36..7472942 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -52,13 +52,13 @@ \setlength{\leftcolumn}{2.5cm} % Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} -\newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \quad #1} % I icon +\newcommand\smartphone[1]{\faMobilePhone \quad #1} % Smartphone Icon +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} % Envelope Icon + mailto link \newcommand\link[2]{\href{#1}{#2} \faLink } \newcommand\important[1]{\textbf #1} |