diff --git a/config/_default/menus.toml b/config/_default/menus.toml index cc56c71..5652c3e 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -1,13 +1,13 @@ # Navigation Links [[main]] - name = "A propos" + name = "À propos" url = "#about" weight = 10 [[main]] - name = "Expérience" - url = "#experience" + name = "Formation" + url = "#training" weight = 20 [[main]] diff --git a/data/experience.toml b/data/training.toml similarity index 95% rename from data/experience.toml rename to data/training.toml index de4c86e..b6a0ad4 100644 --- a/data/experience.toml +++ b/data/training.toml @@ -1,7 +1,7 @@ -Title = "Expérience" +Title = "Formation" Subtitle = "During this time, I also worked part-time on many more projects, check them out below !" -# [[experience]] +# [[training]] # id = 1 # btn_label = "Actuellement" # job_employer = "Armée suisse" @@ -13,7 +13,7 @@ Subtitle = "During this time, I also worked part-time on many more projects, che # Dès le mois de janvier 2024, j'effectuerai mon école de recrue à l'armée suisse en tant que canonnier mortiers. # ''' -[[experience]] +[[training]] id = 1 btn_label = "2019 - 2023" job_employer = "HEIG-VD" @@ -28,8 +28,8 @@ J'ai également pu développer mes compétences en gestion de projet, en travail Mon travail de Bachelor est présenté dans la section "Projets". ''' -[[experience]] -id = 3 +[[training]] +id = 2 btn_label = "2015 - 2019" job_employer = "EPFL ENAC-IT" job_description = "CFC Informaticien d'entreprise et maturité pro. technique" diff --git a/themes/ncrausaz/layouts/index.html b/themes/ncrausaz/layouts/index.html index c5c9003..9391ebb 100644 --- a/themes/ncrausaz/layouts/index.html +++ b/themes/ncrausaz/layouts/index.html @@ -1,7 +1,7 @@ {{ define "main" }} {{- partial "header.html" . -}} {{- partial "components/socialLinks" -}}
{{- partial "sections/mainSection" . -}} {{- partial "sections/aboutSection" . -}} {{- partial - "sections/experienceSection" . -}} {{- partial "sections/projectsSection" . -}} {{- partial "sections/contactSection" + "sections/trainingSection" . -}} {{- partial "sections/projectsSection" . -}} {{- partial "sections/contactSection" . -}}
diff --git a/themes/ncrausaz/layouts/partials/sections/aboutSection.html b/themes/ncrausaz/layouts/partials/sections/aboutSection.html index 5491d2e..59267bf 100644 --- a/themes/ncrausaz/layouts/partials/sections/aboutSection.html +++ b/themes/ncrausaz/layouts/partials/sections/aboutSection.html @@ -11,11 +11,10 @@

{{ .Site.Data.about.Title }}

>

Je m'appelle Nicolas Crausaz, ans. Je suis ingénieur logiciel récemment diplômé - de l’HEIG-VD. + de l’HEIG-VD.
-
- Passionné par le développement, en particulier par les - technologies Web, j’ai eu l’occasion durant mes études, + Passionné par le développement, en particulier par les + technologies Web, j’ai eu l’occasion durant mes études, ainsi que de manière indépendante, de réaliser de multiples projets réels de moyenne à grande envergure.

diff --git a/themes/ncrausaz/layouts/partials/sections/experienceSection.html b/themes/ncrausaz/layouts/partials/sections/trainingSection.html similarity index 89% rename from themes/ncrausaz/layouts/partials/sections/experienceSection.html rename to themes/ncrausaz/layouts/partials/sections/trainingSection.html index cbce15f..9e52d38 100644 --- a/themes/ncrausaz/layouts/partials/sections/experienceSection.html +++ b/themes/ncrausaz/layouts/partials/sections/trainingSection.html @@ -1,14 +1,14 @@
-

{{ .Site.Data.experience.Title }}

+

{{ .Site.Data.training.Title }}

- {{ range .Site.Data.experience.experience }} + {{ range .Site.Data.training.training }}
- {{ range .Site.Data.experience.experience }} + {{ range .Site.Data.training.training }}