diff --git a/public/education/education.js b/public/education/education.js index 6f279f59369d6dd7592490526e443cb6d1c3101e..13e858211386c4e05a77c7329e6d9ca5eadba675 100644 --- a/public/education/education.js +++ b/public/education/education.js @@ -203,8 +203,8 @@ class EducationPage extends WebPage { { tag: "h1", contents: "Pédagogie" }, { tag: "p", - contents: `Animation d'ateliers informatiques accessibles à tous. - Programmation, graphisme 2D, jeux vidéo, vulgarisation, accompagnement de projet, etc.`, + contents: `Ateliers, stages, workshops et cours particuliers accessibles à tous. + Programmation, graphisme 2D, jeux vidéo, vulgarisation informatique, etc.`, }, ], }, diff --git a/public/index.html b/public/index.html index 6f407752d51675d0d22c9154eb983caf5786d705..7bf09aa90aababfc059fdee0c491018ce6c21ab9 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <title>Kuadrado Software</title> <meta name="description" - content="Créations numériques, jeux vidéo, pédagogie. Made in Ardèche, Vernoux en Vivarais." + content="Studio de création de jeux vidéo basé en Ardèche, Vernoux en Vivarais. Création artisitique numérique | Développement d'outillage logiciel libre et open source | Pédagogie." /> <meta name="author" content="Kuadrado Software" /> <meta name="image" content="https://kuadrado-software.fr/assets/images/logo_kuadrado.png" /> diff --git a/public/main.js b/public/main.js index 70aa45d3570158d901132eae3675066fe100f9fc..188817cc8269b0c664f5119fed746e1057b4bd93 100644 --- a/public/main.js +++ b/public/main.js @@ -571,7 +571,7 @@ class HomePage extends WebPage { { tag: "p", class: "page-contents-center", - contents: `Créations numériques, jeux vidéo, pédagogie.`, + contents: `Studio de création de jeux vidéo basé en Ardèche, Vernoux en Vivarais.<br />Création artisitique numérique | Développement d'outillage logiciel libre et open source | Pédagogie.`, }, { tag: "ul", @@ -610,28 +610,28 @@ class HomePage extends WebPage { }, ].map(cardProps => new ThemeCard(cardProps).render()), }, - { - tag: "section", - class: "page-philo", - contents: [ - { - tag: "p", - class: "page-contents-center", - contents: `Travailler pour le plaisir de créer, de maîtriser et de comprendre.`, - }, - ], - }, - { - tag: "section", - class: "page-contents-center", - id:"news", - contents: [ - { tag: "h2", contents: "Actu", class: "section-title" }, - new NewsArticles().render(), - ], - }, - new KuadradoValues().render(), - new WhoAmI().render(), + // { + // tag: "section", + // class: "page-philo", + // contents: [ + // { + // tag: "p", + // class: "page-contents-center", + // contents: `Travailler pour le plaisir de créer, de maîtriser et de comprendre.`, + // }, + // ], + // }, + // { + // tag: "section", + // class: "page-contents-center", + // id:"news", + // contents: [ + // { tag: "h2", contents: "Actu", class: "section-title" }, + // new NewsArticles().render(), + // ], + // }, + // new KuadradoValues().render(), + // new WhoAmI().render(), ], }; } diff --git a/src/homepage.js b/src/homepage.js index ef835c6f90db8f155a539909c5036789509bb6cf..772da2d1f0090a594b286ce0c8fc58d01c22ae62 100644 --- a/src/homepage.js +++ b/src/homepage.js @@ -38,7 +38,7 @@ class HomePage extends WebPage { { tag: "p", class: "page-contents-center", - contents: `Créations numériques, jeux vidéo, pédagogie.`, + contents: `Studio de création de jeux vidéo basé en Ardèche, Vernoux en Vivarais.<br />Création artisitique numérique | Développement d'outillage logiciel libre et open source | Pédagogie.`, }, { tag: "ul", @@ -77,28 +77,28 @@ class HomePage extends WebPage { }, ].map(cardProps => new ThemeCard(cardProps).render()), }, - { - tag: "section", - class: "page-philo", - contents: [ - { - tag: "p", - class: "page-contents-center", - contents: `Travailler pour le plaisir de créer, de maîtriser et de comprendre.`, - }, - ], - }, - { - tag: "section", - class: "page-contents-center", - id:"news", - contents: [ - { tag: "h2", contents: "Actu", class: "section-title" }, - new NewsArticles().render(), - ], - }, - new KuadradoValues().render(), - new WhoAmI().render(), + // { + // tag: "section", + // class: "page-philo", + // contents: [ + // { + // tag: "p", + // class: "page-contents-center", + // contents: `Travailler pour le plaisir de créer, de maîtriser et de comprendre.`, + // }, + // ], + // }, + // { + // tag: "section", + // class: "page-contents-center", + // id:"news", + // contents: [ + // { tag: "h2", contents: "Actu", class: "section-title" }, + // new NewsArticles().render(), + // ], + // }, + // new KuadradoValues().render(), + // new WhoAmI().render(), ], }; }