Convert work experience description into tighitems
This commit is contained in:
parent
57bb6faa70
commit
5a58dcb975
Binary file not shown.
Binary file not shown.
|
@ -83,7 +83,12 @@ $endfor$}
|
||||||
{\section{Work Experience}}
|
{\section{Work Experience}}
|
||||||
{\section{Experiencia laboral}}
|
{\section{Experiencia laboral}}
|
||||||
$for(experience)$
|
$for(experience)$
|
||||||
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.location$}{}{$experience.description$}
|
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.location$}{}{
|
||||||
|
\begin{tightitems}
|
||||||
|
$for(experience.description)$
|
||||||
|
\item $experience.description$
|
||||||
|
$endfor$
|
||||||
|
\end{tightitems}}
|
||||||
$endfor$
|
$endfor$
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -85,5 +85,7 @@ experience:
|
||||||
end: "March 2020"
|
end: "March 2020"
|
||||||
position: Internship
|
position: Internship
|
||||||
location: Remote
|
location: Remote
|
||||||
description: "Support Manager at a startup in Spain. Cut short due to the COVID-19 pandemic"
|
description:
|
||||||
|
- "Support Manager at a startup in Spain"
|
||||||
|
- "Cut short due to the COVID-19 pandemic"
|
||||||
---
|
---
|
||||||
|
|
|
@ -56,8 +56,6 @@ technologies:
|
||||||
projects:
|
projects:
|
||||||
- "Bot de Telegram COVID-19"
|
- "Bot de Telegram COVID-19"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
- language: Inglés
|
- language: Inglés
|
||||||
proficiency: Fluido
|
proficiency: Fluido
|
||||||
|
@ -88,5 +86,7 @@ experience:
|
||||||
end: "Marzo 2020"
|
end: "Marzo 2020"
|
||||||
position: Prácticas
|
position: Prácticas
|
||||||
location: Remoto
|
location: Remoto
|
||||||
description: "Responsable de Soporte en una startup española. Suspendidas debido al COVID-19"
|
description:
|
||||||
|
- "Responsable de Soporte en una startup española"
|
||||||
|
- "Suspendidas debido al COVID-19"
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue