diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-08-23 08:51:34 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-08-23 08:51:34 +1100 |
commit | ad06a64874a435dcd11322be11f6b382b7659351 (patch) | |
tree | 223fd2cfa70b9d1a393d6e94558c5618b9e3fcad /darwiin-cv.cls | |
parent | 26e76539b7b1a750e81f6a2ea8ef2a90990ef2ea (diff) | |
download | cv-ad06a64874a435dcd11322be11f6b382b7659351.tar.gz cv-ad06a64874a435dcd11322be11f6b382b7659351.tar.bz2 cv-ad06a64874a435dcd11322be11f6b382b7659351.tar.xz cv-ad06a64874a435dcd11322be11f6b382b7659351.zip |
Updated experience with new FA Icon
Updated darwiin-cv.cls to change spaces for macros
Updated section perso with new spaces
Changes to be committed:
modified: README.md
modified: darwiin-cv.cls
modified: section_experience_short.tex
modified: section_perso.tex
Diffstat (limited to 'darwiin-cv.cls')
-rwxr-xr-x | darwiin-cv.cls | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/darwiin-cv.cls b/darwiin-cv.cls index dcd8de3..ff1d227 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -52,15 +52,15 @@ \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\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 -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} % Envelope Icon + mailto link +\newcommand{\el}{\enspace \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \enspace \href{#1}{#2}} % Linkedin icon + URL +\newcommand\viadeo[2]{\faViadeo \enspace \href{#1}{#2}} % Viadeo icon + URL +\newcommand\github[2]{\faGithub \enspace \href{#1}{#2}} % Github icon + URL +\newcommand\address[1]{\faMapMarker \enspace #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \enspace #1} % I icon +\newcommand\smartphone[1]{\faMobilePhone \enspace #1} % Smartphone Icon +\newcommand\email[2]{\faAt \enspace \href{mailto:#1}{#2}} % Envelope Icon + mailto link \newcommand\link[2]{\href{#1}{#2} \faLink } \newcommand\important[1]{\textbf #1} @@ -86,7 +86,7 @@ \newcommand\experience[7]{ \textsc{#1} & \textsc{#2, #3, #4} \\ \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength} - #6 + #6 \end{minipage} \\ & \footnotesize{\emph{Technologies utilisées:} #7 } \\ } @@ -94,8 +94,8 @@ \newcommand\consultantexperience[9]{ \textsc{#1} & \textsc{#2, #3, #4} \\ \textsc{#5} & \emph{#6} pour #7 \\ - & \begin{minipage}[t]{\rightcolumnlength} - #8 + & \begin{minipage}[t]{\rightcolumnlength} + #8 \end{minipage} \\ & \footnotesize{\emph{Technologies utilisées:} #9 } \\ } |