From 809008f15bb317421bfc38e2089e85d38ae0937f Mon Sep 17 00:00:00 2001 From: peter_rabbit <pierrejarriges@gmail.com> Date: Mon, 1 Feb 2021 13:33:34 +0100 Subject: [PATCH] feat: address in footer --- public/education/education.js | 19 +++++++++++---- public/games/games.js | 19 +++++++++++---- public/main.js | 19 +++++++++++---- .../software-development.js | 23 ++++++++++++++----- src/template/template.js | 17 +++++++++++--- 5 files changed, 76 insertions(+), 21 deletions(-) diff --git a/public/education/education.js b/public/education/education.js index 100045b..b25958c 100644 --- a/public/education/education.js +++ b/public/education/education.js @@ -725,7 +725,7 @@ const NAV_MENU_ITEMS = [ "/software-development/", "Software", [ - ["/software-development/#projects", "Nos Projets"], + ["/software-development/#projects", "Projets"], ["/software-development/#service", "Prestation de services"], ], ], @@ -893,9 +893,20 @@ class Template { "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.", }, { - tag: "a", - href: "mailto:contact@kuadrado-software.fr", - contents: "contact@kuadrado-software.fr", + tag: "span", + contents: + "<b><blue>Où sommes-nous ? </blue></b>32 rue Simon Vialet, 07240 Vernoux en Vivarais. Ardèche, France", + }, + { + tag: "div", + contents: [ + { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" }, + { + tag: "a", + href: "mailto:contact@kuadrado-software.fr", + contents: "contact@kuadrado-software.fr", + }, + ], }, ], }, diff --git a/public/games/games.js b/public/games/games.js index 627a2c7..9e68525 100644 --- a/public/games/games.js +++ b/public/games/games.js @@ -527,7 +527,7 @@ const NAV_MENU_ITEMS = [ "/software-development/", "Software", [ - ["/software-development/#projects", "Nos Projets"], + ["/software-development/#projects", "Projets"], ["/software-development/#service", "Prestation de services"], ], ], @@ -695,9 +695,20 @@ class Template { "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.", }, { - tag: "a", - href: "mailto:contact@kuadrado-software.fr", - contents: "contact@kuadrado-software.fr", + tag: "span", + contents: + "<b><blue>Où sommes-nous ? </blue></b>32 rue Simon Vialet, 07240 Vernoux en Vivarais. Ardèche, France", + }, + { + tag: "div", + contents: [ + { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" }, + { + tag: "a", + href: "mailto:contact@kuadrado-software.fr", + contents: "contact@kuadrado-software.fr", + }, + ], }, ], }, diff --git a/public/main.js b/public/main.js index a5ed833..618a891 100644 --- a/public/main.js +++ b/public/main.js @@ -658,7 +658,7 @@ const NAV_MENU_ITEMS = [ "/software-development/", "Software", [ - ["/software-development/#projects", "Nos Projets"], + ["/software-development/#projects", "Projets"], ["/software-development/#service", "Prestation de services"], ], ], @@ -826,9 +826,20 @@ class Template { "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.", }, { - tag: "a", - href: "mailto:contact@kuadrado-software.fr", - contents: "contact@kuadrado-software.fr", + tag: "span", + contents: + "<b><blue>Où sommes-nous ? </blue></b>32 rue Simon Vialet, 07240 Vernoux en Vivarais. Ardèche, France", + }, + { + tag: "div", + contents: [ + { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" }, + { + tag: "a", + href: "mailto:contact@kuadrado-software.fr", + contents: "contact@kuadrado-software.fr", + }, + ], }, ], }, diff --git a/public/software-development/software-development.js b/public/software-development/software-development.js index e5720cd..d868a41 100644 --- a/public/software-development/software-development.js +++ b/public/software-development/software-development.js @@ -337,7 +337,7 @@ class ServiceSection { { tag: "strong", contents: - "Des solutions <blue>sur mesure, légères, simples, maintenables, scalables et ecologiques</blue>", + "Des solutions <blue>sur mesure, légères, simples, maintenables, scalables et écologiques</blue>", }, ], }, @@ -626,7 +626,7 @@ class SoftwareDevelopment extends WebPage { { tag: "h2", id: "projects", //anchor - contents: "Nos projets", + contents: "Projets", class: "page-section-title", }, new SoftwareArticles().render(), @@ -675,7 +675,7 @@ const NAV_MENU_ITEMS = [ "/software-development/", "Software", [ - ["/software-development/#projects", "Nos Projets"], + ["/software-development/#projects", "Projets"], ["/software-development/#service", "Prestation de services"], ], ], @@ -843,9 +843,20 @@ class Template { "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.", }, { - tag: "a", - href: "mailto:contact@kuadrado-software.fr", - contents: "contact@kuadrado-software.fr", + tag: "span", + contents: + "<b><blue>Où sommes-nous ? </blue></b>32 rue Simon Vialet, 07240 Vernoux en Vivarais. Ardèche, France", + }, + { + tag: "div", + contents: [ + { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" }, + { + tag: "a", + href: "mailto:contact@kuadrado-software.fr", + contents: "contact@kuadrado-software.fr", + }, + ], }, ], }, diff --git a/src/template/template.js b/src/template/template.js index fc41652..6ae6f55 100644 --- a/src/template/template.js +++ b/src/template/template.js @@ -58,9 +58,20 @@ class Template { "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.", }, { - tag: "a", - href: "mailto:contact@kuadrado-software.fr", - contents: "contact@kuadrado-software.fr", + tag: "span", + contents: + "<b><blue>Où sommes-nous ? </blue></b>32 rue Simon Vialet, 07240 Vernoux en Vivarais. Ardèche, France", + }, + { + tag: "div", + contents: [ + { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" }, + { + tag: "a", + href: "mailto:contact@kuadrado-software.fr", + contents: "contact@kuadrado-software.fr", + }, + ], }, ], }, -- GitLab