From 5dc12ee9b2068632b9b9c149bc5c528593e773ab Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 29 Aug 2016 18:31:02 +1100 Subject: Initial commit --- section_competences.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 section_competences.tex (limited to 'section_competences.tex') diff --git a/section_competences.tex b/section_competences.tex new file mode 100755 index 0000000..bf088be --- /dev/null +++ b/section_competences.tex @@ -0,0 +1,14 @@ +%Section compétences +\sectionTitle{Compétences}{\faCode} +\renewcommand{\arraystretch}{1.1} + + \begin{tabular}{>{\small}r>{\small}p{13cm}} + \textsc{Langages de programmation:} & \textbf{Java} (\textbf{JEE}, \textbf{JSE}, JME, Java Card Platform), Microsoft .Net (\textbf{C\#},asp.net)\\ + \textsc{Programmation web:} & ZK, JSP, JSF, JBoss RichFaces, Javascript, jQuery, AngularJS, Bootstrap, LESS, CSS\\ + \textsc{Bases de données:} & \textbf{IBM DB2}, Oracle Database, Microsoft SQL Server, MySQL, PostgreSQL \\ + \textsc{Outils de développement:} & \textbf {IntelliJ Idea}, \textbf {Eclipse}, Visual Studio, Maven, Ant, SVN, git\\ + \textsc{Middleware:} & \textbf{JBoss EAP}, \textbf{Tomcat}, \textbf{Websphere Application Server} (\emph{WAS})\\ + \textsc{Systèmes d'exploitation:} & Mac OS, Windows 2003 Server, Windows 7, Linux Redhat, Linux Centos\\ + \textsc{Conception:} & UML, Merise\\ + \textsc{Autres:} & architecture SOA, technologies RFID, NFC et code barre 1D/2D + \end{tabular} \ No newline at end of file -- cgit v1.2.3 From e3995b2af4747bb0f1afb592bb3a0a943bb8f88e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 10 Oct 2016 12:36:00 +1100 Subject: Adding license header on all source files --- section_competences.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'section_competences.tex') diff --git a/section_competences.tex b/section_competences.tex index ec356d0..9a5f242 100755 --- a/section_competences.tex +++ b/section_competences.tex @@ -1,3 +1,14 @@ +% Awesome Source CV LaTeX Template +% +% This template has been downloaded from: +% https://github.com/darwiin/awesome-neue-latex-cv +% +% Author: +% Christophe Roger +% +% Template license: +% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) + %Section compétences \sectionTitle{Compétences}{\faTasks} \renewcommand{\arraystretch}{1.1} -- cgit v1.2.3