summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/cr.pngbin0 -> 1189993 bytes
-rwxr-xr-xexample/cv.tex10
-rwxr-xr-xexample/section_experience_short.tex8
-rwxr-xr-xyaac-another-awesome-cv.cls33
4 files changed, 29 insertions, 22 deletions
diff --git a/example/cr.png b/example/cr.png
new file mode 100644
index 0000000..2601ea9
--- /dev/null
+++ b/example/cr.png
Binary files differ
diff --git a/example/cv.tex b/example/cv.tex
index 38ca438..3eebaa2 100755
--- a/example/cv.tex
+++ b/example/cv.tex
@@ -12,14 +12,14 @@
\documentclass[localFont,alternative]{yaac-another-awesome-cv}
\name{Christophe}{Roger}
-\tagline{Architecte Logiciel | Développeur/Concepteur Java/JEE}
-\photo{2.5cm}{darwiin}
+\tagline{Architecte Logiciel | Développeur/Concepteur Senior Java/JEE}
+\photo{2.5cm}{cr}
\socialinfo{
\linkedin{christopheroger}
\github{darwiin}\\
- \smartphone{+687 123 456}
+ \smartphone{+687 831 831}
\email{christophe.roger@mail.com}\\
- \address{2 Rue du quartier, 98765 Ville, Pays}\\
+ \address{17 Rue de Bretagne, 98835 Dumbéa, Nouvelle-Calédonie}\\
\infos{Né le 23 septembre 1982 (35 ans) à Nouméa, Nouvelle-Calédonie}
}
@@ -38,7 +38,7 @@
\input{section_langues} % Section langues
\input{section_scolarite} % Section scholarité
%\input{section_interets} % Section intérêts
- \input{section_projets}
+ %\input{section_projets}
\input{section_references} % Section références
diff --git a/example/section_experience_short.tex b/example/section_experience_short.tex
index 67e4728..c57f591 100755
--- a/example/section_experience_short.tex
+++ b/example/section_experience_short.tex
@@ -19,12 +19,13 @@
\begin{itemize}
\item Applications hybrides : Conception et développement
\item Développements de micro services REST avec Spring Boot : Conception et développement
+ \item Product Owner : Projet Simply City
\item Reconstruction de la plateforme d'intégration
\item Migration des projets Java sous Maven
\item Evolutions et corrections des bugs du framework de développement interne
\end{itemize}
}
- {Spring Boot,IntelliJ Idea,,Ionic 3,Typescript,Firebase,Apache Tomcat,Eclipse,Maven,Jenkins,Nexus}
+ {Spring Boot,IntelliJ Idea,Ionic 3,Typescript,Firebase,Apache Tomcat,Eclipse,Maven,Jenkins,Nexus}
\emptySeparator
\experience
{Novembre 2015} {Architecte logiciel | Développeur/Concepteur Senior JEE}{\link{http://www.cafat.nc}{CAFAT}}{Nouvelle-Calédonie}
@@ -64,13 +65,12 @@
\item Projets d'intégration, \emph{Enterprise Service Bus} (ESB) et moteur de processus:
\begin{itemize}
\item Conception et développement JEE
- \item Définition et implémentation des processus métiers
- \item Définition et implémentation des médiations
+ \item Définition et implémentation des processus métiers et médiations
\end{itemize}
\item Solutions RFID : Conception et développement Java (JEE, JSE et JME), Analyse, \emph{POC}, documentation et présentation technique du protocole ONS
\end{itemize}
}
- {\emph{WAS} 7,DB2,Hibernate,Ant,Rational Software Architect (\emph{RSA}),Eclipse,RichFaces,Infosphere Traceability Server,Android,Websphere Integration Developer,Websphere Process Server}
+ {Rational Software Architect (\emph{RSA}),Eclipse,\emph{WAS} 7,DB2,Hibernate,Ant,RichFaces,Infosphere Traceability Server,Android,Websphere Integration Developer,Websphere Process Server}
\emptySeparator
\experience
{Novembre 2007} {Ingénieur d'étude}{IBM}{France}
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls
index 4b75448..e4461be 100755
--- a/yaac-another-awesome-cv.cls
+++ b/yaac-another-awesome-cv.cls
@@ -17,7 +17,7 @@
%
% This work consists of the files awesome-source-cv.cls
-\ProvidesClass{yaac-another-awesome-cv}[2018/10/12 v1.10.0 'YAAC: Another Awesome CV' Class]
+\ProvidesClass{yaac-another-awesome-cv}[2018/10/17 v1.10.1 'YAAC: Another Awesome CV' Class]
\LoadClass[a4paper]{article}
@@ -165,16 +165,23 @@
\newlength{\leftcolumn}
\setlength{\leftcolumn}{2.5cm}
+% Font Awesome icons box
+\NewDocumentCommand\faIconBox{m s O{solid}}{
+ \makebox[1.2em][c]{\IfBooleanTF{#2}{\csname fa#1\endcsname*}{\csname fa#1\endcsname}[#3]}
+}
+
% Font Awesome icons aliases
-\newcommand{\mailSymbol}{\faAt}
-\newcommand{\locationSymbol}{\faMapMarker*}
-\newcommand{\infoSymbol}{\faInfo}
-\newcommand{\linkedinSymbol}{\faLinkedinIn}
-\newcommand{\viadeoSymbol}{\faViadeo}
-\newcommand{\mobileSymbol}{\faMobile*}
-\newcommand{\githubSymbol}{\faGithub}
-\newcommand{\mediumSymbol}{\faMedium}
-\newcommand{\bitbucketSymbol}{\faBitbucket}
+\newcommand{\mailSymbol}{\faIconBox{At}}
+\newcommand{\locationSymbol}{\faIconBox{MapMarker}*}
+\newcommand{\infoSymbol}{\faIconBox{Info}}
+\newcommand{\linkedinSymbol}{\faIconBox{LinkedinIn}}
+\newcommand{\viadeoSymbol}{\faIconBox{Viadeo}}
+\newcommand{\mobileSymbol}{\faIconBox{Mobile}*}
+\newcommand{\githubSymbol}{\faIconBox{Github}}
+\newcommand{\mediumSymbol}{\faIconBox{Medium}}
+\newcommand{\bitbucketSymbol}{\faIconBox{Bitbucket}}
+\newcommand{\websiteSymbol}{\faIconBox{Link}}
+
\newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} }
\newcommand\important[1]{\textbf #1}
@@ -191,11 +198,11 @@
% Render a text with its symbol
% Usage; \socialtext{<icon>}{<label>}
-\newcommand{\socialtext}[2]{\mbox{\textcolor{symbolcolor}{#1}\hspace{0.5em}#2\hspace{1em}}}
+\newcommand{\socialtext}[2]{\mbox{\textcolor{symbolcolor}{#1}#2\hspace{0.8em}}}
% Render a link with its symbol
% Usage; \sociallink{<icon>}{<label>}
-\newcommand{\sociallink}[3]{\mbox{\textcolor{symbolcolor}{#1}\hspace{0.5em}\link{#2}{#3}\hspace{1em}}}
+\newcommand{\sociallink}[3]{\mbox{\textcolor{symbolcolor}{#1}\link{#2}{#3}\hspace{0.8em}}}
% Define author's name
% Usage: \name{<firstname>}{<lastname>}
@@ -250,7 +257,7 @@
% Render a website link (optional)
% Usage: \website{<website name>}{<website adress>}
-\newcommand*{\website}[2]{\sociallink{\faLink}{#1}{#2}}
+\newcommand*{\website}[2]{\sociallink{\websiteSymbol}{#1}{#2}}
% Render author's mobile phone (optional)
% Usage: \smartphone{<mobile phone number>}