diff --git a/public/education/education.js b/public/education/education.js index cce29388c934b3a73cf73c73ebc7d9d9fe4bce30..f6ccf79699a659c430e4878c7de49bfee751109e 100644 --- a/public/education/education.js +++ b/public/education/education.js @@ -771,10 +771,21 @@ class Template { }, { tag: "span", - contents: `Copyright © ${new Date() + contents: `Copyleft 🄯 ${new Date() .getFullYear()} Kuadrado Software | Toutes les images du site ont été réalisées par mes soins et peuvent être réutilisées pour un usage personnel.`, }, + { + tag: "div", contents: [ + { tag: "span", contents: "Ce site web est " }, + { + tag: "a", target: "_blank", + style_rules: { fontWeight: "bold" }, + href: "https://gitlab.com/kuadrado-software/kuadrado-website/-/blob/master/README.md", + contents: "OPEN SOURCE" + } + ] + } ], }, ], diff --git a/public/games/games.js b/public/games/games.js index 573b1150c38ca9fffd9b9750e03827132a0788a1..ccc7535972968c2ee9e0a8ac5bd066deea800b3d 100644 --- a/public/games/games.js +++ b/public/games/games.js @@ -3970,10 +3970,21 @@ class Template { }, { tag: "span", - contents: `Copyright © ${new Date() + contents: `Copyleft 🄯 ${new Date() .getFullYear()} Kuadrado Software | Toutes les images du site ont été réalisées par mes soins et peuvent être réutilisées pour un usage personnel.`, }, + { + tag: "div", contents: [ + { tag: "span", contents: "Ce site web est " }, + { + tag: "a", target: "_blank", + style_rules: { fontWeight: "bold" }, + href: "https://gitlab.com/kuadrado-software/kuadrado-website/-/blob/master/README.md", + contents: "OPEN SOURCE" + } + ] + } ], }, ], diff --git a/public/main.js b/public/main.js index 159bc56cea18c68a40cc6e892f71e17e4bf5c581..7fd0ea16e95a3637ebe5ca2e0f68eabc403fd94f 100644 --- a/public/main.js +++ b/public/main.js @@ -588,10 +588,21 @@ class Template { }, { tag: "span", - contents: `Copyright © ${new Date() + contents: `Copyleft 🄯 ${new Date() .getFullYear()} Kuadrado Software | Toutes les images du site ont été réalisées par mes soins et peuvent être réutilisées pour un usage personnel.`, }, + { + tag: "div", contents: [ + { tag: "span", contents: "Ce site web est " }, + { + tag: "a", target: "_blank", + style_rules: { fontWeight: "bold" }, + href: "https://gitlab.com/kuadrado-software/kuadrado-website/-/blob/master/README.md", + contents: "OPEN SOURCE" + } + ] + } ], }, ], diff --git a/public/software-development/software-development.js b/public/software-development/software-development.js index 2cec6f1467822754619b62b734170fd8a7143ee0..76ff0b825f09ca3cde10efda75d1952fdaf9228b 100644 --- a/public/software-development/software-development.js +++ b/public/software-development/software-development.js @@ -728,10 +728,21 @@ class Template { }, { tag: "span", - contents: `Copyright © ${new Date() + contents: `Copyleft 🄯 ${new Date() .getFullYear()} Kuadrado Software | Toutes les images du site ont été réalisées par mes soins et peuvent être réutilisées pour un usage personnel.`, }, + { + tag: "div", contents: [ + { tag: "span", contents: "Ce site web est " }, + { + tag: "a", target: "_blank", + style_rules: { fontWeight: "bold" }, + href: "https://gitlab.com/kuadrado-software/kuadrado-website/-/blob/master/README.md", + contents: "OPEN SOURCE" + } + ] + } ], }, ], diff --git a/website/src/template/template.js b/website/src/template/template.js index 73dfa75c412fe3e2aa65cb89aceabe0cd934330d..fbf9f58b8be3660527beb66663c2425d834272dd 100644 --- a/website/src/template/template.js +++ b/website/src/template/template.js @@ -93,10 +93,21 @@ class Template { }, { tag: "span", - contents: `Copyright © ${new Date() + contents: `Copyleft 🄯 ${new Date() .getFullYear()} Kuadrado Software | Toutes les images du site ont été réalisées par mes soins et peuvent être réutilisées pour un usage personnel.`, }, + { + tag: "div", contents: [ + { tag: "span", contents: "Ce site web est " }, + { + tag: "a", target: "_blank", + style_rules: { fontWeight: "bold" }, + href: "https://gitlab.com/kuadrado-software/kuadrado-website/-/blob/master/README.md", + contents: "OPEN SOURCE" + } + ] + } ], }, ],