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{Experiencia laboral}}
|
||||
$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$
|
||||
|
||||
|
||||
|
|
|
@ -85,5 +85,7 @@ experience:
|
|||
end: "March 2020"
|
||||
position: Internship
|
||||
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:
|
||||
- "Bot de Telegram COVID-19"
|
||||
|
||||
|
||||
|
||||
languages:
|
||||
- language: Inglés
|
||||
proficiency: Fluido
|
||||
|
@ -88,5 +86,7 @@ experience:
|
|||
end: "Marzo 2020"
|
||||
position: Prácticas
|
||||
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