Place work experience before education
This commit is contained in:
parent
4c906ccbbd
commit
e9189c73a8
Binary file not shown.
Binary file not shown.
|
@ -48,6 +48,17 @@
|
||||||
]{Cormorant Garamond}
|
]{Cormorant Garamond}
|
||||||
\makecvtitle{}
|
\makecvtitle{}
|
||||||
|
|
||||||
|
\ifthenelse{\equal{$lang$}{en}}
|
||||||
|
{\section{Work Experience}}
|
||||||
|
{\section{Experiencia laboral}}
|
||||||
|
$for(experience)$
|
||||||
|
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.city$}{$experience.country$}{
|
||||||
|
\begin{tightitems}
|
||||||
|
$for(experience.description)$
|
||||||
|
\item $experience.description$
|
||||||
|
$endfor$
|
||||||
|
\end{tightitems}}
|
||||||
|
$endfor$
|
||||||
|
|
||||||
\ifthenelse{\equal{$lang$}{en}}
|
\ifthenelse{\equal{$lang$}{en}}
|
||||||
{\section{Education}}
|
{\section{Education}}
|
||||||
|
@ -88,19 +99,6 @@ $for(technologies)$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
|
||||||
\ifthenelse{\equal{$lang$}{en}}
|
|
||||||
{\section{Work Experience}}
|
|
||||||
{\section{Experiencia laboral}}
|
|
||||||
$for(experience)$
|
|
||||||
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.city$}{$experience.country$}{
|
|
||||||
\begin{tightitems}
|
|
||||||
$for(experience.description)$
|
|
||||||
\item $experience.description$
|
|
||||||
$endfor$
|
|
||||||
\end{tightitems}}
|
|
||||||
$endfor$
|
|
||||||
|
|
||||||
|
|
||||||
\ifthenelse{\equal{$lang$}{en}}
|
\ifthenelse{\equal{$lang$}{en}}
|
||||||
{\section{Personal Projects}}
|
{\section{Personal Projects}}
|
||||||
{\section{Proyectos personales}}
|
{\section{Proyectos personales}}
|
||||||
|
|
Loading…
Reference in New Issue