diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-08-08 19:33:31 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-08-08 19:33:31 +1100 |
commit | 4dfaef6b0afa01b9da6b11e4f69ca0846ce60358 (patch) | |
tree | e5e91d39e5c681f21524510885f95797d0e15553 /darwiin-cv.cls | |
parent | 6b9defff726f337fbb558b19a6738e2ff6c9bf6a (diff) | |
download | cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.tar.gz cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.tar.bz2 cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.tar.xz cv-4dfaef6b0afa01b9da6b11e4f69ca0846ce60358.zip |
Code cleaning
Diffstat (limited to 'darwiin-cv.cls')
-rwxr-xr-x | darwiin-cv.cls | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/darwiin-cv.cls b/darwiin-cv.cls index 7472942..dcd8de3 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -55,6 +55,8 @@ \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\viadeo[2]{\faViadeo \quad \href{#1}{#2}} % Viadeo icon + URL +\newcommand\github[2]{\faGithub \quad \href{#1}{#2}} % Github 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 |