Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e916405a authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

Merge branch 'dev' into 'master'

add open source to footer

See merge request !6
parents 35d93231 0b3a6eca
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
]
}
],
},
],
......
......@@ -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"
}
]
}
],
},
],
......
......@@ -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"
}
]
}
],
},
],
......
......@@ -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"
}
]
}
],
},
],
......
......@@ -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"
}
]
}
],
},
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment