Convert work experience description into tighitems

This commit is contained in:
coolneng 2021-02-20 14:19:53 +01:00
parent 57bb6faa70
commit 5a58dcb975
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 35 additions and 28 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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$

View File

@ -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"
---

View File

@ -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"
---