From ad06a64874a435dcd11322be11f6b382b7659351 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Tue, 23 Aug 2016 08:51:34 +1100 Subject: 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 --- README.md | 2 +- darwiin-cv.cls | 24 ++++++++++++------------ section_experience_short.tex | 2 +- section_perso.tex | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5bb3d4b..f71e31e 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -latex-classicalcv +latex-classicalcv [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf) ================= Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes _XeLaTeX_ engine and _Fontin_ font. 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 } \\ } diff --git a/section_experience_short.tex b/section_experience_short.tex index 8256bc9..a416be8 100755 --- a/section_experience_short.tex +++ b/section_experience_short.tex @@ -1,5 +1,5 @@ %Section: Work Experience at the top -\sectionTitle{Expérience Professionelle}{\faBriefcase} +\sectionTitle{Expérience Professionelle}{\faSuitcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} \experience diff --git a/section_perso.tex b/section_perso.tex index 7da294e..313cd1f 100755 --- a/section_perso.tex +++ b/section_perso.tex @@ -1,8 +1,8 @@ %Section: Personal Data \user{Christophe}{ROGER}\\ \small{ - \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger} \quad|\enspace \viadeo{http://www.viadeo.com/fr/profile/christopheroger}{christopheroger} \quad|\enspace\github{https://github.com/darwiin}{darwiin} \\ - \smartphone{+687 831 831} \quad|\enspace \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ + \linkedin{http://www.linkedin.com/in/christopheroger/fr}{christopheroger} \quad|\quad \viadeo{http://www.viadeo.com/fr/profile/christopheroger}{christopheroger} \quad|\quad \github{https://github.com/darwiin}{darwiin} \\ + \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\ \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\ \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie} } -- cgit v1.2.1