diff options
author | Christophe Roger <darwiinc@live.fr> | 2015-10-27 20:14:51 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2015-10-27 20:14:51 +1100 |
commit | b709437ae9a7e5dcfe0ec60684741de77d20e50c (patch) | |
tree | a47ee8b4c3c5004d80d2bccec0b88e53e2dd942a | |
parent | ddeaee8cb938f741f4e9204fd6118d6814662982 (diff) | |
download | cv-b709437ae9a7e5dcfe0ec60684741de77d20e50c.tar.gz cv-b709437ae9a7e5dcfe0ec60684741de77d20e50c.tar.bz2 cv-b709437ae9a7e5dcfe0ec60684741de77d20e50c.tar.xz cv-b709437ae9a7e5dcfe0ec60684741de77d20e50c.zip |
modified: .gitignore
new file: perso_section.tex
new file: references.tex
new file: section_perso.tex
-rwxr-xr-x | .gitignore | 4 | ||||
-rwxr-xr-x | perso_section.tex | 8 | ||||
-rwxr-xr-x | references.tex | 27 | ||||
-rwxr-xr-x | section_perso.tex | 8 |
4 files changed, 43 insertions, 4 deletions
@@ -31,10 +31,6 @@ *.xdy *.tdo *.pdf -perso.tex -perso_section.tex -section_perso.tex -references.tex cv.texnicle cv.texnicle.backup .DS_Store diff --git a/perso_section.tex b/perso_section.tex new file mode 100755 index 0000000..b11bde4 --- /dev/null +++ b/perso_section.tex @@ -0,0 +1,8 @@ +%Section: Personal Data +%\section{\texorpdfstring{\color{Blue}Coordonnées}{Coordonnées}} +%\begin{tabular}{rl} +% \textsc{Date et lieu de naissance:} & 23 Septembre 1982 à Nouméa, Nouvelle-Calédonie (29 ans)\\ +% \textsc{Adresse:} & 102 Avenue de Grasse, 06800, Cagnes sur Mer, France \\ +% \textsc{Téléphone:} & +33 6 08 693 893\\ +% \textsc{email:} & \href{mailto:christophe.roger@gmail.com}{christophe.roger@gmail.com} +%\end{tabular}
\ No newline at end of file diff --git a/references.tex b/references.tex new file mode 100755 index 0000000..7639dc6 --- /dev/null +++ b/references.tex @@ -0,0 +1,27 @@ +%Section: Références +\sectionTitle{Références}{\faGroup} + +% \begin{tabular}{>{\small}l >{\small}l} +% \multicolumn{2}{l}{Franck \textsc{Boudinet}, \emph{Mgr of Solutions Architect}, IBM} \\ +% \quad tél. mobile &: +33 6 72 28 84 53\\ +% \quad tél. fixe &: +33 4 92 11 46 64\\ +% \quad email &: \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}\\ +% \multicolumn{2}{l}{} \\ +% \multicolumn{2}{l}{Nicolas \textsc{Comète}, \emph{IT Architect}, IBM } \\ +% \quad tél. mobile &: +33 6 75 00 98 56\\ +% \quad tél. fixe &: +33 4 92 11 40 77\\ +% \quad email &: \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ + +% \end{tabular} + +\begin{tabular}{>{\small}r >{\small}p{8cm} >{\small}r >{\small}l} + \multicolumn{2}{l}{\textsc{Franck Boudinet}, \emph{Mgr of Solutions Architect}, IBM} & \multicolumn{2}{l}{\textsc{Nicolas Comète}, \emph{IT Architect}, IBM } \\ + \quad \faMobilePhone & +33 6 72 28 84 53 & \quad \faMobilePhone & +33 6 75 00 98 56\\ + \quad \faPhone & +33 4 92 11 46 64 & \quad \faPhone& +33 4 92 11 40 77\\ + \quad \faEnvelope & \href{mailto:boudinet@fr.ibm.com}{boudinet@fr.ibm.com}& \quad \faEnvelope & \href{mailto:nicolas.comete@fr.ibm.com}{nicolas.comete@fr.ibm.com}\\ + \multicolumn{2}{l}{} \\ + \multicolumn{2}{l}{\textsc{Géry Loutre}, \emph{Architecte applicatif et logiciel}, CAFAT} \\ + \quad \faMobilePhone & +687 935 339 \\ + \quad \faPhone & +687 255 904 \\ + \quad \faEnvelope & \href{mailto:gloutre@cafat.nc}{gloutre@cafat.nc}\\ +\end{tabular}
\ No newline at end of file diff --git a/section_perso.tex b/section_perso.tex new file mode 100755 index 0000000..6ae8f77 --- /dev/null +++ b/section_perso.tex @@ -0,0 +1,8 @@ +%Section: Personal Data
+\user{Christophe}{ROGER}\\
+\small{
+ \smartphone{+687 831 831} \quad|\quad \email{christophe.roger@gmail.com}{christophe.roger@gmail.com}\\
+ \linkedin{http://www.linkedin.com/in/christopheroger/fr}{http://www.linkedin.com/in/christopheroger/fr}\\
+ \address{2 Rue Henri Lafleur, 98835 Dumbéa, Nouvelle-Calédonie}\\
+ \infos{Né le 23 septembre 1982 (32 ans) à Nouméa, Nouvelle-Calédonie}
+}
|