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

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • froggit/www/froggit.fr
1 result
Show changes
Commits on Source (2)
......@@ -20,17 +20,17 @@ module.exports = {
src: "img/logo_typo_froggit.png",
},
items: [
{label: "Fonctionnalités", position: "left", to: "/#features", exact: true},
{label: "FAQ", position: "left", to: "/faq"},
{label: "💰 Tarifs", position: "left", to: "/tarifs"},
{label: "📔 Doc", position: "left", type: "doc", docId: "intro", },
{label: "Fonctionnalités", position: "left", to: "/#features", exact: true},
{label: "FAQ", position: "left", to: "/faq"},
{label: "Tarifs", position: "left", to: "/tarifs"},
{label: "Doc", position: "left", type: "doc", docId: "intro", },
{label: "🎁 Antisèche et Communauté git", position: "left", to: "/communaute"},
{
label: "👤 Connexion",
position: "right",
href: "https://lab.frogg.it/users/sign_in",
},
{label: "🚀 S'enregistrer", position: "right", to: "/tarifs"},
{label: "S'enregistrer", position: "right", to: "/tarifs"},
],
},
footer: {
......@@ -44,11 +44,11 @@ module.exports = {
href: "https://lydra.fr/es-2-ton-code-source-est-il-vraiment-en-securite/",
},
{
label: "⚖️ La souveraineté numérique",
label: "La souveraineté numérique",
href: "https://lydra.fr/category/souverainete-numerique/",
},
{
label: "git kesako",
label: "git kesako ?",
href: "https://github.com/git-guides/",
},
],
......@@ -57,7 +57,7 @@ module.exports = {
title: "Support",
items: [
{
label: "🛎️ Contact",
label: "Contact",
to: "/contacts",
},
{
......@@ -70,15 +70,19 @@ module.exports = {
title: "Société",
items: [
{
label: "🏢 À propos",
label: "À propos",
href: "https://lydra.fr",
},
{
label: "💼 Équipe",
label: "Équipe",
href: "https://lydra.fr/#team",
},
{
label: "⚖️ Mentions légales",
label: "Sous-traitants",
to: "/sous-traitants",
},
{
label: "Mentions légales",
to: "/mentions_legales",
},
{
......@@ -90,13 +94,9 @@ module.exports = {
to: "/CGU",
},
{
label: "🔍 Politique de confidentialité",
label: "Politique de confidentialité",
to: "/confidentialite",
},
{
label: "👥 Sous-traitants",
to: "/sous-traitants",
},
],
},
],
......