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 = { ...@@ -20,11 +20,11 @@ module.exports = {
src: "img/logo_froggit.svg", src: "img/logo_froggit.svg",
}, },
items: [ items: [
{to: "/#features", label: "Fonctionnalités", position: "left"}, {to: "/#features", label: "Fonctionnalités", position: "left"},
{to: "/faq", label: "FAQ", position: "left"}, {to: "/faq", label: "FAQ", position: "left"},
{to: "/dummy_page", label: "Tarifs", position: "left"}, {to: "/dummy_page", label: "💰 Tarifs", position: "left"},
{to: "/blog", label: "Blog", 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", href: "https://lab.frogg.it/users/sign_in",
label: "Connexion", label: "Connexion",
...@@ -40,23 +40,23 @@ module.exports = { ...@@ -40,23 +40,23 @@ module.exports = {
title: "Suivez-nous", title: "Suivez-nous",
items: [ items: [
{ {
label: "Youtube", label: "▶️ Youtube",
href: "https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1", href: "https://www.youtube.com/channel/UCauIDghddUNu6Fto1nR9Bmg/?sub_confirmation=1",
}, },
{ {
label: "Linkedin", label: "👔 Linkedin",
href: "https://www.linkedin.com/company/froggit", href: "https://www.linkedin.com/company/froggit",
}, },
{ {
label: "Froggit", label: "🐸 Froggit",
href: "https://lab.frogg.it/froggit", href: "https://lab.frogg.it/froggit",
}, },
{ {
label: "GitLab", label: "🦊 GitLab",
href: "https://gitlab.com/froggit", href: "https://gitlab.com/froggit",
}, },
{ {
label: "Twitter", label: "🐦 Twitter",
href: "https://twitter.com/art_devops", href: "https://twitter.com/art_devops",
}, },
], ],
...@@ -66,11 +66,11 @@ module.exports = { ...@@ -66,11 +66,11 @@ module.exports = {
title: "Pourquoi Froggit ?", title: "Pourquoi Froggit ?",
items: [ 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/", 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/", href: "https://lydra.fr/category/souverainete-numerique/",
}, },
], ],
...@@ -92,35 +92,35 @@ module.exports = { ...@@ -92,35 +92,35 @@ module.exports = {
title: "Société", title: "Société",
items: [ items: [
{ {
label: "À propos", label: "🏢 À propos",
href: "https://lydra.fr", href: "https://lydra.fr",
}, },
{ {
label: "Équipe", label: "💼 Équipe",
href: "https://lydra.fr/#team", href: "https://lydra.fr/#team",
}, },
{ {
label: "Contact", label: "🛎️ Contact",
to: "/contacts", to: "/contacts",
}, },
{ {
label: "Mentions légales", label: "⚖️ Mentions légales",
to: "/mentions_legales", to: "/mentions_legales",
}, },
{ {
label: "CGV", label: "📜 CGV",
to: "/CGV", to: "/CGV",
}, },
{ {
label: "CGU", label: "📃 CGU",
to: "/CGU", to: "/CGU",
}, },
{ {
label: "Politique de confidentialité", label: "🔍 Politique de confidentialité",
to: "/confidentialite", to: "/confidentialite",
}, },
{ {
label: "Sous-traitants", label: "👥 Sous-traitants",
to: "/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