Replace location with city and country
This commit is contained in:
parent
8aeb671606
commit
5a9100917b
|
@ -91,7 +91,8 @@ experience:
|
||||||
start: "January 2021"
|
start: "January 2021"
|
||||||
end: "present"
|
end: "present"
|
||||||
position: Internship
|
position: Internship
|
||||||
location: Ceuta, Spain
|
city: Ceuta
|
||||||
|
country: Spain
|
||||||
description:
|
description:
|
||||||
- "System administration of a regulatory college"
|
- "System administration of a regulatory college"
|
||||||
- "Management of a Linux server"
|
- "Management of a Linux server"
|
||||||
|
@ -100,7 +101,8 @@ experience:
|
||||||
start: "February 2020"
|
start: "February 2020"
|
||||||
end: "March 2020"
|
end: "March 2020"
|
||||||
position: Internship
|
position: Internship
|
||||||
location: Remote
|
city: Remote
|
||||||
|
country:
|
||||||
description:
|
description:
|
||||||
- "Support Manager at a startup in Spain"
|
- "Support Manager at a startup in Spain"
|
||||||
- "Cut short due to the COVID-19 pandemic"
|
- "Cut short due to the COVID-19 pandemic"
|
||||||
|
|
|
@ -89,10 +89,11 @@ courses:
|
||||||
experience:
|
experience:
|
||||||
- company: COACE
|
- company: COACE
|
||||||
years:
|
years:
|
||||||
start: "January 2021"
|
start: "Enero 2021"
|
||||||
end: "present"
|
end: "present"
|
||||||
position: Internship
|
position: Prácticas
|
||||||
location: Ceuta, Spain
|
city: Ceuta
|
||||||
|
country: España
|
||||||
description:
|
description:
|
||||||
- "Administración de sistemas de un colegio oficial"
|
- "Administración de sistemas de un colegio oficial"
|
||||||
- "Gestión de un servidor Linux"
|
- "Gestión de un servidor Linux"
|
||||||
|
@ -101,7 +102,8 @@ experience:
|
||||||
start: "Febrero 2020"
|
start: "Febrero 2020"
|
||||||
end: "Marzo 2020"
|
end: "Marzo 2020"
|
||||||
position: Prácticas
|
position: Prácticas
|
||||||
location: Remoto
|
city: Remoto
|
||||||
|
country:
|
||||||
description:
|
description:
|
||||||
- "Responsable de Soporte en una startup española"
|
- "Responsable de Soporte en una startup española"
|
||||||
- "Suspendidas debido al COVID-19"
|
- "Suspendidas debido al COVID-19"
|
||||||
|
|
|
@ -80,7 +80,7 @@ $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$}{}{
|
\cventry{$experience.years.start$ \textendash{} $experience.years.end$}{$experience.position$}{$experience.company$}{$experience.city$}{$experience.country$}{
|
||||||
\begin{tightitems}
|
\begin{tightitems}
|
||||||
$for(experience.description)$
|
$for(experience.description)$
|
||||||
\item $experience.description$
|
\item $experience.description$
|
||||||
|
|
Loading…
Reference in New Issue