diff options
Diffstat (limited to 'example')
-rwxr-xr-x | example/cv.tex | 2 | ||||
-rwxr-xr-x | example/section_competences.tex | 19 | ||||
-rwxr-xr-x | example/section_experience_short.tex | 2 | ||||
-rwxr-xr-x | example/section_references.tex | 24 |
4 files changed, 27 insertions, 20 deletions
diff --git a/example/cv.tex b/example/cv.tex index 8b336c1..0091851 100755 --- a/example/cv.tex +++ b/example/cv.tex @@ -12,7 +12,7 @@ \documentclass[localFont,alternative]{yaac-another-awesome-cv}
-\name{Christophe}{ROGER}
+\name{Christophe}{Roger}
\tagline{Architecte Logiciel | Développeur/Concepteur Java/JEE}
\photo{2.5cm}{darwiin}
\socialinfo{
diff --git a/example/section_competences.tex b/example/section_competences.tex index 5ea0e8b..98a0b28 100755 --- a/example/section_competences.tex +++ b/example/section_competences.tex @@ -11,14 +11,13 @@ %Section compétences
\sectionTitle{Compétences}{\faTasks}
-\renewcommand{\arraystretch}{1.1}
- \begin{tabular}{>{}r>{}p{13cm}}
- \textsc{Programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#}), \textbf{Typescript}, Javascript, CSS\\
- \textsc{Frameworks:} & Spring, Spring Boot, \textbf{Ionic 3}, Angular 2, Angular 4, ZK, JBoss RichFaces\\
- \textsc{Bases de données:} & IBM DB2, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\
- \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio Code, Maven, Ant, SVN, git\\
- \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Apache Tomcat}, Websphere Application Server (\emph{WAS})\\
- \textsc{Systèmes d'exploitation:} & Mac OS X, Windows Server, Windows 7, Linux Redhat, Linux Centos\\
- \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D
- \end{tabular}
\ No newline at end of file + \begin{keywords}
+ \keywordsentry{Programmation}{\textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#}), \textbf{Typescript}, Javascript, CSS}
+ \keywordsentry{Frameworks}{Spring, Spring Boot, \textbf{Ionic 3}, Angular 2, Angular 4, ZK, JBoss RichFaces}
+ \keywordsentry{Bases de données}{IBM DB2, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL}
+ \keywordsentry{Outils de développement}{\textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio Code, Maven, Ant, SVN, git}
+ \keywordsentry{Middleware}{\textbf{JBoss EAP}, \textbf{Apache Tomcat}, Websphere Application Server (\emph{WAS})}
+ \keywordsentry{Systèmes d'exploitation}{Mac OS X, Windows Server, Windows 7, Linux Redhat, Linux Centos}
+ \keywordsentry{Autres}{architecture SOA, technologies RFID, NFC et code barre 1D/2D}
+ \end{keywords}
\ No newline at end of file diff --git a/example/section_experience_short.tex b/example/section_experience_short.tex index c415608..cdfed1b 100755 --- a/example/section_experience_short.tex +++ b/example/section_experience_short.tex @@ -10,7 +10,7 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) %Section: Work Experience at the top -\sectionTitle{Expérience Professionelle}{\faSuitcase} +\sectionTitle{Expériences Professionelles}{\faSuitcase} %\renewcommand{\labelitemi}{$\bullet$} \begin{experiences} \experience diff --git a/example/section_references.tex b/example/section_references.tex index 15ca797..a51f1ad 100755 --- a/example/section_references.tex +++ b/example/section_references.tex @@ -10,12 +10,20 @@ % CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) %Section: Références -\sectionTitle{Références}{\faQuoteLeft} +\sectionTitle{Références}{\faCommentsO} -\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} - %\multicolumn{2}{l}{} \\ - \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ - \quad \faMobilePhone & +687 987 654 & \quad \faMobilePhone & +33 6 12 34 56 78\\ - \quad \faPhone & +687 255 654 & \quad \faPhone& +33 4 87 65 43 21\\ - \quad \mailSymbol & \href{mailto:ref1@cafat.nc}{ref1@cafat.nc} & \quad \mailSymbol & \href{mailto:ref2@fr.ibm.com}{ref2@fr.ibm.com}\\ -\end{tabular}
\ No newline at end of file +\begin{referees} + \referee + {Jon Snow} + {Lord Commander} + {Night's Watch} + {john.snow@nightwatch.org} + {+687 987 654} + \referee + {Géry Loutre} + {Architecte logiciel} + {Cafat} + {ref1@cafat.nc} + {+687 987 654} + +\end{referees}
\ No newline at end of file |