diff --git a/src/experiences/artionet-stage.md b/src/experiences/artionet-stage.md index 472d906..d2abece 100644 --- a/src/experiences/artionet-stage.md +++ b/src/experiences/artionet-stage.md @@ -1,8 +1,12 @@ --- title: Artionet - Web Agency +role: Stagiaire description: Stage de 4ème année de CFC, développement web location: Delémont link: https://www.artionet.ch +dates: + start: 2021 + end: 2022 startDate: 2021 endDate: 2022 --- \ No newline at end of file diff --git a/src/experiences/artionet.md b/src/experiences/artionet.md index 12d7f2e..3346695 100644 --- a/src/experiences/artionet.md +++ b/src/experiences/artionet.md @@ -1,8 +1,12 @@ --- title: Artionet - Web Agency +role: Développeur description: Développeur Front-End et Support Client location: Delémont link: https://www.artionet.ch +dates: + start: 2022 + end: Present startDate: 2022 endDate: 2024 --- \ No newline at end of file diff --git a/src/experiences/emt.md b/src/experiences/emt.md index 7564e89..0242987 100644 --- a/src/experiences/emt.md +++ b/src/experiences/emt.md @@ -1,7 +1,11 @@ --- title: Ecole des métiers Technique +role: Etudiant description: CFC d'informaticien d'entreprise location: Porrentruy +dates: + start: 2018 + end: 2022 startDate: 2018 endDate: 2022 --- \ No newline at end of file diff --git a/src/pages/sections/experiences.liquid b/src/pages/sections/experiences.liquid index 65d6103..894be1b 100644 --- a/src/pages/sections/experiences.liquid +++ b/src/pages/sections/experiences.liquid @@ -1,8 +1,9 @@ --- title: Expériences displayedTitle: Mes expériences +collection: experiences order: 3 --- -{% assign experiences = collections.experiences %} +{% assign experiences = collections[collection] %} {% render 'partials/components/timeline', timeline: experiences %} \ No newline at end of file diff --git a/src/pages/sections/projects.liquid b/src/pages/sections/projects.liquid index c2275f1..594755f 100644 --- a/src/pages/sections/projects.liquid +++ b/src/pages/sections/projects.liquid @@ -1,8 +1,9 @@ --- title: Projets displayedTitle: Mes projets +collection: projects order: 2 --- -{% assign projects = collections.projects %} +{% assign projects = collections[collection] %} {% include 'partials/components/project-grid' %} \ No newline at end of file