Replace location with city and country

This commit is contained in:
coolneng 2021-02-20 17:28:12 +01:00
parent 8aeb671606
commit 5a9100917b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 11 additions and 7 deletions

View File

@ -91,7 +91,8 @@ experience:
start: "January 2021"
end: "present"
position: Internship
location: Ceuta, Spain
city: Ceuta
country: Spain
description:
- "System administration of a regulatory college"
- "Management of a Linux server"
@ -100,7 +101,8 @@ experience:
start: "February 2020"
end: "March 2020"
position: Internship
location: Remote
city: Remote
country:
description:
- "Support Manager at a startup in Spain"
- "Cut short due to the COVID-19 pandemic"

View File

@ -89,10 +89,11 @@ courses:
experience:
- company: COACE
years:
start: "January 2021"
start: "Enero 2021"
end: "present"
position: Internship
location: Ceuta, Spain
position: Prácticas
city: Ceuta
country: España
description:
- "Administración de sistemas de un colegio oficial"
- "Gestión de un servidor Linux"
@ -101,7 +102,8 @@ experience:
start: "Febrero 2020"
end: "Marzo 2020"
position: Prácticas
location: Remoto
city: Remoto
country:
description:
- "Responsable de Soporte en una startup española"
- "Suspendidas debido al COVID-19"

View File

@ -80,7 +80,7 @@ $endfor$
{\section{Work Experience}}
{\section{Experiencia laboral}}
$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}
$for(experience.description)$
\item $experience.description$