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 d181b206 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: add some emojis on footer

parent 3cd8a33e
No related branches found
No related tags found
1 merge request!25Resolve "add legals terms page"
......@@ -20,11 +20,11 @@ module.exports = {
src: "img/logo_froggit.svg",
},
items: [
{to: "/#features", label: "Fonctionnalités", position: "left"},
{to: "/faq", label: "FAQ", position: "left"},
{to: "/dummy_page", label: "Tarifs", position: "left"},
{to: "/#features", label: "Fonctionnalités", position: "left"},
{to: "/faq", label: "FAQ", position: "left"},
{to: "/dummy_page", label: "💰 Tarifs", position: "left"},
{to: "/blog", label: "Blog", position: "left"},
{type: "doc", docId: "intro", position: "left", label: "Doc",},
{type: "doc", docId: "intro", position: "left", label: "📔 Doc",},
{
href: "https://lab.frogg.it/users/sign_in",
label: "Connexion",
......@@ -40,23 +40,23 @@ module.exports = {
title: "Suivez-nous",
items: [
{
label: "Youtube",
label: "▶️ Youtube",
href: "https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1",
},
{
label: "Linkedin",
label: "👔 Linkedin",
href: "https://www.linkedin.com/company/froggit",
},
{
label: "Froggit",
label: "🐸 Froggit",
href: "https://lab.frogg.it/froggit",
},
{
label: "GitLab",
label: "🦊 GitLab",
href: "https://gitlab.com/froggit",
},
{
label: "Twitter",
label: "🐦 Twitter",
href: "https://twitter.com/art_devops",
},
],
......@@ -66,11 +66,11 @@ module.exports = {
title: "Pourquoi Froggit ?",
items: [
{
label: "Ton code source est-il en sécurité?",
label: "🔐 Ton code source est-il en sécurité?",
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/",
},
],
......@@ -92,35 +92,35 @@ module.exports = {
title: "Société",
items: [
{
label: "À propos",
label: "🏢 À propos",
href: "https://lydra.fr",
},
{
label: "Équipe",
label: "💼 Équipe",
href: "https://lydra.fr/#team",
},
{
label: "Contact",
label: "🛎️ Contact",
to: "/contacts",
},
{
label: "Mentions légales",
label: "⚖️ Mentions légales",
to: "/mentions_legales",
},
{
label: "CGV",
label: "📜 CGV",
to: "/CGV",
},
{
label: "CGU",
label: "📃 CGU",
to: "/CGU",
},
{
label: "Politique de confidentialité",
label: "🔍 Politique de confidentialité",
to: "/confidentialite",
},
{
label: "Sous-traitants",
label: "👥 Sous-traitants",
to: "/sous-traitants",
},
],
......
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