From f03ee2b13882c6ab88a19a3c8d78e35944b8237b Mon Sep 17 00:00:00 2001 From: Gregan Date: Thu, 13 May 2021 16:52:25 +0200 Subject: [PATCH] maj couleur --- data/content.yaml | 3 ++- themes/almeida-cv/exampleSite/config.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/content.yaml b/data/content.yaml index b73639e..d433990 100644 --- a/data/content.yaml +++ b/data/content.yaml @@ -16,7 +16,7 @@ BasicInfo: Profile: Je suis formateur technicien Informatique / DevOps au Passe Numérique Pro en partenariat avec le Conservatoire National des Arts et Métiers de Paris. Experience: - - Employer: SAFRAN AE + - Employer: Safran AE Place: Montereau-le-Jard Positions: - Title: Formateur Docker @@ -125,4 +125,5 @@ Interests: - Films / séries - Musique - Skateboard + - Famille diff --git a/themes/almeida-cv/exampleSite/config.toml b/themes/almeida-cv/exampleSite/config.toml index c71d98e..b5f6d74 100644 --- a/themes/almeida-cv/exampleSite/config.toml +++ b/themes/almeida-cv/exampleSite/config.toml @@ -8,7 +8,8 @@ title = "Example - CV" colorDark = "#666" colorLight = "#fff" colorPageBackground = "#ddd" -colorPrimary = "#e3bfb8" +#colorPrimary = "#e3bfb8" +colorPrimary = "#1a54c9" colorPrimaryText = "#fff" colorRightColumnBackground = "#f5f5f5" colorSecondary = "#aaa"