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 730dbc09 authored by Pierre Jarriges's avatar Pierre Jarriges
Browse files

Merge branch 'dev' into 'master'

tmp deactivate service page

See merge request kuadrado-software/kuadrado-website!53
parents f572c2eb c4fd3ee1
No related branches found
No related tags found
1 merge request!13Dev
......@@ -70,12 +70,12 @@ class HomePage extends WebPage {
href: "/software-development/",
description: t("software-description"),
},
{
title: "Service",
img: images_url + "/toolcase.svg",
href: "/service/",
description: t("service-description"),
},
// {
// title: "Service",
// img: images_url + "/toolcase.svg",
// href: "/service/",
// description: t("service-description"),
// },
{
title: t("Pédagogie"),
img: images_url + "/brain.svg",
......
......@@ -115,9 +115,9 @@
transform: scale(1.03);
}
&:last-child {
grid-column: 2;
}
// &:last-child { // TMP
// grid-column: 2;
// }
}
}
......
......@@ -6,7 +6,7 @@ const NAV_MENU_ITEMS = [
{ url: "/games/", text: "Jeux" },
{ url: "/software-development/", text: "Software" },
{ url: "/service/", text: "Service" },
// { url: "/service/", text: "Service" },
{
url: "/education/",
text: "Pédagogie",
......
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