summaryrefslogtreecommitdiffstats
path: root/cv.tex
blob: da7e58325fe4e646df930ce124916c8fad3984da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% !TEX TS-program = xelatex

\documentclass{source-awesome-cv}


\name{Christophe}{ROGER}
\tagline{Chef de projet IT}
\socialinfo{
	\linkedin{christopheroger}
	\viadeo{christopheroger}
	\github{darwiin}\\
	\smartphone{+687 123 456}
	\email{christophe.roger@mail.com}\\
	\address{2 Rue du quartier, 98765 Ville, Pays}\\
	\infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie}
}
%------------------------------------------
\begin{document}

\makecvheader

%--------------------SECTIONS-----------------------------------
\input{section_headline}
\input{section_competences}										% Section compétence
\input{section_experience_short}								% Section expérience
\input{section_langues}											% Section langues
\input{section_scolarite}										% Section scholarité
%\input{section_interets}										% Section intérêts
\input{section_references} 										% Section références

\end{document}