diff --git a/config.yaml b/config.yaml index 2a24c48..60be573 100644 --- a/config.yaml +++ b/config.yaml @@ -18,4 +18,11 @@ params: # GitHub repo URL of your site gitRepo: https://git.ducamps.win/vincent/welcome enableBlogPost: true - enableTOC: true \ No newline at end of file + enableTOC: true + background: "/images/background.jpg" + logo: + main: /images/logo.png + inverted: /images/logo-inverted.png + favicon: /images/logo-inverted.png + newsletter: + enable: false \ No newline at end of file diff --git a/data/en/sections/experiences.yaml b/data/en/sections/experiences.yaml new file mode 100644 index 0000000..d275fe6 --- /dev/null +++ b/data/en/sections/experiences.yaml @@ -0,0 +1,50 @@ +# section information +section: + name: Experiences + id: experiences + enable: true + weight: 3 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# Your experiences +experiences: +- company: + name: Consort NT. + url: "https://consort-group.com/" + location: Société Générale Lille + # company overview + overview: Administration du parc clients et serveur pour l'environnement retail de la société général + positions: + - designation: Administrateur système + start: Sept 2019 + # don't provide end date if you are currently working there. It will be replaced by "Present" + # end: Dec 2020 + # give some points about what was your responsibilities at the company. + responsibilities: + - "Gestion des Cluster de Serveurs du périmètre : DHCP, SQL, Impression, IIS" + - "Supervision et sécurité : Monitoring (SCOM), Gestion Antivirus (Symantec) et Update KB Microsoft (30 000 postes)" + - Homolgation Technique des composants poste de travail et Serveurs Windows + - Planification et déploiement logiciel sur l'infrastructure (SCCM) + - Création de scripts Powershell +- company: + name: Consort NT. + url: "https://consort-group.com/" + location: Roquette frères Lestrem + # company overview + overview: Administration du parc client dans un contexte Industriel + positions: + - designation: Administrateur système + start: Mars 2017 + end: Sept 2019 + # don't provide end date if you are currently working there. It will be replaced by "Present" + # end: Dec 2020 + # give some points about what was your responsibilities at the company. + responsibilities: + - Qualification logiciel, Création de package (admin studio/VBs), montage dans SCCM, suivie de la télédistribution. + - scripting powershell + - Suivie de projet poste de travail. + - Adaptation de Task Sequence. + - Modification de GPO. + - Qualification matériel. \ No newline at end of file diff --git a/data/en/site.yaml b/data/en/site.yaml index ad60ed4..c55fe86 100644 --- a/data/en/site.yaml +++ b/data/en/site.yaml @@ -2,4 +2,10 @@ copyright: © 2020 Copyright. # Meta description for your site. This will help the search engines to find your site. -description: personal website of Vincent Ducamps \ No newline at end of file +description: personal website of Vincent Ducamps + +customMenus: +- name: RSS Manager + url: https://www.ducamps.win/tt-rss +- name: nextcloud + url: https://file.ducamps.win/ diff --git a/data/fr/sections/experiences.yaml b/data/fr/sections/experiences.yaml new file mode 100644 index 0000000..d275fe6 --- /dev/null +++ b/data/fr/sections/experiences.yaml @@ -0,0 +1,50 @@ +# section information +section: + name: Experiences + id: experiences + enable: true + weight: 3 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# Your experiences +experiences: +- company: + name: Consort NT. + url: "https://consort-group.com/" + location: Société Générale Lille + # company overview + overview: Administration du parc clients et serveur pour l'environnement retail de la société général + positions: + - designation: Administrateur système + start: Sept 2019 + # don't provide end date if you are currently working there. It will be replaced by "Present" + # end: Dec 2020 + # give some points about what was your responsibilities at the company. + responsibilities: + - "Gestion des Cluster de Serveurs du périmètre : DHCP, SQL, Impression, IIS" + - "Supervision et sécurité : Monitoring (SCOM), Gestion Antivirus (Symantec) et Update KB Microsoft (30 000 postes)" + - Homolgation Technique des composants poste de travail et Serveurs Windows + - Planification et déploiement logiciel sur l'infrastructure (SCCM) + - Création de scripts Powershell +- company: + name: Consort NT. + url: "https://consort-group.com/" + location: Roquette frères Lestrem + # company overview + overview: Administration du parc client dans un contexte Industriel + positions: + - designation: Administrateur système + start: Mars 2017 + end: Sept 2019 + # don't provide end date if you are currently working there. It will be replaced by "Present" + # end: Dec 2020 + # give some points about what was your responsibilities at the company. + responsibilities: + - Qualification logiciel, Création de package (admin studio/VBs), montage dans SCCM, suivie de la télédistribution. + - scripting powershell + - Suivie de projet poste de travail. + - Adaptation de Task Sequence. + - Modification de GPO. + - Qualification matériel. \ No newline at end of file diff --git a/data/fr/site.yaml b/data/fr/site.yaml index e9ff52e..d97e1db 100644 --- a/data/fr/site.yaml +++ b/data/fr/site.yaml @@ -2,4 +2,10 @@ copyright: © 2020 Copyright. # Meta description for your site. This will help the search engines to find your site. -description: Site Personnel de Vincent Ducamps. \ No newline at end of file +description: Site Personnel de Vincent Ducamps. + +customMenus: +- name: RSS Manager + url: https://www.ducamps.win/tt-rss +- name: nextcloud + url: https://file.ducamps.win/ diff --git a/static/images/background.jpg b/static/images/background.jpg new file mode 100644 index 0000000..22548d8 Binary files /dev/null and b/static/images/background.jpg differ diff --git a/static/images/logo-inverted.png b/static/images/logo-inverted.png new file mode 100644 index 0000000..45f10e4 Binary files /dev/null and b/static/images/logo-inverted.png differ diff --git a/static/images/logo.png b/static/images/logo.png new file mode 100644 index 0000000..b6bd337 Binary files /dev/null and b/static/images/logo.png differ