Skip to content

Commit

Permalink
Merge branch 'master' into local-github
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Roger committed Oct 18, 2016
2 parents fde9c7f + 814751a commit 37a8ecd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
15 changes: 14 additions & 1 deletion awesome-source-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,19 @@
% Resume part title definition
\newcommand\sectionTitle[2]{\section{\texorpdfstring{\color{accentcolor}#2\enspace #1}{#1}}}

\newcolumntype{D}{>{\raggedleft}p{\leftcolumn}}

% Define the 'scolarship' environment
\newenvironment{scolarship}{%
\begin{tabular}{D p{\rightcolumnlength}}
}{%
\end{tabular}
}

\newcommand\scolarshipentry[2]{
#1 & #2 \\
}

% Define the 'skills' environment
\newenvironment{skills}{%
\begin{longtable}{R{\leftcolumn}p{\rightcolumnlength}}
Expand All @@ -239,7 +252,7 @@
% \skill{<skill>}{<level>}
\newcommand\skill[2]{
\textsc{#1} & \foreach \x in {1,...,5}{{\color{accentcolor!80} \ifnumgreater{\x}{#2}{\faCircleO}{\faCircle}}\enspace } \\
}
}

% Define the 'experiences' environment
\newenvironment{experiences}{%
Expand Down
16 changes: 9 additions & 7 deletions section_scolarite.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@

%Section: Scholarships and additional info
\sectionTitle{Formation}{\faMortarBoard}
\begin{tabular}{>{\small}r>{\small}p{14cm}}
\parbox{\datebox}{\raggedleft 2007} & Master STIC Professionel filière MBDS
de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et
intégration de Systèmes) \\
2004 & BTS Informatique de Gestion option administrateurs de réseaux \\
2000 & Baccalauréat Scientifique option Mathématiques
\end{tabular}

\begin{scolarship}
\scolarshipentry{2007}
{Master STIC Professionel filière MBDS de l'Université de Nice Sophia Antipolis (Master Informatique spécialité Multimédia, Base de Données et intégration de Systèmes)}
\scolarshipentry{2004}
{BTS Informatique de Gestion option administrateurs de réseaux}
\scolarshipentry{2000}
{Baccalauréat Scientifique option Mathématiques}
\end{scolarship}

0 comments on commit 37a8ecd

Please sign in to comment.