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$
|
||||
|
||||
|
||||
|
|
|
@ -21,18 +21,18 @@ education:
|
|||
- years:
|
||||
start: 2015
|
||||
end: 2017
|
||||
degree: Bachelor
|
||||
focus: Medicine
|
||||
degree: Bachelor
|
||||
focus: Medicine
|
||||
campus: Sevilla
|
||||
institution: "Universidad de Sevilla"
|
||||
institution: "Universidad de Sevilla"
|
||||
|
||||
- years:
|
||||
start: 2013
|
||||
end: 2015
|
||||
degree: Bachelor
|
||||
focus: Medicine
|
||||
degree: Bachelor
|
||||
focus: Medicine
|
||||
campus: Châtenay-Malabry
|
||||
institution: "Université Paris-Sud"
|
||||
institution: "Université Paris-Sud"
|
||||
|
||||
technologies:
|
||||
programming:
|
||||
|
@ -79,11 +79,13 @@ courses:
|
|||
institution: Universidad de Granada
|
||||
|
||||
experience:
|
||||
- company: JITKey
|
||||
- company: JITKey
|
||||
years:
|
||||
start: "February 2020"
|
||||
end: "March 2020"
|
||||
position: Internship
|
||||
start: "February 2020"
|
||||
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"
|
||||
---
|
||||
|
|
|
@ -13,27 +13,27 @@ education:
|
|||
- years:
|
||||
start: 2017
|
||||
end: presente
|
||||
degree: Grado
|
||||
focus: Ingeniería Informática
|
||||
institution: "Universidad de Granada"
|
||||
degree: Grado
|
||||
focus: Ingeniería Informática
|
||||
institution: "Universidad de Granada"
|
||||
campus: Ceuta
|
||||
|
||||
- years:
|
||||
start: 2015
|
||||
end: 2017
|
||||
degree: Grado
|
||||
focus: Medicina
|
||||
degree: Grado
|
||||
focus: Medicina
|
||||
campus: Sevilla
|
||||
institution: "Universidad de Sevilla"
|
||||
institution: "Universidad de Sevilla"
|
||||
|
||||
|
||||
- years:
|
||||
start: 2013
|
||||
end: 2015
|
||||
degree: Grado
|
||||
focus: Medicina
|
||||
degree: Grado
|
||||
focus: Medicina
|
||||
campus: Châtenay-Malabry
|
||||
institution: "Université Paris-Sud"
|
||||
institution: "Université Paris-Sud"
|
||||
|
||||
technologies:
|
||||
programming:
|
||||
|
@ -56,8 +56,6 @@ technologies:
|
|||
projects:
|
||||
- "Bot de Telegram COVID-19"
|
||||
|
||||
|
||||
|
||||
languages:
|
||||
- language: Inglés
|
||||
proficiency: Fluido
|
||||
|
@ -82,11 +80,13 @@ courses:
|
|||
institution: Universidad de Granada
|
||||
|
||||
experience:
|
||||
- company: JITKey
|
||||
- company: JITKey
|
||||
years:
|
||||
start: "Febrero 2020"
|
||||
end: "Marzo 2020"
|
||||
position: Prácticas
|
||||
start: "Febrero 2020"
|
||||
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