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

tmp deactivate service page

parent c680f10d
No related branches found
No related tags found
1 merge request!12tmp deactivate service page
......@@ -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